public final class CollectProcedure<T,V> extends Object implements org.eclipse.collections.api.block.procedure.Procedure<T>
| Constructor and Description |
|---|
CollectProcedure(org.eclipse.collections.api.block.function.Function<? super T,? extends V> function,
Collection<V> targetCollection) |
| Modifier and Type | Method and Description |
|---|---|
Collection<V> |
getCollection() |
void |
value(T object) |
public CollectProcedure(org.eclipse.collections.api.block.function.Function<? super T,? extends 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.