@FunctionalInterface public interface ByteUnaryOperator
| 限定符和类型 | 方法和说明 |
|---|---|
default ByteUnaryOperator |
andThen(ByteUnaryOperator after) |
byte |
applyAsByte(byte operand)
Applies this operator to the given operand.
|
default ByteUnaryOperator |
compose(ByteUnaryOperator before) |
static ByteUnaryOperator |
identity()
Returns a unary operator that always returns its input argument.
|
byte applyAsByte(byte operand)
operand - the operanddefault ByteUnaryOperator compose(ByteUnaryOperator before)
default ByteUnaryOperator andThen(ByteUnaryOperator after)
static ByteUnaryOperator identity()
Copyright © 2022. All rights reserved.