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.
|
static <TYPE> ThrowingPredicate<TYPE,RuntimeException> |
throwingPredicate(Predicate<TYPE> predicate) |
static <TYPE> ThrowingPredicate<TYPE,RuntimeException> throwingPredicate(Predicate<TYPE> predicate)
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.