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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Pprivate final Predicate2<? super T, ? super P> private static final long -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateBindPredicate2(Predicate2<? super T, ? super P> predicate, P parameter) -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
predicate
-
parameter
-
-
Constructor Details
-
BindPredicate2
-
-
Method Details
-
accept
-
toString
-