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