Interface ThrowingDoubleConsumer
- All Superinterfaces:
DoubleConsumer
- 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 voidaccept(double value) voidacceptThrows(double value) Methods inherited from interface java.util.function.DoubleConsumer
andThen
-
Method Details
-
accept
default void accept(double value) - Specified by:
acceptin interfaceDoubleConsumer
-
acceptThrows
- Throws:
Exception
-