Class PartitionProcedure<T>
java.lang.Object
org.eclipse.collections.impl.block.procedure.PartitionProcedure<T>
- All Implemented Interfaces:
Serializable,Consumer<T>,Procedure<T>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPartitionProcedure(Predicate<? super T> predicate, PartitionMutableCollection<T> partitionMutableCollection) -
Method Summary