Package org.eclipse.collections.impl.block.procedure.primitive
This package contains implementations of primitive procedures.
-
Interface Summary Interface Description CharProcedure Deprecated. since 3.0 useCharProcedure
CodePointProcedure IntIntProcedure Deprecated. since 3.0 useIntIntProcedure
IntObjectProcedure<T> Deprecated. since 3.0 useIntObjectProcedure
IntProcedure Deprecated. since 3.0 useIntProcedure
IntProcedureWithInt Deprecated. since 1.2 useIntIntProcedure
-
Class Summary Class Description BooleanCaseProcedure This file was automatically generated from template file primitiveCaseProcedure.stg.ByteCaseProcedure This file was automatically generated from template file primitiveCaseProcedure.stg.CharCaseProcedure This file was automatically generated from template file primitiveCaseProcedure.stg.CollectBooleanProcedure<T> Applies a BooleanFunction to an object and adds the result to a target boolean collection.CollectByteProcedure<T> Applies a ByteFunction to an object and adds the result to a target byte collection.CollectCharProcedure<T> Applies a CharFunction to an object and adds the result to a target char collection.CollectDoubleProcedure<T> Applies a DoubleFunction to an object and adds the result to a target double collection.CollectFloatProcedure<T> Applies a FloatFunction to an object and adds the result to a target float collection.CollectIntProcedure<T> Applies a IntFunction to an object and adds the result to a target int collection.CollectLongProcedure<T> Applies a LongFunction to an object and adds the result to a target long collection.CollectShortProcedure<T> Applies a ShortFunction to an object and adds the result to a target short collection.DoubleCaseProcedure This file was automatically generated from template file primitiveCaseProcedure.stg.FloatCaseProcedure This file was automatically generated from template file primitiveCaseProcedure.stg.InjectIntoDoubleProcedure<T> InjectIntoFloatProcedure<T> InjectIntoIntProcedure<T> InjectIntoLongProcedure<T> IntCaseProcedure This file was automatically generated from template file primitiveCaseProcedure.stg.LongCaseProcedure This file was automatically generated from template file primitiveCaseProcedure.stg.ShortCaseProcedure This file was automatically generated from template file primitiveCaseProcedure.stg.