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