Class NotFilter<T>

  • All Implemented Interfaces:
    Filter<T>

    public class NotFilter<T>
    extends Object
    implements Filter<T>
    • Constructor Detail

      • NotFilter

        public NotFilter​(Filter<T> filter)
    • Method Detail

      • apply

        public boolean apply​(T value)
        Specified by:
        apply in interface Filter<T>