java.util.function interface and classes in 3.0.public interface IntPredicate extends ThrowingIntPredicate<RuntimeException>
Predicate.| Modifier and Type | Method and Description |
|---|---|
boolean |
test(int value)
Deprecated.
Evaluates this predicate on the given argument.
|
boolean test(int value)
test in interface ThrowingIntPredicate<RuntimeException>value - the input argumentCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.