Die

zio.test.Result$.Die
case class Die(err: Throwable) extends Result[Nothing]

Attributes

Graph
Supertypes
trait Product
trait Equals
trait Result[Nothing]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Result

Attributes

Inherited from:
Result

Attributes

Inherited from:
Product

Attributes

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

Attributes

Inherited from:
Result