Fallback

zio.schema.Fallback
See theFallback companion trait
object Fallback

Attributes

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

Members list

Type members

Classlikes

final case class Both[+A, +B](left: A, right: B) extends Fallback[A, B]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Fallback[A, B]
class Object
trait Matchable
class Any
Show all
final case class Left[+A, +B](left: A) extends Fallback[A, B]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Fallback[A, B]
class Object
trait Matchable
class Any
Show all
final case class Right[+A, +B](right: B) extends Fallback[A, B]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Fallback[A, B]
class Object
trait Matchable
class Any
Show all

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def fromEither[A, B](either: Either[A, B]): Fallback[A, B]