Package jadex.commons
Class IAsyncFilter.NeverFilter<E>
- java.lang.Object
-
- jadex.commons.IAsyncFilter.NeverFilter<E>
-
- All Implemented Interfaces:
IAsyncFilter<E>
- Enclosing interface:
- IAsyncFilter<T>
public static class IAsyncFilter.NeverFilter<E> extends java.lang.Object implements IAsyncFilter<E>
A filter that always returns false.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jadex.commons.IAsyncFilter
IAsyncFilter.AlwaysFilter<E>, IAsyncFilter.NeverFilter<E>
-
-
Field Summary
-
Fields inherited from interface jadex.commons.IAsyncFilter
ALWAYS, NEVER
-
-
Constructor Summary
Constructors Constructor Description NeverFilter()
-
Method Summary
All 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
-
filter
public IFuture<java.lang.Boolean> filter(E obj)
Description copied from interface:IAsyncFilter
Test if an object passes the filter.- Specified by:
filter
in interfaceIAsyncFilter<E>
- Returns:
- True, if passes the filter.
-
-