Trinary

sangria.execution.Trinary
See theTrinary companion object
sealed trait Trinary[+T]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Defined[T]
object Null.type
class NullWithDefault[T]
object Undefined.type

Members list

Value members

Abstract methods

def map[R](fn: T => R): Trinary[R]

Concrete methods

def toOption: Option[T]