public final class CollectIfProcedure<T,V> extends Object implements Procedure<T>
| Constructor and Description |
|---|
CollectIfProcedure(Collection<V> targetCollection,
Function<? super T,? extends V> function,
Predicate<? super T> predicate) |
CollectIfProcedure(int taskSize,
Function<? super T,? extends V> function,
Predicate<? super T> predicate) |
| Modifier and Type | Method and Description |
|---|---|
Collection<V> |
getCollection() |
void |
value(T object) |
Copyright © 2004–2022. All rights reserved.