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