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

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