Class DoubleFlow
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_double.to_double.DoubleFlow
- All Implemented Interfaces:
DoubleUnaryOperator
Combine multiple DoubleUnaryOperators into a single function.
-
Constructor Details
-
DoubleFlow
-
-
Method Details
-
applyAsDouble
public double applyAsDouble(double operand) - Specified by:
applyAsDoublein interfaceDoubleUnaryOperator
-