public final class FlatCollectProcedure<T,V> extends Object implements org.eclipse.collections.api.block.procedure.Procedure<T>
| Constructor and Description |
|---|
FlatCollectProcedure(org.eclipse.collections.api.block.function.Function<? super T,? extends Iterable<V>> function,
Collection<V> targetCollection) |
| Modifier and Type | Method and Description |
|---|---|
Collection<V> |
getCollection() |
void |
value(T object) |
public FlatCollectProcedure(org.eclipse.collections.api.block.function.Function<? super T,? extends Iterable<V>> function, Collection<V> targetCollection)
public void value(T object)
value in interface org.eclipse.collections.api.block.procedure.Procedure<T>public Collection<V> getCollection()
Copyright © 2004–2017. All rights reserved.