Uses of Class
org.eclipse.collections.impl.block.procedure.SelectProcedure
Packages that use SelectProcedure
Package
Description
This package contains classes which is used for parallel iteration through the containers.
-
Uses of SelectProcedure in org.eclipse.collections.impl.parallel
Subclasses with type arguments of type SelectProcedure in org.eclipse.collections.impl.parallelModifier and TypeClassDescriptionfinal classCombines the results of a Collection of SelectBlocks which each hold onto a filtered (select) collection of results.Classes in org.eclipse.collections.impl.parallel that implement interfaces with type arguments of type SelectProcedureMethods in org.eclipse.collections.impl.parallel that return SelectProcedureMethods in org.eclipse.collections.impl.parallel with parameters of type SelectProcedureModifier and TypeMethodDescriptionvoidSelectProcedureCombiner.combineOne(SelectProcedure<T> procedureCombine)