Uses of Interface
no.digipost.function.ObjIntFunction
-
Packages that use ObjIntFunction Package Description no.digipost -
-
Uses of ObjIntFunction in no.digipost
Methods in no.digipost with parameters of type ObjIntFunction Modifier and Type Method Description static <S,K,V>
Stream<V>DiggStreams. streamByIndex(S source, IntStream indexes, ObjIntFunction<S,V> resolveValue)Stream the elements from a container which allows access to the by through anintindex, but does not itself offer any means for traversal/iteration/streaming.static <S,V>
Stream<V>DiggStreams. streamByIntIndex(S source, int endExclusive, ObjIntFunction<S,V> resolveValue)Stream the elements from a container which allows access to the elements by anintindex, but does not itself offer any means for traversal/iteration/streaming.
-