Class CollectLongProcedure<T>
java.lang.Object
org.eclipse.collections.impl.block.procedure.primitive.CollectLongProcedure<T>
- All Implemented Interfaces:
- Serializable,- Consumer<T>,- Procedure<T>
public final class CollectLongProcedure<T> extends Object implements Procedure<T>
Applies a LongFunction to an object and adds the result to a target long collection.
 This file was automatically generated from template file CollectPrimitiveProcedure.stg.
- See Also:
- Serialized Form
- 
Constructor SummaryConstructors Constructor Description CollectLongProcedure(LongFunction<? super T> longFunction, MutableLongCollection targetCollection)
- 
Method SummaryModifier and Type Method Description MutableLongCollectiongetLongCollection()voidvalue(T object)
- 
Constructor Details- 
CollectLongProcedurepublic CollectLongProcedure(LongFunction<? super T> longFunction, MutableLongCollection targetCollection)
 
- 
- 
Method Details