public CellWithinCellsRead latestCell()

in src/main/java/com/spotify/bigtable/read/ReadColumn.java [89:91]


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