Interface Action
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A functional interface similar to Runnable but allows throwing a checked exception.
-
Method Summary
Modifier and TypeMethodDescriptionvoidrun()Runs the action and optionally throws a checked exception.
-
Method Details
-
run
-