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