public final class FlatCollectProcedure<T,V>
extends java.lang.Object
implements com.gs.collections.api.block.procedure.Procedure<T>
| Constructor and Description |
|---|
FlatCollectProcedure(com.gs.collections.api.block.function.Function<? super T,? extends java.lang.Iterable<V>> function,
java.util.Collection<V> targetCollection) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<V> |
getCollection() |
void |
value(T object) |