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