download

abstract fun download(): Completable

Downloads the resource in scope in an asynchronous way. As soon as it's downloaded and processed, the Completable is completed.

Return

a Completable that completes when the download and processing is finished