| Package | Description |
|---|---|
| com.annimon.stream | |
| com.annimon.stream.function | |
| com.annimon.stream.operator |
| Modifier and Type | Method and Description |
|---|---|
LongStream |
LongStream.filterIndexed(IndexedLongPredicate predicate)
Returns a
LongStream with elements that satisfy the given IndexedLongPredicate. |
LongStream |
LongStream.filterIndexed(int from,
int step,
IndexedLongPredicate predicate)
Returns a
LongStream with elements that satisfy the given IndexedLongPredicate. |
| Modifier and Type | Method and Description |
|---|---|
static IndexedLongPredicate |
IndexedLongPredicate.Util.wrap(LongPredicate predicate)
Wraps
LongPredicate and returns IndexedLongPredicate. |
| Constructor and Description |
|---|
LongFilterIndexed(PrimitiveIndexedIterator.OfLong iterator,
IndexedLongPredicate predicate) |
Copyright © 2018. All rights reserved.