public CellsWithinRowsRead cells()

in src/main/java/com/spotify/bigtable/read/ReadColumns.java [161:163]


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