Class Save
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.stateful.from_long.Save
- All Implemented Interfaces:
java.util.function.LongUnaryOperator
public class Save
extends java.lang.Object
implements java.util.function.LongUnaryOperator
Save the current input value at this point in the function chain to a thread-local variable name.
The input value is unchanged, and available for the next function in the chain to use as-is.
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description longapplyAsLong(long operand)
-
Constructor Details
-
Method Details
-
applyAsLong
public long applyAsLong(long operand)- Specified by:
applyAsLongin interfacejava.util.function.LongUnaryOperator
-