is there something other than ``` Completable.from...
# rx
u
is there something other than
Copy code
Completable.fromAction { 
    clearAuthDataCompletable.blockingGet()
    clearDbDataCompletable.blogkingGet()
    ...
}