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