Implicits

gql.AstImplicits$.Implicits

Attributes

Source
ast.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ast.type

Members list

Implicits

Implicits

implicit lazy val bigDecimalScalar: Scalar[BigDecimal]

Attributes

Source
ast.scala
implicit lazy val bigIntScalar: Scalar[BigInt]

Attributes

Source
ast.scala
implicit lazy val booleanScalar: Scalar[Boolean]

Attributes

Source
ast.scala
implicit lazy val doubleScalar: Scalar[Double]

Attributes

Source
ast.scala
implicit lazy val floatScalar: Scalar[Float]

Attributes

Source
ast.scala
implicit def gqlInForOption[A](implicit tpe: In[A]): In[Option[A]]

Attributes

Source
ast.scala
implicit def gqlOutForOption[F[_], A](implicit tpe: Out[F, A]): OutOpt[F, A, A]

Attributes

Source
ast.scala
implicit lazy val intScalar: Scalar[Int]

Attributes

Source
ast.scala
implicit lazy val longScalar: Scalar[Long]

Attributes

Source
ast.scala
implicit lazy val stringScalar: Scalar[String]

Attributes

Source
ast.scala
implicit lazy val uuidScalar: Scalar[UUID]

Attributes

Source
ast.scala

Inherited implicits

implicit def gqlInForChain[A](implicit tpe: In[A]): In[Chain[A]]

Attributes

Inherited from:
LowPriorityImplicits
Source
ast.scala
implicit def gqlInForList[A](implicit tpe: In[A]): In[List[A]]

Attributes

Inherited from:
LowPriorityImplicits
Source
ast.scala
implicit def gqlInForNonEmptyChain[A](implicit tpe: In[A]): In[Type[A]]

Attributes

Inherited from:
LowPriorityImplicits
Source
ast.scala
implicit def gqlInForNonEmptyList[A](implicit tpe: In[A]): In[NonEmptyList[A]]

Attributes

Inherited from:
LowPriorityImplicits
Source
ast.scala
implicit def gqlInForNonEmptyVector[A](implicit tpe: In[A]): In[NonEmptyVector[A]]

Attributes

Inherited from:
LowPriorityImplicits
Source
ast.scala
implicit def gqlInForSeq[A](implicit tpe: In[A]): In[Seq[A]]

Attributes

Inherited from:
LowPriorityImplicits
Source
ast.scala
implicit def gqlInForSet[A](implicit tpe: In[A]): In[Set[A]]

Attributes

Inherited from:
LowPriorityImplicits
Source
ast.scala
implicit def gqlInForVector[A](implicit tpe: In[A]): In[Vector[A]]

Attributes

Inherited from:
LowPriorityImplicits
Source
ast.scala
implicit def gqlOutArrForTraversable[F[_], A, G[_] : Traverse](implicit evidence$1: Traverse[G], tpe: Out[F, A]): OutArr[F, A, G[A], A]

Attributes

Inherited from:
LowPriorityImplicits
Source
ast.scala