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

Type members

Classlikes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Trinary[Nothing]
class Object
trait Matchable
class Any
Show all
Self type
Undefined.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