class QueryPreparation[F[_], C] extends AnyRef
- Source
- QueryPreparation.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- QueryPreparation
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new QueryPreparation(ap: ArgParsing[C], da: DirectiveAlg[F, C], variables: VariableMap[C], implementations: Implementations[F])
Type Members
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
- val G: Ops[C]
- implicit val L: Applicative[Analyze]
- 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])
- def findImplementations[A](s: Selectable[F, A]): List[Specialization[F, A, _]]
- 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
- def liftK[A](fa: G[A]): Analyze[A]
- def mergeImplementations[A](base: Selectable[F, A], sels: NonEmptyList[SelectionInfo[F, C]]): G[NonEmptyList[MergedSpecialization[F, A, _, C]]]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nextNodeId: Alg[C, NodeId]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def prepare[A](fi: MergedFieldInfo[F, C], t: Out[F, A], fieldMeta: PartialFieldMeta[C], uec: UniqueEdgeCursor): Analyze[Prepared[F, A]]
- Annotations
- @nowarnIgnored("msg=.*cannot be checked at runtime because its type arguments can't be determined.*")
- def prepareField[I, O](fi: MergedFieldInfo[F, C], field: Field[F, I, O], currentTypename: String): G[List[PreparedDataField[F, I, _]]]
- Annotations
- @nowarnIgnored("msg=.*cannot be checked at runtime because its type arguments can't be determined.*")
- def prepareSelectable[A](s: Selectable[F, A], sis: NonEmptyList[SelectionInfo[F, C]]): G[Selection[F, A]]
- def prepareStep[I, O](step: Step[F, I, O], fieldMeta: PartialFieldMeta[C], uec: UniqueEdgeCursor): Analyze[PreparedStep[F, I, O]]
- Annotations
- @nowarnIgnored("msg=.*cannot be checked at runtime because its type arguments can't be determined.*")
- 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()