NotFound

case object NotFound extends Result[Nothing]
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Result[Nothing]
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels = EmptyTuple
Inherited from:
Singleton
type MirroredElemTypes = EmptyTuple
Inherited from:
Singleton
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror
type MirroredMonoType = Singleton
Inherited from:
Singleton
type MirroredType = Singleton
Inherited from:
Singleton

Value members

Inherited methods

final def flatMap[A2](f: (IndexedArgs, Nothing, IndexedArgs) => Result[A2]): Result[A2]
Inherited from:
Result
def fromProduct(p: Product): MirroredMonoType
Inherited from:
Singleton
final def map[A2](f: Nothing => A2): Result[A2]
Inherited from:
Result
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
final def ||[A2](or: => Result[A2]): Result[A2]
Inherited from:
Result