Adds a subscription to the group, or unsubscribes immediately is the rx.lang.scala.subscriptions.CompositeSubscription is unsubscribed.
Adds a subscription to the group, or unsubscribes immediately is the rx.lang.scala.subscriptions.CompositeSubscription is unsubscribed.
the subscription to be added.
the rx.lang.scala.subscriptions.CompositeSubscription itself.
Removes and unsubscribes a subscription to the group,
Removes and unsubscribes a subscription to the group,
the subscription be removed.
the rx.lang.scala.subscriptions.CompositeSubscription itself.
Checks if the subscription is unsubscribed.
Checks if the subscription is unsubscribed.
Call this method to stop receiving notifications on the Observer that was registered when this Subscription was received.
Call this method to stop receiving notifications on the Observer that was registered when this Subscription was received.
Represents a group of rx.lang.scala.Subscription that are disposed together.