@FunctionalInterface
@Generated(value="uk.kludje.annotation.processor.UncheckedFunctionalInterfaceProcessor")
public interface UIntBinaryOperator
extends java.util.function.IntBinaryOperator
| Modifier and Type | Method and Description |
|---|---|
int |
$applyAsInt(int arg0,
int arg1) |
default int |
applyAsInt(int arg0,
int arg1)
Invokes
int $applyAsInt(int arg0, int arg1). |
static UIntBinaryOperator |
asUIntBinaryOperator(UIntBinaryOperator t)
Convenience method as an alternative to casting.
|
default int applyAsInt(int arg0,
int arg1)
int $applyAsInt(int arg0, int arg1).
Throws anything thrown by int $applyAsInt(int arg0, int arg1).applyAsInt in interface java.util.function.IntBinaryOperatorint $applyAsInt(int arg0,
int arg1)
throws java.lang.Throwable
java.lang.Throwablestatic UIntBinaryOperator asUIntBinaryOperator(UIntBinaryOperator t)
t - the unchecked type