public interface InvokeFilter<T,P>
invokeFilter call.
The filter method can be used to implement complex operations, on objects
that are retrieved after a query.| Modifier and Type | Method and Description |
|---|---|
boolean |
filter(T t,
P p)
Filter objects from a set of query results according to the specified parameters
|
boolean filter(T t, P p)
t - object to evaluatep - parameters objectset of CachedObjectIds returned by the invokeFilter method.