Package org.eclipse.collections.impl.block.factory
package org.eclipse.collections.impl.block.factory
This package contains factory implementations for
Function
, Predicate
, SerializableComparator
and Procedure
.-
ClassesClassDescriptionFunctions.ByteFunctionChain<T1,
T2> Functions.CharFunctionChain<T1,T2> Functions.FloatFunctionChain<T1,T2> Functions.FunctionChain<T1,T2, T3> Functions.IntFunctionChain<T1,T2> Functions.LongFunctionChain<T1,T2> Functions.ShortFunctionChain<T1,T2> Contains factory methods for creatingFunction2
instances.Contains factory methods for creatingObjectIntProcedure
instances.Predicates<T>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<T,P> Predicates2 is a static version of Predicates.Factory class for commonly used procedures.Contains factory methods for creatingProcedure2
instances.The StringPredicates class is a factory that produces Predicates that work with Strings.The StringPredicates2 class is a factory that produces Predicate2 instances that work with Strings.