Defined

sangria.execution.Trinary.Defined
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
Show all

Members list

Value members

Concrete methods

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

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def toOption: Option[T]

Attributes

Inherited from:
Trinary