Uses of Class
org.eclipse.collections.impl.block.procedure.CollectProcedure
Packages that use CollectProcedure
Package
Description
This package contains classes which is used for parallel iteration through the containers.
-
Uses of CollectProcedure in org.eclipse.collections.impl.parallel
Subclasses with type arguments of type CollectProcedure in org.eclipse.collections.impl.parallelModifier and TypeClassDescriptionfinal classCombines the results of a Collection of CollectBlocks which each hold onto a transformed (collect) collection of results.Classes in org.eclipse.collections.impl.parallel that implement interfaces with type arguments of type CollectProcedureMethods in org.eclipse.collections.impl.parallel that return CollectProcedureMethods in org.eclipse.collections.impl.parallel with parameters of type CollectProcedureModifier and TypeMethodDescriptionvoidCollectProcedureCombiner.combineOne(CollectProcedure<T, V> procedure)