Uses of Class
org.javimmutable.collections.iterators.TransformIterator
-
Uses of TransformIterator in org.javimmutable.collections.iterators
Modifier and TypeMethodDescriptionstatic <S,
T> TransformIterator <S, T> TransformIterator.of
(SplitableIterator<S> source, java.util.function.Function<S, T> transforminator)