Package jadex.commons
Class IAsyncFilter.AlwaysFilter<E>
- java.lang.Object
- 
- jadex.commons.IAsyncFilter.AlwaysFilter<E>
 
- 
- All Implemented Interfaces:
- IAsyncFilter<E>
 - Enclosing interface:
- IAsyncFilter<T>
 
 public static class IAsyncFilter.AlwaysFilter<E> extends java.lang.Object implements IAsyncFilter<E> A filter that always returns true.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface jadex.commons.IAsyncFilterIAsyncFilter.AlwaysFilter<E>, IAsyncFilter.NeverFilter<E>
 
- 
 - 
Field Summary- 
Fields inherited from interface jadex.commons.IAsyncFilterALWAYS, NEVER
 
- 
 - 
Constructor SummaryConstructors Constructor Description AlwaysFilter()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<java.lang.Boolean>filter(E obj)Test if an object passes the filter.
 
- 
- 
- 
Method Detail- 
filterpublic IFuture<java.lang.Boolean> filter(E obj) Description copied from interface:IAsyncFilterTest if an object passes the filter.- Specified by:
- filterin interface- IAsyncFilter<E>
- Returns:
- True, if passes the filter.
 
 
- 
 
-