Class CollectCharProcedure<T>
java.lang.Object
org.eclipse.collections.impl.block.procedure.primitive.CollectCharProcedure<T>
- All Implemented Interfaces:
Serializable, Consumer<T>, Procedure<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final MutableCharCollectionprivate final CharFunction<? super T> private static final long -
Constructor Summary
ConstructorsConstructorDescriptionCollectCharProcedure(CharFunction<? super T> charFunction, MutableCharCollection targetCollection) -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
charFunction
-
charCollection
-
-
Constructor Details
-
CollectCharProcedure
public CollectCharProcedure(CharFunction<? super T> charFunction, MutableCharCollection targetCollection)
-
-
Method Details
-
value
-
getCharCollection
-