Package jadex.model

Class IAsyncFilter.AlwaysFilter<E>

java.lang.Object
jadex.model.IAsyncFilter.AlwaysFilter<E>
All Implemented Interfaces:
IAsyncFilter<E>
Enclosing interface:
IAsyncFilter<T>

public static class IAsyncFilter.AlwaysFilter<E> extends Object implements IAsyncFilter<E>
A filter that always returns true.
  • Constructor Details

    • AlwaysFilter

      public AlwaysFilter()
  • Method Details

    • filter

      public jadex.future.IFuture<Boolean> filter(E obj)
      Description copied from interface: IAsyncFilter
      Test if an object passes the filter.
      Specified by:
      filter in interface IAsyncFilter<E>
      Returns:
      True, if passes the filter.