Failure

case object Failure extends NoSuccess[Nothing]
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
Failure.type

Type members

Inherited types

type MirroredElemLabels = EmptyTuple
Inherited from:
Singleton
Source:
Mirror.scala
type MirroredElemTypes = EmptyTuple
Inherited from:
Singleton
Source:
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

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

Value members

Concrete methods

def error: Nothing

Inherited methods

def flatMap[Out2, B](f: (Nothing, Nothing) => Result[Out2, B, Nothing]): Result[Out2, B, Nothing]
Inherited from:
NoSuccess
Source:
Result.scala
def fromProduct(p: Product): MirroredMonoType
Inherited from:
Singleton
Source:
Mirror.scala
def map[Out2, B](f: (Nothing, Nothing) => (Out2, B)): Result[Out2, B, Nothing]
Inherited from:
NoSuccess
Source:
Result.scala
def map[B](f: Nothing => B): Result[Nothing, B, Nothing]
Inherited from:
NoSuccess
Source:
Result.scala
def mapOut[Out2](f: Nothing => Out2): Result[Out2, Nothing, Nothing]
Inherited from:
NoSuccess
Source:
Result.scala
def orElse[Out2, B](other: => Result[Out2, B, Nothing]): Result[Out2, B, Nothing]
Inherited from:
NoSuccess
Source:
Result.scala
def out: Nothing
Inherited from:
NoSuccess
Source:
Result.scala
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def toOption: Option[Nothing]
Inherited from:
NoSuccess
Source:
Result.scala
def value: Nothing
Inherited from:
NoSuccess
Source:
Result.scala