public interface UnfailingIterator<T extends Item<?>> extends SequenceIterator<T>
ATOMIZING, GROUNDED, LAST_POSITION_FINDER, LOOKAHEAD| Modifier and Type | Method and Description |
|---|---|
default Optional<T> |
firstWith(Predicate<? super T> condition) |
default void |
forEach(Consumer<T> consumer) |
T |
next()
Get the next item in the sequence.
|
default GroundedValue<T> |
toGroundedValue() |
default List<T> |
toList() |
close, forEachOrFail, getProperties, materializeT next()
next in interface SequenceIterator<T extends Item<?>>default GroundedValue<T> toGroundedValue()