Error

case class Error[+X](error: X) extends NoSuccess[X]
trait Serializable
trait Product
trait Equals
class NoSuccess[X]
class Result[Nothing, Nothing, X]
class Object
trait Matchable
class Any

Value members

Inherited methods

def flatMap[Out2, B](f: (Nothing, Nothing) => Result[Out2, B, Nothing]): Result[Out2, B, X]
Inherited from
NoSuccess
def map[Out2, B](f: (Nothing, Nothing) => (Out2, B)): Result[Out2, B, X]
Inherited from
NoSuccess
def map[B](f: Nothing => B): Result[Nothing, B, X]
Inherited from
NoSuccess
def mapOut[Out2](f: Nothing => Out2): Result[Out2, Nothing, X]
Inherited from
NoSuccess
def orElse[Out2, B](other: => Result[Out2, B, Nothing]): Result[Out2, B, X]
Inherited from
NoSuccess
def out: Nothing
Inherited from
NoSuccess
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def toOption: Option[Nothing]
Inherited from
NoSuccess
def value: Nothing
Inherited from
NoSuccess