Class Predicate.DelegatingPredicate<T>

java.lang.Object
org.eclipse.net4j.util.Predicate.DelegatingPredicate<T>
All Implemented Interfaces:
Predicate<T>
Enclosing interface:
Predicate<T>

@Deprecated public static final class Predicate.DelegatingPredicate<T> extends Object implements Predicate<T>
Deprecated.
As of 3.10 use Predicate.
Since:
3.10
Author:
Eike Stepper
  • Constructor Details

    • DelegatingPredicate

      public DelegatingPredicate(Predicate<T> delegate)
      Deprecated.
  • Method Details

    • apply

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