JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
io.reactivex.functions
Interface Action
public interface
Action
A functional interface similar to Runnable but allows throwing a checked exception.
Method Summary
Methods
Modifier and Type
Method and Description
void
run
()
Runs the action and optionally throws a checked exception.
Method Detail
run
void run() throws java.lang.Exception
Runs the action and optionally throws a checked exception.
Throws:
java.lang.Exception
- if the implementation wishes to throw a checked exception
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method