Result

zio.temporal.workflow.ZAsync$.Result$
See theResult companion trait
object Result

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Result.type

Members list

Concise view

Type members

Classlikes

final implicit class AllEffectsOps[A](self: Result[Cancel & Timeout, A]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any
final implicit class CancellableOps[A](self: Result[Cancel, A]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any
final implicit class NoEffectsOps[A](self: Result[NoEffects, A]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any
final implicit class TimeoutOps[A](self: Result[Timeout, A]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Implicits

Implicits

final implicit def AllEffectsOps[A](self: Result[Cancel & Timeout, A]): AllEffectsOps[A]
final implicit def CancellableOps[A](self: Result[Cancel, A]): CancellableOps[A]
final implicit def NoEffectsOps[A](self: Result[NoEffects, A]): NoEffectsOps[A]
final implicit def TimeoutOps[A](self: Result[Timeout, A]): TimeoutOps[A]