Packages

sealed trait Failure[+E] extends Exit[E, Nothing]

Linear Supertypes
Exit[E, Nothing], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Failure
  2. Exit
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def asFailure: Some[Failure[E]]
    Definition Classes
    FailureExit
  2. abstract def isInterrupted: Boolean
    Definition Classes
    Exit
  3. abstract def isUninterrupted: Boolean
    Definition Classes
    Exit
  4. abstract def leftMap[E1](f: (E) => E1): Exit[E1, Nothing]
    Definition Classes
    Exit
  5. abstract def toEither: Either[List[Throwable], E]
  6. abstract def toEitherCompound: Either[Throwable, E]
  7. abstract def toThrowableEither(implicit ev: <:<[E, Throwable]): Either[Throwable, Nothing]
    Definition Classes
    Exit
  8. abstract def toTry(implicit ev: <:<[E, Throwable]): Try[Nothing]
    Definition Classes
    Exit
  9. abstract def trace: Trace[E]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. final def asSuccess: None.type
    Definition Classes
    FailureExit
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. final def flatMap[E1 >: E, B](f: (Nothing) => Exit[E1, B]): Failure.this.type
    Definition Classes
    FailureExit
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isFailure: Boolean
    Definition Classes
    FailureExit
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def isSuccess: Boolean
    Definition Classes
    FailureExit
  16. final def map[B](f: (Nothing) => B): Failure.this.type
    Definition Classes
    FailureExit
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def toThrowable(conv: (E) => Throwable): Throwable
  23. final def toThrowable(implicit ev: <:<[E, Throwable]): Throwable
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Exit[E, Nothing]

Inherited from AnyRef

Inherited from Any

Ungrouped