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