public static class IndexedDoublePredicate.Util extends Object
| Modifier and Type | Method and Description |
|---|---|
static IndexedDoublePredicate |
wrap(DoublePredicate predicate)
Wraps
DoublePredicate and returns IndexedLongPredicate. |
public static IndexedDoublePredicate wrap(DoublePredicate predicate)
DoublePredicate and returns IndexedLongPredicate.predicate - the predicate to wrapIndexedDoublePredicateNullPointerException - if predicate is nullCopyright © 2018. All rights reserved.