Packages

object CompositeCancelable extends Serializable

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

Value Members

  1. def apply(initial: Cancelable*): CompositeCancelable

    Builder for CompositeCancelable.

  2. def fromSet(initial: Set[Cancelable]): CompositeCancelable

    Builder for CompositeCancelable.

  3. def withPadding(initial: Set[Cancelable], ps: PaddingStrategy): CompositeCancelable

    Builder for CompositeCancelable that can specify a PaddingStrategy to the underlying atomic reference.

  4. def withPadding(ps: PaddingStrategy): CompositeCancelable

    Builder for CompositeCancelable that can specify a PaddingStrategy to the underlying atomic reference.