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