Class InjectIntoProcedure<IV,T>
- java.lang.Object
-
- org.eclipse.collections.impl.block.procedure.InjectIntoProcedure<IV,T>
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.function.Consumer<T>
,Procedure<T>
public class InjectIntoProcedure<IV,T> extends java.lang.Object implements Procedure<T>
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IV
getResult()
void
value(T each)
-