org.openanzo.util
Interface Predicate<T>

Type Parameters:
T - Type of objects being filtered

public interface Predicate<T>

Author:
Lee Feigenbaum ( feigenbl@us.ibm.com )

Method Summary
 boolean satisfies(T thing)
          Determine if the object satisfies this filter
 

Method Detail

satisfies

boolean satisfies(T thing)
Determine if the object satisfies this filter

Parameters:
thing - object to test
Returns:
true if object satisfies this filter


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.