Class Predicates.BindPredicate2<T,P>

java.lang.Object
org.eclipse.collections.impl.block.factory.Predicates.BindPredicate2<T,P>
All Implemented Interfaces:
Serializable, Predicate<T>, Predicate<T>
Enclosing class:
Predicates<T>

private static final class Predicates.BindPredicate2<T,P> extends Object implements Predicate<T>
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • predicate

      private final Predicate2<? super T,? super P> predicate
    • parameter

      private final P parameter
  • Constructor Details

    • BindPredicate2

      private BindPredicate2(Predicate2<? super T,? super P> predicate, P parameter)
  • Method Details