Interface ThrowingObjDoubleConsumer<T>
- All Superinterfaces:
ObjDoubleConsumer<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidvoidacceptThrows(T t, double value) static <T> ObjDoubleConsumer<T>unchecked(ThrowingObjDoubleConsumer<T> throwingObjDoubleConsumer)
-
Method Details
-
unchecked
-
accept
- Specified by:
acceptin interfaceObjDoubleConsumer<T>
-
acceptThrows
- Throws:
Exception
-