public class IntPredicateLambda extends java.lang.Object implements IntPredicateProxy
| Modifier and Type | Method and Description |
|---|---|
static IntPredicateProxy |
of(java.util.function.IntPredicate lambda)
Implement an integer predicate as a lambda expression
|
boolean |
test(int value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitunionpublic static IntPredicateProxy of(java.util.function.IntPredicate lambda)
lambda - an implementation of the functional interface IntPredicate, generally
supplied as a lambda expression (for example i -> i > 0 for a predicate
that matches all positive integers).public boolean test(int value)
test in interface java.util.function.IntPredicatetest in interface IntPredicateProxyCopyright (c) 2004-2022 Saxonica Limited. All rights reserved.