public interface ShortBinaryOperator extends Try.ShortBinaryOperator<java.lang.RuntimeException>
Modifier and Type | Method and Description |
---|---|
short |
applyAsShort(short left,
short right) |
short applyAsShort(short left, short right)
applyAsShort
in interface Try.ShortBinaryOperator<java.lang.RuntimeException>