final class RelationalFieldBuilder[F[_], A] extends AnyRef
- Source
- QueryDsl.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RelationalFieldBuilder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- 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]]]
- def cont[G[_], B](f: (A) => QA.Query[G, B])(implicit tpe: => Out[F, G[QueryContext[B]]]): Field[F, QueryContext[A], G[QueryContext[B]]]
- 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]]]]
- 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]]]]
- 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]]]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- 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]]
- def query[G[_], B](f: (A) => QA.Query[G, Select[B]])(implicit tpe: => Out[F, G[B]]): Field[F, QueryContext[A], G[B]]
- 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]
- 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]
- 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]]]
- 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]]]
- 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]]]
- 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]]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def tpe(name: String, hd: (String, Field[F, QueryContext[A], _]), tl: (String, Field[F, QueryContext[A], _])*): Type[F, QueryContext[A]]
- def union(name: String): PartiallyAppliedRelationalUnion0[F, A]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()