object RootPreparation
- Source
- RootPreparation.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RootPreparation
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type CursorF[F[_], A] = Kleisli[F, Cursor, A]
- type CycleF[F[_], A] = Kleisli[F, CycleSet, A]
- type ErrF[F[_], C, A] = EitherT[F, NonEmptyChain[PositionalError[C]], A]
- type IdGen[F[_], A] = IndexedStateT[F, Int, Int, A]
- type Stack[C, A] = EitherT[[β$4$]Kleisli[[β$5$]Kleisli[[β$3$]WriterT[[β$0$]IndexedStateT[Eval, Int, Int, β$0$], Set[String], β$3$], Cursor, β$5$], Set[String], β$4$], NonEmptyChain[PositionalError[C]], A]
- type UsedVars[F[_], A] = WriterT[F, UsedVariables, A]
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
- def apply[F[_], G[_], C](implicit arg0: Parallel[F], F: MonadError[F, NonEmptyChain[PositionalError[C]]], C: Local[F, Cursor], L: Local[F, CycleSet], S: Stateful[F, Int], LI: Listen[F, UsedVariables]): RootPreparation[F, G, C]
- 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()
- def prepareRun[G[_], C, Q, M, S](executabels: NonEmptyList[ExecutableDefinition[C]], schema: SchemaShape[G, Q, M, S], variableMap: Map[String, Json], operationName: Option[String]): EitherNec[PositionalError[C], PreparedRoot[G, Q, M, S]]
- 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()
- object Stack