T - the type of the input to the predicatejava.util.function interface and classes in 3.0.public interface Predicate<T> extends ThrowingPredicate<T,RuntimeException>
boolean test(T t)
test in interface ThrowingPredicate<T,RuntimeException>t - the input argumentCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.