Class Functions.FutureAction
java.lang.Object
io.reactivex.rxjava3.internal.functions.Functions.FutureAction
- All Implemented Interfaces:
Action
- Enclosing class:
Functions
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrun()Runs the action and optionally throws a checked exception.
-
Field Details
-
future
-
-
Constructor Details
-
FutureAction
FutureAction(Future<?> future)
-
-
Method Details
-
run
-