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