Uses of Class
org.javimmutable.collections.iterators.TransformIterator
Packages that use TransformIterator
-
Uses of TransformIterator in org.javimmutable.collections.iterators
Methods in org.javimmutable.collections.iterators that return TransformIteratorModifier and TypeMethodDescriptionstatic <S,
T> TransformIterator <S, T> TransformIterator.of
(SplitableIterator<S> source, java.util.function.Function<S, T> transforminator)