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