public interface IAsyncFilter<T>
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | IAsyncFilter.AlwaysFilterA filter that always returns true. | 
| static class  | IAsyncFilter.NeverFilterA filter that always returns false. | 
| Modifier and Type | Field and Description | 
|---|---|
| static IAsyncFilter<java.lang.Object> | ALWAYSA filter that always returns true. | 
| static IAsyncFilter<java.lang.Object> | NEVERA filter that always returns false. | 
| Modifier and Type | Method and Description | 
|---|---|
| IFuture<java.lang.Boolean> | filter(T obj)Test if an object passes the filter. | 
static final IAsyncFilter<java.lang.Object> ALWAYS
static final IAsyncFilter<java.lang.Object> NEVER