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