Class Functions.FutureAction
- java.lang.Object
-
- io.reactivex.rxjava3.internal.functions.Functions.FutureAction
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.concurrent.Future<?>
future
-
Constructor Summary
Constructors Constructor Description FutureAction(java.util.concurrent.Future<?> future)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
Runs the action and optionally throws a checked exception.
-