T - type of itemspublic interface Predicate<T>
boolean accept(T item)
item - item to accept or notitem, where true
means that the item is accepted and false means that
it's not (i.e. didn't pass the filter).Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.