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