public class PartitionPredicate2Procedure<T,P>
extends java.lang.Object
implements com.gs.collections.api.block.procedure.Procedure<T>
| Constructor and Description |
|---|
PartitionPredicate2Procedure(com.gs.collections.api.block.predicate.Predicate2<? super T,? super P> predicate,
P parameter,
com.gs.collections.api.partition.PartitionMutableCollection<T> partitionMutableCollection) |