Trinary

sangria.execution.Trinary$
See theTrinary companion trait
object Trinary

Attributes

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

Members list

Concise view

Type members

Classlikes

case class Defined[T](value: T) extends Trinary[T]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Trinary[T]
class Object
trait Matchable
class Any
case object Null extends Trinary[Nothing]

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Trinary[Nothing]
class Object
trait Matchable
class Any
Self type
Null.type
case class NullWithDefault[T](defaultValue: T) extends Trinary[T]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Trinary[T]
class Object
trait Matchable
class Any
case object Undefined extends Trinary[Nothing]

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Trinary[Nothing]
class Object
trait Matchable
class Any
Self type

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