IOR

fmgp.util.IOR$
See theIOR companion class
object IOR

Attributes

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

Members list

Concise view

Type members

Classlikes

final case class Both[+L, +R](l: L, r: R) extends IOR[L, R]

Attributes

Graph
Supertypes
class IOR[L, R]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class Left[+L](l: L) extends IOR[L, Nothing]

Attributes

Graph
Supertypes
class IOR[L, Nothing]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class Right[+R](r: R) extends IOR[Nothing, R]

Attributes

Graph
Supertypes
class IOR[Nothing, R]
trait Serializable
trait Product
trait Equals
class Object
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

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def both[L, R](l: L, r: R): IOR[L, R]
def left[L, R](l: L): IOR[L, R]
def right[L, R](r: R): IOR[L, R]