public final class CollectLongProcedure<T>
extends java.lang.Object
implements com.gs.collections.api.block.procedure.Procedure<T>
| Constructor and Description |
|---|
CollectLongProcedure(com.gs.collections.api.block.function.primitive.LongFunction<? super T> longFunction,
com.gs.collections.api.collection.primitive.MutableLongCollection targetCollection) |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.collection.primitive.MutableLongCollection |
getLongCollection() |
void |
value(T object) |
public CollectLongProcedure(com.gs.collections.api.block.function.primitive.LongFunction<? super T> longFunction, com.gs.collections.api.collection.primitive.MutableLongCollection targetCollection)