Succeed

zio.test.Result$.Succeed
case class Succeed[+A](value: A) extends Result[A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Result[A]
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: (A, B) => C): Result[C]

Attributes

Inherited from:
Result