Die

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

Attributes

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

Members list

Value members

Inherited methods

def isDie: Boolean

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