java.io.Serializable, java.util.function.Consumer<T>, Procedure<T>public final class CollectLongProcedure<T> extends java.lang.Object implements Procedure<T>
| Constructor | Description | 
|---|---|
| CollectLongProcedure(LongFunction<? super T> longFunction,
                    MutableLongCollection targetCollection) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| MutableLongCollection | getLongCollection() | |
| void | value(T object) | 
public CollectLongProcedure(LongFunction<? super T> longFunction, MutableLongCollection targetCollection)
public MutableLongCollection getLongCollection()
Copyright © 2004–2018. All rights reserved.