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
object Undefined.type

Members list

Concise view

Value members

Abstract methods

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

Concrete methods