public static class IAsyncFilter.AlwaysFilter<E> extends java.lang.Object implements IAsyncFilter<E>
IAsyncFilter.AlwaysFilter<E>, IAsyncFilter.NeverFilter<E>
ALWAYS, NEVER
Constructor and Description |
---|
AlwaysFilter() |
Modifier and Type | Method and Description |
---|---|
IFuture<java.lang.Boolean> |
filter(E obj)
Test if an object passes the filter.
|
public IFuture<java.lang.Boolean> filter(E obj)
IAsyncFilter
filter
in interface IAsyncFilter<E>