Class Max
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_double.to_double.Max
- All Implemented Interfaces:
java.util.function.DoubleUnaryOperator
public class Max
extends java.lang.Object
implements java.util.function.DoubleUnaryOperator
-
Constructor Summary
Constructors Constructor Description Max(double max) -
Method Summary
Modifier and Type Method Description doubleapplyAsDouble(double operand)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.DoubleUnaryOperator
andThen, compose
-
Constructor Details
-
Max
public Max(double max)
-
-
Method Details
-
applyAsDouble
public double applyAsDouble(double operand)- Specified by:
applyAsDoublein interfacejava.util.function.DoubleUnaryOperator
-