Class NotFilter<T>

  • Type Parameters:
    T - The underlying type on which the filter applies.
    All Implemented Interfaces:
    Filter<T>

    @Deprecated
    public class NotFilter<T>
    extends AbstractDelegateFilter<T>
    Deprecated.
    See Filter
    A logical NEGATION of a Filter.