T - the type of the input to the predicatepublic interface Predicate<T> extends ThrowingPredicate<T,RuntimeException>
boolean test(T t)
test in interface ThrowingPredicate<T,RuntimeException>t - the input argumentCopyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.