@FunctionalInterface
public abstract interface DoubleUnaryOperator
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

Represents an operation on a single double-valued operand that produces a double-valued result. This is the primitive type specialization of UnaryOperator for double.

This is a functional interface whose functional method is applyAsDouble(double).

See also:
UnaryOperator

Since:  1.8