public final class SelectProcedure<T> extends Object implements org.eclipse.collections.api.block.procedure.Procedure<T>
| Constructor and Description |
|---|
SelectProcedure(org.eclipse.collections.api.block.predicate.Predicate<? super T> newPredicate,
Collection<T> targetCollection) |
| Modifier and Type | Method and Description |
|---|---|
Collection<T> |
getCollection() |
void |
value(T object) |
public SelectProcedure(org.eclipse.collections.api.block.predicate.Predicate<? super T> newPredicate, Collection<T> targetCollection)
public void value(T object)
value in interface org.eclipse.collections.api.block.procedure.Procedure<T>public Collection<T> getCollection()
Copyright © 2004–2018. All rights reserved.