Class Predicates.IncludedPredicate<T>

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

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

    • IncludedPredicate

      public IncludedPredicate(Set<T> inclusions)
  • Method Details

    • apply

      public boolean apply(T element)
      Specified by:
      apply in interface Predicate<T>