Package jadex.model
Interface IAsyncFilter<T>
- All Known Implementing Classes:
IAsyncFilter.AlwaysFilter
,IAsyncFilter.NeverFilter
public interface IAsyncFilter<T>
Generic filter interface.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
A filter that always returns true.static class
A filter that always returns false. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IAsyncFilter
<Object> A filter that always returns true.static final IAsyncFilter
<Object> A filter that always returns false. -
Method Summary
-
Field Details
-
ALWAYS
A filter that always returns true. -
NEVER
A filter that always returns false.
-
-
Method Details
-
filter
Test if an object passes the filter.- Returns:
- True, if passes the filter.
-