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