Package

rx.lang.scala

subscriptions

Permalink

package subscriptions

Visibility
  1. Public
  2. All

Type Members

  1. class CompositeSubscription extends Subscription

    Permalink

    Represents a group of rx.lang.scala.Subscription that are disposed together.

  2. class MultipleAssignmentSubscription extends Subscription

    Permalink

    Represents a rx.lang.scala.Subscription whose underlying subscription can be swapped for another subscription.

  3. class SerialSubscription extends Subscription

    Permalink

    Represents a rx.lang.scala.Subscription that can be checked for status.

Ungrouped