Class SchedulerWhen.OnCompletedAction
- java.lang.Object
-
- io.reactivex.rxjava3.internal.schedulers.SchedulerWhen.OnCompletedAction
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- SchedulerWhen
static class SchedulerWhen.OnCompletedAction extends java.lang.Object implements java.lang.Runnable
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.Runnable
action
(package private) CompletableObserver
actionCompletable
-
Constructor Summary
Constructors Constructor Description OnCompletedAction(java.lang.Runnable action, CompletableObserver actionCompletable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
-
-
Field Detail
-
actionCompletable
final CompletableObserver actionCompletable
-
action
final java.lang.Runnable action
-
-
Constructor Detail
-
OnCompletedAction
OnCompletedAction(java.lang.Runnable action, CompletableObserver actionCompletable)
-
-