Packages

object DownstreamTimeoutException extends AbstractFunction1[FiniteDuration, DownstreamTimeoutException] with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DownstreamTimeoutException
  2. Serializable
  3. Serializable
  4. AbstractFunction1
  5. Function1
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def andThen[A](g: (DownstreamTimeoutException) ⇒ A): (FiniteDuration) ⇒ A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  2. def compose[A](g: (A) ⇒ FiniteDuration): (A) ⇒ DownstreamTimeoutException
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  3. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any

Deprecated Value Members

  1. def apply(timeout: FiniteDuration): DownstreamTimeoutException

    Builder for DownstreamTimeoutException.

    Definition Classes
    DownstreamTimeoutException → Function1
    Annotations
    @deprecated
    Deprecated

    (Since version 2.2.2) Moved to monix.execution.exceptions.DownstreamTimeoutException

  2. def unapply(ex: DownstreamTimeoutException): Option[FiniteDuration]

    For pattern matching DownstreamTimeoutException instances.

    For pattern matching DownstreamTimeoutException instances.

    Annotations
    @deprecated
    Deprecated

    (Since version 2.2.2) Moved to monix.execution.exceptions.DownstreamTimeoutException