Uses of Package
org.eclipse.collections.impl.block.factory
-
Packages that use org.eclipse.collections.impl.block.factory Package Description org.eclipse.collections.impl.block.factory This package contains factory implementations forFunction,Predicate,SerializableComparatorandProcedure. -
Classes in org.eclipse.collections.impl.block.factory used by org.eclipse.collections.impl.block.factory Class Description Functions.BooleanFunctionChain Functions.ByteFunctionChain Functions.CharFunctionChain Functions.DoubleFunctionChain Functions.FloatFunctionChain Functions.FunctionChain Functions.IntFunctionChain Functions.LongFunctionChain Functions.ShortFunctionChain Predicates The Predicates class can be used to build common Predicates for use in methods such as detect, select and reject which are found on Iterate, MapIterate, and ArrayIterate classes.Predicates2 Predicates2 is a static version of Predicates.