Class FastListRejectProcedure<T>
java.lang.Object
org.eclipse.collections.impl.block.procedure.FastListRejectProcedure<T>
- All Implemented Interfaces:
Serializable,Consumer<T>,Procedure<T>
public final class FastListRejectProcedure<T> extends Object implements Procedure<T>
Applies a predicate to an object to determine if it should be added to a target fastList.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description FastListRejectProcedure(Predicate<? super T> newPredicate, FastList<T> targetCollection) -
Method Summary
Modifier and Type Method Description FastList<T>getFastList()voidvalue(T object)
-
Constructor Details
-
Method Details