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 P
private final Predicate2
<? super T, ? super P> private static final long
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
BindPredicate2
(Predicate2<? super T, ? super P> predicate, P parameter) -
Method Summary