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