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

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

This is a functional interface whose functional method is applyAsLong(long).

See also:
UnaryOperator

Since:  1.8