public CellWithinRowsRead latestCell()

in src/main/java/com/spotify/bigtable/read/ReadColumns.java [166:168]


      public CellWithinRowsRead latestCell() {
        return new CellWithinRowsRead.ReadImpl(this);
      }