public interface LongUnaryOperator
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
Modifier and Type | Method and Description |
---|---|
long |
applyAsLong(long operand)
Applies this operator to the given operand.
|
Copyright © 2017. All rights reserved.