c

gql.preparation

QueryPreparation

class QueryPreparation[F[_], C] extends AnyRef

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

Instance Constructors

  1. new QueryPreparation(ap: ArgParsing[C], da: DirectiveAlg[F, C], variables: VariableMap[C], implementations: Implementations[F])

Type Members

  1. type Analyze[A] = LazyT[Write, PreparedMeta[F], A]
  2. type G[A] = Alg[C, A]
  3. type Write[A] = WriterT[G, Chain[(Arg[_], Any)], A]

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. val G: Ops[C]
  5. implicit val L: Applicative[Analyze]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. def findImplementations[A](s: Selectable[F, A]): List[Specialization[F, A, _]]
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def liftK[A](fa: G[A]): Analyze[A]
  16. def mergeImplementations[A](base: Selectable[F, A], sels: NonEmptyList[SelectionInfo[F, C]]): G[NonEmptyList[MergedSpecialization[F, A, _, C]]]
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. val nextNodeId: Alg[C, NodeId]
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. 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.*")
  22. 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.*")
  23. def prepareSelectable[A](s: Selectable[F, A], sis: NonEmptyList[SelectionInfo[F, C]]): G[Selection[F, A]]
  24. 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.*")
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped