@FunctionalInterface
@Generated(value="uk.kludje.annotation.processor.UncheckedFunctionalInterfaceProcessor")
public interface UToLongFunction<T>
extends java.util.function.ToLongFunction<T>
| Modifier and Type | Method and Description |
|---|---|
long |
$applyAsLong(T arg0) |
default long |
applyAsLong(T arg0)
Invokes
long $applyAsLong(T arg0). |
static <T> UToLongFunction<T> |
asUToLongFunction(UToLongFunction<T> t)
Convenience method as an alternative to casting.
|
default long applyAsLong(T arg0)
long $applyAsLong(T arg0).
Throws anything thrown by long $applyAsLong(T arg0).applyAsLong in interface java.util.function.ToLongFunction<T>long $applyAsLong(T arg0) throws java.lang.Throwable
java.lang.Throwablestatic <T> UToLongFunction<T> asUToLongFunction(UToLongFunction<T> t)
t - the unchecked type