Class CollectShortProcedure<T>
java.lang.Object
org.eclipse.collections.impl.block.procedure.primitive.CollectShortProcedure<T>
- All Implemented Interfaces:
Serializable
,Consumer<T>
,Procedure<T>
Applies a ShortFunction to an object and adds the result to a target short collection.
This file was automatically generated from template file CollectPrimitiveProcedure.stg.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final long
private final MutableShortCollection
private final ShortFunction
<? super T> -
Constructor Summary
ConstructorsConstructorDescriptionCollectShortProcedure
(ShortFunction<? super T> shortFunction, MutableShortCollection targetCollection) -
Method Summary
Modifier and TypeMethodDescriptionvoid
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
shortFunction
-
shortCollection
-
-
Constructor Details
-
CollectShortProcedure
public CollectShortProcedure(ShortFunction<? super T> shortFunction, MutableShortCollection targetCollection)
-
-
Method Details