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