trait QueryPreparation[F[_], G[_], C] extends AnyRef
- Source
- QueryPreparation.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- QueryPreparation
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def mergeImplementations[A](base: Selectable[G, A], sels: NonEmptyList[SelectionInfo[G, C]]): F[NonEmptyList[MergedSpecialization[G, A, _, C]]]
- abstract def prepare[A](fi: MergedFieldInfo[G, C], t: Out[G, A], fieldMeta: PartialFieldMeta[C]): K[F, G, Prepared[G, A]]
- abstract def prepareField[I, O](fi: MergedFieldInfo[G, C], field: Field[G, I, O], currentTypename: String): F[List[PreparedDataField[G, I, _]]]
- abstract def prepareSelectable[A](s: Selectable[G, A], sis: NonEmptyList[SelectionInfo[G, C]]): F[Selection[G, A]]
- abstract def prepareStep[I, O](step: Step[G, I, O], fieldMeta: PartialFieldMeta[C]): K[F, G, PreparedStep[G, I, O]]
Concrete 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()
- 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()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()