Uses of Class
org.javimmutable.collections.iterators.LazyMultiIterator
Packages that use LazyMultiIterator
-
Uses of LazyMultiIterator in org.javimmutable.collections.iterators
Methods in org.javimmutable.collections.iterators that return LazyMultiIteratorModifier and TypeMethodDescriptionstatic <T> LazyMultiIterator<T> LazyMultiIterator.iterator(Indexed<SplitableIterable<T>> source) static <T> LazyMultiIterator<T> LazyMultiIterator.iterator(SplitableIterator<SplitableIterable<T>> source) static <S,T> LazyMultiIterator <T> LazyMultiIterator.transformed(Indexed<S> source, java.util.function.Function<S, SplitableIterable<T>> transforminator) Constructs an iterator that visits all of the values reachable from all of the SplitableIterables visited by source.static <S,T> LazyMultiIterator <T> LazyMultiIterator.transformed(SplitableIterator<S> source, java.util.function.Function<S, SplitableIterable<T>> transforminator) Constructs an iterator that visits all of the values reachable from all of the SplitableIterables visited by source.