Serializable, Consumer<T>, Procedure<T>public final class CollectIntProcedure<T> extends 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–2017. All rights reserved.