@FunctionalInterface public interface DoubleUnaryOperator
double-valued operand
that produces a double-valued result.UnaryOperator| Modifier and Type | Interface and Description |
|---|---|
static class |
DoubleUnaryOperator.Util |
| Modifier and Type | Method and Description |
|---|---|
double |
applyAsDouble(double operand)
Applies this operator to the given operand.
|
Copyright © 2017. All rights reserved.