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