Packages

object StackedCancelable extends Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StackedCancelable
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val alreadyCanceled: StackedCancelable

    Reusable StackedCancelable reference that is already cancelled.

  2. def apply(initial: List[Cancelable]): StackedCancelable

    Builds a StackedCancelable already initialized with a list of cancelable references, to be popped or canceled later in FIFO order.

  3. def apply(initial: Cancelable): StackedCancelable

    Builds a StackedCancelable with an initial cancelable reference in it.

  4. def apply(): StackedCancelable

    Builds an empty StackedCancelable reference.

  5. val uncancelable: StackedCancelable

    Reusable StackedCancelable reference that cannot be cancelled.