Die

case class Die(err: Throwable) extends Result[Nothing]
trait Product
trait Equals
trait Result[Nothing]
class Object
trait Matchable
class Any

Value members

Inherited methods

def isDie: Boolean
Inherited from:
Result
def isFailOrDie: Boolean
Inherited from:
Result
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def zipWith[B, C](that: Result[B])(f: (Nothing, B) => C): Result[C]
Inherited from:
Result