public interface ByteUnaryOperator extends Try.ByteUnaryOperator<java.lang.RuntimeException>
Modifier and Type | Method and Description |
---|---|
default ByteUnaryOperator |
andThen(ByteUnaryOperator after) |
byte |
applyAsByte(byte operand) |
default ByteUnaryOperator |
compose(ByteUnaryOperator before) |
static ByteUnaryOperator |
identity() |
byte applyAsByte(byte operand)
applyAsByte
in interface Try.ByteUnaryOperator<java.lang.RuntimeException>
default ByteUnaryOperator compose(ByteUnaryOperator before)
default ByteUnaryOperator andThen(ByteUnaryOperator after)
static ByteUnaryOperator identity()