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