Outcome

oxygen.zio.Outcome
See theOutcome companion enum
object Outcome extends Companion[Outcome]

Attributes

Companion
enum
Experimental
true
Graph
Supertypes
trait Sum
trait Mirror
trait Companion[Outcome]
class Object
trait Matchable
class Any
Show all
Self type
Outcome.type

Members list

Type members

Inherited classlikes

Attributes

Inherited from:
Companion
Supertypes
class EnumMap[String]
class Object
trait Matchable
class Any

Inherited and Abstract classlikes

abstract class CaseInsensitiveStringMap(enc: E => NonEmptyList[String]) extends EnumMap[String]

Attributes

Inherited from:
Companion
Supertypes
class EnumMap[String]
class Object
trait Matchable
class Any
Known subtypes
object ToString
abstract class EnumMap[Enc](enc: E => NonEmptyList[Enc])

Attributes

Inherited from:
Companion
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Inherited and Abstract 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

Value members

Concrete methods

def fromExit(exit: Exit[_, _]): Outcome

Inherited fields

protected val defaultToString: Outcome => NonEmptyList[String]

Attributes

Inherited from:
Companion
final lazy val enumValues: Seq[Outcome]

Attributes

Inherited from:
Companion

Implicits

Implicits

implicit val jsonCodec: JsonCodec[Outcome]

Inherited implicits

final implicit val hasCompanion: HasCompanion[Outcome]

Attributes

Inherited from:
Companion
implicit val stringCodec: StringCodec[Outcome]

Attributes

Inherited from:
Companion