Class InjectIntoLongProcedure<T>
java.lang.Object
org.eclipse.collections.impl.block.procedure.primitive.InjectIntoLongProcedure<T>
- All Implemented Interfaces:
Serializable, Consumer<T>, Procedure<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final LongObjectToLongFunction<? super T> private longprivate static final long -
Constructor Summary
ConstructorsConstructorDescriptionInjectIntoLongProcedure(long injectedValue, LongObjectToLongFunction<? super T> function) -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
result
private long result -
function
-
-
Constructor Details
-
InjectIntoLongProcedure
-
-
Method Details
-
value
-
getResult
public long getResult()
-