public CellWithinColumnsRead latestCell()

in src/main/java/com/spotify/bigtable/read/ReadColumns.java [96:98]


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