public interface ToLongFunction<T> extends Throwables.ToLongFunction<T,RuntimeException>
| Modifier and Type | Field and Description |
|---|---|
static ToLongFunction<Number> |
FROM_NUM |
static ToLongFunction<Number> |
NUM
Deprecated.
replaced with
FROM_NUM. |
static ToLongFunction<Long> |
UNBOX |
| Modifier and Type | Method and Description |
|---|---|
long |
applyAsLong(T value)
Apply as long.
|
static final ToLongFunction<Long> UNBOX
static final ToLongFunction<Number> FROM_NUM
@Deprecated static final ToLongFunction<Number> NUM
FROM_NUM.long applyAsLong(T value)
Throwables.ToLongFunctionapplyAsLong in interface Throwables.ToLongFunction<T,RuntimeException>Copyright © 2021. All rights reserved.