Class CollectIfProcedure<T,V>
java.lang.Object
org.eclipse.collections.impl.block.procedure.CollectIfProcedure<T,V>
- All Implemented Interfaces:
Serializable
,Consumer<T>
,Procedure<T>
public final class CollectIfProcedure<T,V> extends Object implements Procedure<T>
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CollectIfProcedure(int taskSize, Function<? super T,? extends V> function, Predicate<? super T> predicate)
CollectIfProcedure(Collection<V> targetCollection, Function<? super T,? extends V> function, Predicate<? super T> predicate)
-
Method Summary
Modifier and Type Method Description Collection<V>
getCollection()
void
value(T object)
-
Constructor Details
-
Method Details