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