Package jadex.commons

Class 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.
    • Constructor Detail

      • AlwaysFilter

        public AlwaysFilter()
    • 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 interface IAsyncFilter<E>
        Returns:
        True, if passes the filter.