Class CollectLongProcedure<T>
java.lang.Object
org.eclipse.collections.impl.block.procedure.primitive.CollectLongProcedure<T>
- All Implemented Interfaces:
Serializable, Consumer<T>, Procedure<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final MutableLongCollectionprivate final LongFunction<? super T> private static final long -
Constructor Summary
ConstructorsConstructorDescriptionCollectLongProcedure(LongFunction<? super T> longFunction, MutableLongCollection targetCollection) -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
longFunction
-
longCollection
-
-
Constructor Details
-
CollectLongProcedure
public CollectLongProcedure(LongFunction<? super T> longFunction, MutableLongCollection targetCollection)
-
-
Method Details
-
value
-
getLongCollection
-