public interface ByteUnaryOperator extends Throwables.ByteUnaryOperator<RuntimeException>
| Modifier and Type | Method and Description |
|---|---|
default ByteUnaryOperator |
andThen(ByteUnaryOperator after) |
byte |
applyAsByte(byte operand)
Apply as byte.
|
default ByteUnaryOperator |
compose(ByteUnaryOperator before) |
static ByteUnaryOperator |
identity() |
byte applyAsByte(byte operand)
Throwables.ByteUnaryOperatorapplyAsByte in interface Throwables.ByteUnaryOperator<RuntimeException>default ByteUnaryOperator compose(ByteUnaryOperator before)
default ByteUnaryOperator andThen(ByteUnaryOperator after)
static ByteUnaryOperator identity()
Copyright © 2021. All rights reserved.