Class FastListSelectProcedure<T>
- java.lang.Object
-
- org.eclipse.collections.impl.block.procedure.FastListSelectProcedure<T>
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.function.Consumer<T>
,Procedure<T>
public final class FastListSelectProcedure<T> extends java.lang.Object implements Procedure<T>
Applies a predicate to an object to determine if it should be added to a target fastList.- Since:
- 1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FastListSelectProcedure(Predicate<? super T> newPredicate, FastList<T> targetCollection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FastList<T>
getFastList()
void
value(T object)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-