public CellWithinRowsRead latestCell()

in src/main/java/com/spotify/bigtable/read/ReadColumn.java [155:157]


      public CellWithinRowsRead latestCell() {
        return cells().latest();
      }