Class PartitionPredicate2Procedure<T,P>
java.lang.Object
org.eclipse.collections.impl.block.procedure.PartitionPredicate2Procedure<T,P>
- All Implemented Interfaces:
Serializable
,Consumer<T>
,Procedure<T>
- See Also:
-
Constructor Summary
ConstructorDescriptionPartitionPredicate2Procedure
(Predicate2<? super T, ? super P> predicate, P parameter, PartitionMutableCollection<T> partitionMutableCollection) -
Method Summary
-
Constructor Details
-
PartitionPredicate2Procedure
public PartitionPredicate2Procedure(Predicate2<? super T, ? super P> predicate, P parameter, PartitionMutableCollection<T> partitionMutableCollection)
-
-
Method Details