org.neo4j.helpers
Interface Predicate<T>

Type Parameters:
T - type of items

public interface Predicate<T>

Predicate useful for filtering.


Method Summary
 boolean accept(T item)
           
 

Method Detail

accept

boolean accept(T item)
Returns:
whether or not to accept the item, where true means that the item is accepted and false means that it's not (i.e. didn't pass the filter).


Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.