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