| io.reactivex.functions.Action |
A functional interface similar to Runnable but allows throwing a checked exception.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
run()
Runs the action and optionally throws a checked exception.
| ||||||||||
Runs the action and optionally throws a checked exception.
| Exception | if the implementation wishes to throw a checked exception |
|---|