Class Identity
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_long.Identity
- All Implemented Interfaces:
LongUnaryOperator
Simply returns the input value. This function intentionally does nothing.
-
Constructor Details
-
Identity
public Identity()
-
-
Method Details
-
applyAsLong
public long applyAsLong(long operand) - Specified by:
applyAsLongin interfaceLongUnaryOperator
-