completableOf

open fun completableOf(scopeProvider: ScopeProvider): Completable

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