Class FastListCollectProcedure<T,V>
- java.lang.Object
-
- org.eclipse.collections.impl.block.procedure.FastListCollectProcedure<T,V>
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.function.Consumer<T>
,Procedure<T>
public final class FastListCollectProcedure<T,V> extends java.lang.Object implements Procedure<T>
Applies a function to an object and adds the result to a target fastList.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FastList<V>
getFastList()
void
value(T object)
-