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