Interface CellScanner
-
- All Superinterfaces:
Iterable<RowColumnValue>
public interface CellScanner extends Iterable<RowColumnValue>
- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Stream<RowColumnValue>
stream()
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-
-
-
Method Detail
-
stream
default Stream<RowColumnValue> stream()
- Since:
- 1.2.0
-
-