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)
.
UnaryOperator