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