DisposableSubscriptionContainer

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open override var isDisposed: Boolean

Returns whether this subscription was disposed.

Functions

Link copied to clipboard
fun add(subscription: DisposableSubscription)

Adds the specified subscription to this DisposableSubscriptionContainer if it's not added yet.

Link copied to clipboard
fun clear()

Clears this DisposableSubscriptionContainer disposing contained subscriptions, without disposing the container itself.

Link copied to clipboard
open override fun dispose()

Disposes this subscription and removes the listener from publisher.