public CellsWithinRowsRead cells()

in src/main/java/com/spotify/bigtable/read/ReadColumn.java [160:162]


      public CellsWithinRowsRead cells() {
        return new CellsWithinRowsRead.ReadImpl(this);
      }