Class Max
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_long.Max
- All Implemented Interfaces:
java.util.function.LongUnaryOperator
public class Max
extends java.lang.Object
implements java.util.function.LongUnaryOperator
Return the maximum of either the input value or the specified max.
-
Constructor Summary
Constructors Constructor Description Max(long max) -
Method Summary
Modifier and Type Method Description longapplyAsLong(long operand)
-
Constructor Details
-
Max
public Max(long max)
-
-
Method Details
-
applyAsLong
public long applyAsLong(long operand)- Specified by:
applyAsLongin interfacejava.util.function.LongUnaryOperator
-