Uses of Interface
de.xima.fc.utils.IterableUtils.Indexed
- 
Packages that use IterableUtils.Indexed Package Description de.xima.fc.utils Package für Utilsklassen - 
- 
Uses of IterableUtils.Indexed in de.xima.fc.utils
Methods in de.xima.fc.utils that return types with arguments of type IterableUtils.Indexed Modifier and Type Method Description static <T> Collector<T,?,Stream<IterableUtils.Indexed<T>>>XCollectionUtils. adjoiningIndex()static <T> Iterable<IterableUtils.Indexed<T>>IterableUtils. withIndex(Iterable<T> iterable)Wraps an iterable and adds the index to each element.Method parameters in de.xima.fc.utils with type arguments of type IterableUtils.Indexed Modifier and Type Method Description static <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) 
 -