case class Error[+X](error: X) extends NoSuccess[X] with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- Error
- Serializable
- Serializable
- Product
- Equals
- NoSuccess
- Result
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Error(error: X)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (Error[X], B)
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws(classOf[java.lang.CloneNotSupportedException])
- def ensuring(cond: (Error[X]) ⇒ Boolean, msg: ⇒ Any): Error[X]
- def ensuring(cond: (Error[X]) ⇒ Boolean): Error[X]
- def ensuring(cond: Boolean, msg: ⇒ Any): Error[X]
- def ensuring(cond: Boolean): Error[X]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val error: X
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def flatMap[Out2, B](f: (Nothing, Nothing) ⇒ Result[Out2, B, Nothing]): NoSuccess[X]
- def formatted(fmtstr: String): String
- final def getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def map[Out2, B](f: (Nothing, Nothing) ⇒ (Out2, B)): NoSuccess[X]
- def map[B](f: (Nothing) ⇒ B): NoSuccess[X]
- def mapOut[Out2](f: (Nothing) ⇒ Out2): NoSuccess[X]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def orElse[Out2, B](other: ⇒ Result[Out2, B, Nothing]): Result[Out2, B, Nothing]
- def out: Nothing
- final def synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toOption: None
- def value: Nothing
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws(classOf[java.lang.InterruptedException])
- def →[B](y: B): (Error[X], B)