Rule Execution Server API

com.ibm.rules.engine.util
Interface Filter<T>


public interface Filter<T>

Filter represents the filter interface.


Method Summary
 boolean accept(T t)
          Accepts or reject an instance of T.
 

Method Detail

accept

boolean accept(T t)
Accepts or reject an instance of T.

Parameters:
t - The instance to test.
Returns:
If t is accepted by this filter, true is returned.

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013