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