java.io.Serializable, java.util.function.Consumer<T>, Procedure<T>public final class CollectIntProcedure<T> extends java.lang.Object implements Procedure<T>
| Constructor | Description |
|---|---|
CollectIntProcedure(IntFunction<? super T> intFunction,
MutableIntCollection targetCollection) |
| Modifier and Type | Method | Description |
|---|---|---|
MutableIntCollection |
getIntCollection() |
|
void |
value(T object) |
public CollectIntProcedure(IntFunction<? super T> intFunction, MutableIntCollection targetCollection)
public MutableIntCollection getIntCollection()
Copyright © 2004–2020. All rights reserved.