Fail

case object Fail extends Result[Nothing]
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
trait Result[Nothing]
class Object
trait Matchable
class Any
Fail.type

Type members

Inherited types

The name of the type

The name of the type

Inherited from:
Mirror
Inherited from:
Singleton
Inherited from:
Singleton

Value members

Inherited methods

Inherited from:
Result
Inherited from:
Result
Inherited from:
Product
def zipWith[B, C](that: Result[B])(f: (Nothing, B) => C): Result[C]
Inherited from:
Result