Class CollectShortProcedure<T>
java.lang.Object
org.eclipse.collections.impl.block.procedure.primitive.CollectShortProcedure<T>
- All Implemented Interfaces:
Serializable, Consumer<T>, Procedure<T>
-
Constructor Summary
ConstructorsConstructorDescriptionCollectShortProcedure(ShortFunction<? super T> shortFunction, MutableShortCollection targetCollection) -
Method Summary
Modifier and TypeMethodDescriptionvoid
-
Constructor Details
-
CollectShortProcedure
public CollectShortProcedure(ShortFunction<? super T> shortFunction, MutableShortCollection targetCollection)
-
-
Method Details
-
value
-
getShortCollection
-