T - the type of the input to the predicateE - the type of exception that may be thrown from the operatorpublic interface ThrowingPredicate<T,E extends Exception>
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(T t)
Evaluates this predicate on the given argument.
|
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.