Packages

object CompositeException extends AbstractFunction1[Seq[Throwable], CompositeException] with Serializable

Source
CompositeException.scala
Linear Supertypes
Serializable, Serializable, AbstractFunction1[Seq[Throwable], CompositeException], (Seq[Throwable]) ⇒ CompositeException, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CompositeException
  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: (CompositeException) ⇒ A): (Seq[Throwable]) ⇒ A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  2. def compose[A](g: (A) ⇒ Seq[Throwable]): (A) ⇒ CompositeException
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  3. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any

Deprecated Value Members

  1. def apply(errors: Seq[Throwable]): CompositeException

    Builder for CompositeException.

    Builder for CompositeException.

    Definition Classes
    CompositeException → Function1
    Annotations
    @deprecated
    Deprecated

    (Since version 2.2.2) Moved to monix.execution.CompositeException

  2. def unapply(ref: CompositeException): Option[Seq[Throwable]]

    For pattern matching CompositeException references.

    For pattern matching CompositeException references.

    Annotations
    @deprecated
    Deprecated

    (Since version 2.2.2) Moved to monix.execution.CompositeException