Ior

oxygen.core.Ior
See theIor companion trait
object Ior

Attributes

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

Members list

Type members

Classlikes

final case class Both[+L, +R](left: L, right: R) extends Ior[L, R]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Ior[L, R]
class Object
trait Matchable
class Any
Show all
sealed trait Distinct[+L, +R] extends Ior[L, R]

Attributes

Supertypes
trait Ior[L, R]
class Object
trait Matchable
class Any
Known subtypes
class Left[L]
class Right[R]
final case class Left[+L](left: L) extends Distinct[L, Nothing]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Distinct[L, Nothing]
trait Ior[L, Nothing]
class Object
trait Matchable
class Any
Show all
final case class Right[+R](right: R) extends Distinct[Nothing, R]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Distinct[Nothing, R]
trait Ior[Nothing, R]
class Object
trait Matchable
class Any
Show all

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