c

gql.relational.QueryDsl

RelationalFieldBuilder

final class RelationalFieldBuilder[F[_], A] extends AnyRef

Source
QueryDsl.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RelationalFieldBuilder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new RelationalFieldBuilder(dummy: Boolean = false)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def cont[G[_], B, C](a: Arg[C])(f: (A, C) => QA.Query[G, B])(implicit tpe: => Out[F, G[QueryContext[B]]]): Field[F, QueryContext[A], G[QueryContext[B]]]
  7. def cont[G[_], B](f: (A) => QA.Query[G, B])(implicit tpe: => Out[F, G[QueryContext[B]]]): Field[F, QueryContext[A], G[QueryContext[B]]]
  8. def contBoundary[G[_], H[_], B, C, D](connection: QA.Connection[F])(f: (A) => QA.Query[G, Select[B]])(continue: (NonEmptyList[B]) => QA.Query[H, (Select[B], C)])(implicit arg0: Reassociateable[G], F: Applicative[F], Q: QA.Queryable[F], tpe: => Out[F, G[H[QueryContext[C]]]]): Field[F, QueryContext[A], G[H[QueryContext[C]]]]
  9. def contBoundary[G[_], H[_], B, C, D, ArgType](a: Arg[ArgType], connection: QA.Connection[F])(f: (A, ArgType) => QA.Query[G, Select[B]])(continue: (NonEmptyList[B], ArgType) => QA.Query[H, (Select[B], C)])(implicit arg0: Reassociateable[G], F: Applicative[F], Q: QA.Queryable[F], tpe: => Out[F, G[H[QueryContext[C]]]]): Field[F, QueryContext[A], G[H[QueryContext[C]]]]
  10. def contBoundaryFull[G[_], H[_], B, C, D, Arg1, Arg2](ea1: EmptyableArg[Arg1], connection: QA.Connection[F])(f: (A, Arg1) => QA.Query[G, Select[B]])(ea2: EmptyableArg[Arg2])(continue: (NonEmptyList[B], Arg2) => QA.Query[H, (Select[B], C)])(implicit arg0: Reassociateable[G], F: Applicative[F], Q: QA.Queryable[F], tpe: => Out[F, G[H[QueryContext[C]]]]): Field[F, QueryContext[A], G[H[QueryContext[C]]]]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def query[G[_], B, C](a: Arg[C])(f: (A, C) => QA.Query[G, Select[B]])(implicit tpe: => Out[F, G[B]]): Field[F, QueryContext[A], G[B]]
  21. def query[G[_], B](f: (A) => QA.Query[G, Select[B]])(implicit tpe: => Out[F, G[B]]): Field[F, QueryContext[A], G[B]]
  22. def queryAndThen[G[_], B, C, D](a: Arg[C])(f: (A, C) => QA.Query[G, Select[B]])(g: (Resolver[F, G[B], G[B]]) => Resolver[F, G[B], D])(implicit tpe: => Out[F, D]): Field[F, QueryContext[A], D]
  23. def queryAndThen[G[_], B, C](f: (A) => QA.Query[G, Select[B]])(g: (Resolver[F, G[B], G[B]]) => Resolver[F, G[B], C])(tpe: => Out[F, C]): Field[F, QueryContext[A], C]
  24. def runField[G[_], I, B](connection: QA.Connection[F])(q: (NonEmptyList[I]) => QA.Query[G, (Select[I], B)])(implicit F: Applicative[F], Q: QA.Queryable[F], tpe: => Out[F, G[QueryContext[B]]]): Field[[_]F[_], I, G[QA.QueryContext[B]]]
  25. def runField[G[_], I, B, ArgType](connection: QA.Connection[F], arg: Arg[ArgType])(q: (NonEmptyList[I], ArgType) => QA.Query[G, (Select[I], B)])(implicit F: Applicative[F], Q: QA.Queryable[F], tpe: => Out[F, G[QueryContext[B]]]): Field[[_]F[_], I, G[QA.QueryContext[B]]]
  26. def runFieldSingle[G[_], I, B](connection: QA.Connection[F])(q: (I) => QA.Query[G, B])(implicit F: Applicative[F], Q: QA.Queryable[F], tpe: => Out[F, G[QueryContext[B]]]): Field[[_]F[_], I, G[QueryContext[B]]]
  27. def runFieldSingle[G[_], I, B, ArgType](connection: QA.Connection[F], arg: Arg[ArgType])(q: (I, ArgType) => QA.Query[G, B])(implicit F: Applicative[F], Q: QA.Queryable[F], tpe: => Out[F, G[QueryContext[B]]]): Field[[_]F[_], I, G[QueryContext[B]]]
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def tpe(name: String, hd: (String, Field[F, QueryContext[A], _]), tl: (String, Field[F, QueryContext[A], _])*): Type[F, QueryContext[A]]
  31. def union(name: String): PartiallyAppliedRelationalUnion0[F, A]
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped