public interface ToShortFunction<T> extends Throwables.ToShortFunction<T,RuntimeException>
| Modifier and Type | Field and Description |
|---|---|
static ToShortFunction<Number> |
FROM_NUM |
static ToShortFunction<Number> |
NUM
Deprecated.
replaced by
FROM_NUM. |
static ToShortFunction<Short> |
UNBOX |
| Modifier and Type | Method and Description |
|---|---|
short |
applyAsShort(T value)
Apply as short.
|
static final ToShortFunction<Short> UNBOX
static final ToShortFunction<Number> FROM_NUM
@Deprecated static final ToShortFunction<Number> NUM
FROM_NUM.short applyAsShort(T value)
Throwables.ToShortFunctionapplyAsShort in interface Throwables.ToShortFunction<T,RuntimeException>Copyright © 2021. All rights reserved.