completableOf

open fun completableOf(scopeProvider: ScopeProvider): Completable

Returns a Completable representation of the given {@code scopeProvider}. This will be deferred appropriately and handle OutsideScopeExceptions.