Companion

object Companion

Functions

Link copied to clipboard
fun from(vararg disposables: Disposable): Disposable

Creates a CompositeDisposable that holds onto the provided disposables and disposes of all of them once its dispose method is called.