public static class IndexedDoublePredicate.Util
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static IndexedDoublePredicate |
wrap(DoublePredicate predicate)
Wraps
DoublePredicate and returns IndexedLongPredicate. |
public static IndexedDoublePredicate wrap(@NotNull DoublePredicate predicate)
DoublePredicate and returns IndexedLongPredicate.predicate - the predicate to wrapIndexedDoublePredicatejava.lang.NullPointerException - if predicate is null