@FunctionalInterface public interface DoubleTernaryOperator
DoubleUnaryOperator
Modifier and Type | Method and Description |
---|---|
double |
applyAsDouble(double x,
double y,
double z)
Applies this operator to the given operands.
|
Copyright © 2019. All rights reserved.