Class Predicates.ExcludedPredicate<T>

java.lang.Object
org.eclipse.net4j.util.Predicates.ExcludedPredicate<T>
All Implemented Interfaces:
Predicate<T>
Enclosing class:
Predicates

@Deprecated public static final class Predicates.ExcludedPredicate<T> extends Object implements Predicate<T>
Deprecated.
Since:
3.4
Author:
Eike Stepper
  • Constructor Details

    • ExcludedPredicate

      @Deprecated public ExcludedPredicate(Set<T> exclusions)
      Deprecated.
  • Method Details