public final class RejectProcedure<T> extends Object implements org.eclipse.collections.api.block.procedure.Procedure<T>
| Constructor and Description |
|---|
RejectProcedure(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 RejectProcedure(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–2017. All rights reserved.