Error

org.json4s.scalap.Error
case class Error[+X](error: X) extends NoSuccess[X]

Attributes

Source:
Result.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class NoSuccess[X]
class Result[Nothing, Nothing, X]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def flatMap[Out2, B](f: (Nothing, Nothing) => Result[Out2, B, Nothing]): Result[Out2, B, X]

Attributes

Inherited from:
NoSuccess
Source:
Result.scala
def map[Out2, B](f: (Nothing, Nothing) => (Out2, B)): Result[Out2, B, X]

Attributes

Inherited from:
NoSuccess
Source:
Result.scala
def map[B](f: Nothing => B): Result[Nothing, B, X]

Attributes

Inherited from:
NoSuccess
Source:
Result.scala
def mapOut[Out2](f: Nothing => Out2): Result[Out2, Nothing, X]

Attributes

Inherited from:
NoSuccess
Source:
Result.scala
def orElse[Out2, B](other: => Result[Out2, B, Nothing]): Result[Out2, B, X]

Attributes

Inherited from:
NoSuccess
Source:
Result.scala
def out: Nothing

Attributes

Inherited from:
NoSuccess
Source:
Result.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def toOption: Option[Nothing]

Attributes

Inherited from:
NoSuccess
Source:
Result.scala
def value: Nothing

Attributes

Inherited from:
NoSuccess
Source:
Result.scala