Packages

object CompositeCancelable extends Serializable

Source
CompositeCancelable.scala
Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CompositeCancelable
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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.