public interface ShortFunction<R> extends Try.ShortFunction<R,java.lang.RuntimeException>
Modifier and Type | Field and Description |
---|---|
static ShortFunction<java.lang.Short> |
BOX |
Modifier and Type | Method and Description |
---|---|
default <V> ShortFunction<V> |
andThen(java.util.function.Function<? super R,? extends V> after) |
R |
apply(short value) |
static ShortFunction<java.lang.Short> |
identity() |
static final ShortFunction<java.lang.Short> BOX
R apply(short value)
apply
in interface Try.ShortFunction<R,java.lang.RuntimeException>
default <V> ShortFunction<V> andThen(java.util.function.Function<? super R,? extends V> after)
static ShortFunction<java.lang.Short> identity()