Companion

Functions

Link copied to clipboard
fun from(vararg disposableLikes: DisposableLike): Disposable

Combine many disposable-likes into one. You can use this method when having objects with a dispose function which aren't instances of Disposable.