Uses of Package
org.eclipse.collections.impl.block.procedure
-
Packages that use org.eclipse.collections.impl.block.procedure Package Description org.eclipse.collections.impl.block.factory This package contains factory implementations forFunction
,Predicate
,SerializableComparator
andProcedure
.org.eclipse.collections.impl.block.procedure This package contains implementations ofProcedure
andProcedure2
.org.eclipse.collections.impl.lazy.parallel org.eclipse.collections.impl.parallel This package contains classes which is used for parallel iteration through the containers.org.eclipse.collections.impl.utility.internal This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections. -
Classes in org.eclipse.collections.impl.block.procedure used by org.eclipse.collections.impl.block.factory Class Description CaseProcedure CaseProcedure allows developers to create an object form of a case statement, which instead of being based on a single switch value is based on a list of predicate / procedure combinations. -
Classes in org.eclipse.collections.impl.block.procedure used by org.eclipse.collections.impl.block.procedure Class Description BagAddOccurrencesProcedure CaseProcedure CaseProcedure allows developers to create an object form of a case statement, which instead of being based on a single switch value is based on a list of predicate / procedure combinations.ChainedProcedure ChainedProcedure allows a developer to chain together procedure to be executed in sequence.CollectionAddProcedure CollectionAddProcedure adds elements to the specified collection when one of the block methods are called.CollectionRemoveProcedure CollectionRemoveProcedure removes element from the specified collection when one of the procedure methods are called.ComparatorProcedure DoubleSumResultHolder MultimapEachPutProcedure MultimapEachPutProcedure uses a Function to calculate the keys for an object and puts the object with each of the keys into the specifiedMutableMultimap
.MultimapPutProcedure MultimapPutProcedure uses a Function to calculate the key for an object and puts the object with the key into the specifiedMutableMultimap
.ZipWithIndexProcedure Creates a PairImpl of objects and their indexes and adds the result to a target collection. -
Classes in org.eclipse.collections.impl.block.procedure used by org.eclipse.collections.impl.lazy.parallel Class Description DoubleSumResultHolder -
Classes in org.eclipse.collections.impl.block.procedure used by org.eclipse.collections.impl.parallel Class Description CollectIfProcedure CollectProcedure Applies a function to an object and adds the result to a target collection.CountProcedure Applies a predicate to an object and increments a count if it returns true.FastListCollectIfProcedure FastListCollectProcedure Applies a function to an object and adds the result to a target fastList.FastListRejectProcedure Applies a predicate to an object to determine if it should be added to a target fastList.FastListSelectProcedure Applies a predicate to an object to determine if it should be added to a target fastList.FlatCollectProcedure Applies a function to an object and adds the result to a target collection.RejectProcedure Applies a predicate to an object to determine if it should be added to a target collection.SelectProcedure Applies a predicate to an object to determine if it should be added to a target collection. -
Classes in org.eclipse.collections.impl.block.procedure used by org.eclipse.collections.impl.utility.internal Class Description CountProcedure Applies a predicate to an object and increments a count if it returns true.FastListCollectIfProcedure FastListCollectProcedure Applies a function to an object and adds the result to a target fastList.FastListRejectProcedure Applies a predicate to an object to determine if it should be added to a target fastList.FastListSelectProcedure Applies a predicate to an object to determine if it should be added to a target fastList.MultimapPutProcedure MultimapPutProcedure uses a Function to calculate the key for an object and puts the object with the key into the specifiedMutableMultimap
.