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