Failure

org.json4s.scalap.Failure$
case object Failure extends NoSuccess[Nothing]

Attributes

Source:
Result.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class NoSuccess[Nothing]
class Result[Nothing, Nothing, Nothing]
class Object
trait Matchable
class Any
Self type
Failure.type

Members list

Concise view

Type members

Inherited types

type MirroredElemLabels = EmptyTuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Singleton
Source:
Mirror.scala
type MirroredElemTypes = EmptyTuple

Attributes

Inherited from:
Singleton
Source:
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala
type MirroredMonoType = Singleton.this.type

The mirrored *-type

The mirrored *-type

Attributes

Inherited from:
Singleton
Source:
Mirror.scala
type MirroredType = Singleton.this.type

Attributes

Inherited from:
Singleton
Source:
Mirror.scala

Value members

Concrete methods

def error: Nothing

Attributes

Source:
Result.scala

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 fromProduct(p: Product): MirroredMonoType

Create a new instance of type T with elements taken from product p.

Create a new instance of type T with elements taken from product p.

Attributes

Inherited from:
Singleton
Source:
Mirror.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