Uses of Interface
de.xima.fc.utils.IterableUtils.Indexed
Packages that use IterableUtils.Indexed
-
Uses of IterableUtils.Indexed in de.xima.fc.utils
Methods in de.xima.fc.utils that return types with arguments of type IterableUtils.IndexedModifier and TypeMethodDescriptionstatic <T> Collector<T,
?, Stream<IterableUtils.Indexed<T>>> XCollectionUtils.adjoiningIndex()
static <T> Iterable<IterableUtils.Indexed<T>>
Wraps an iterable and adds the index to each element.Method parameters in de.xima.fc.utils with type arguments of type IterableUtils.IndexedModifier and TypeMethodDescriptionstatic <T,
R> Collector<T, ?, R> XCollectionUtils.adjoiningIndex
(Function<Iterable<IterableUtils.Indexed<T>>, R> finisher) static <T,
A, R> Collector<T, ?, R> XCollectionUtils.adjoiningIndex
(Collector<IterableUtils.Indexed<T>, A, R> downstream)