public interface ShortFunction<R> extends Throwables.ShortFunction<R,RuntimeException>
| Modifier and Type | Field and Description |
|---|---|
static ShortFunction<Short> |
BOX |
| Modifier and Type | Method and Description |
|---|---|
default <V> ShortFunction<V> |
andThen(Function<? super R,? extends V> after) |
R |
apply(short value) |
static ShortFunction<Short> |
identity() |
static final ShortFunction<Short> BOX
R apply(short value)
apply in interface Throwables.ShortFunction<R,RuntimeException>default <V> ShortFunction<V> andThen(Function<? super R,? extends V> after)
static ShortFunction<Short> identity()
Copyright © 2021. All rights reserved.