@FunctionalInterface public interface ByteUnaryOperator
byte
-valued operand that produces
a byte
-valued result. This is the primitive type specialization of
UnaryOperator
for byte
.UnaryOperator
Modifier and Type | Method and Description |
---|---|
byte |
applyAsByte(byte operand)
Applies this operator to the given operand.
|