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