| Package | Description |
|---|---|
| com.annimon.stream | |
| com.annimon.stream.function | |
| com.annimon.stream.operator |
| Modifier and Type | Method and Description |
|---|---|
IntStream |
IntStream.filterIndexed(IndexedIntPredicate predicate)
Returns an
IntStream with elements that satisfy the given IndexedIntPredicate. |
IntStream |
IntStream.filterIndexed(int from,
int step,
IndexedIntPredicate predicate)
Returns an
IntStream with elements that satisfy the given IndexedIntPredicate. |
| Modifier and Type | Method and Description |
|---|---|
static IndexedIntPredicate |
IndexedIntPredicate.Util.wrap(IntPredicate predicate)
Wraps
IntPredicate and returns IndexedIntPredicate. |
| Constructor and Description |
|---|
IntFilterIndexed(PrimitiveIndexedIterator.OfInt iterator,
IndexedIntPredicate predicate) |
Copyright © 2018. All rights reserved.