public CellsWithinColumnRead cells()

in src/main/java/com/spotify/bigtable/read/ReadColumn.java [94:96]


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