Class CollectCharProcedure<T>
- java.lang.Object
-
- org.eclipse.collections.impl.block.procedure.primitive.CollectCharProcedure<T>
-
- All Implemented Interfaces:
Serializable,Consumer<T>,Procedure<T>
public final class CollectCharProcedure<T> extends Object implements Procedure<T>
Applies a CharFunction to an object and adds the result to a target char collection. This file was automatically generated from template file CollectPrimitiveProcedure.stg.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CollectCharProcedure(CharFunction<? super T> charFunction, MutableCharCollection targetCollection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MutableCharCollectiongetCharCollection()voidvalue(T object)
-
-
-
Constructor Detail
-
CollectCharProcedure
public CollectCharProcedure(CharFunction<? super T> charFunction, MutableCharCollection targetCollection)
-
-
Method Detail
-
getCharCollection
public MutableCharCollection getCharCollection()
-
-