public final class CollectIfProcedure<T,V> extends Object implements com.gs.collections.api.block.procedure.Procedure<T>
| Constructor and Description |
|---|
CollectIfProcedure(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 |
|---|---|
Collection<V> |
getCollection() |
void |
value(T object) |
public 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)
public CollectIfProcedure(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)
public void value(T object)
value in interface com.gs.collections.api.block.procedure.Procedure<T>public Collection<V> getCollection()
Copyright © 2004–2016. All rights reserved.