Class Max
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_long.Max
- All Implemented Interfaces:
LongUnaryOperator
Return the maximum of either the input value or the specified max.
-
Constructor Details
-
Max
public Max(long max)
-
-
Method Details
-
applyAsLong
public long applyAsLong(long operand) - Specified by:
applyAsLongin interfaceLongUnaryOperator
-