| Package | Description |
|---|---|
| no.digipost |
| Modifier and Type | Method and 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 a
long index, 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 a
long index, but does not itself
offer any means for traversal/iteration/streaming. |
Copyright © 2019 Digipost. All rights reserved.