case class ValueRoot(otpe: Option[Type], fieldName: String, root: F[Any], mutation: ValueMapping.Mutation)(implicit pos: SourcePos) extends RootMapping with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ValueRoot
- RootMapping
- FieldMapping
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ValueRoot(otpe: Option[Type], fieldName: String, root: F[Any], mutation: ValueMapping.Mutation)(implicit pos: SourcePos)
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 cursor(query: Query, env: Env, resultName: Option[String]): Stream[F, Result[(Query, Cursor)]]
- Definition Classes
- ValueRoot → RootMapping
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val fieldName: String
- Definition Classes
- ValueRoot → FieldMapping
- 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 hidden: Boolean
- Definition Classes
- RootMapping → FieldMapping
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val mutation: ValueMapping.Mutation
- Definition Classes
- ValueRoot → RootMapping
- 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()
- val otpe: Option[Type]
- implicit val pos: SourcePos
- Definition Classes
- ValueRoot → FieldMapping
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val root: F[Any]
- final def run(query: Query, env: Env, resultName: Option[String]): Stream[F, Result[(Query, Cursor)]]
Run this
RootMapping
's mutation, if any, then construct and return the result cursor along with the [possibly updated] query.Run this
RootMapping
's mutation, if any, then construct and return the result cursor along with the [possibly updated] query.- Definition Classes
- RootMapping
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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()
- def withParent(tpe: Type): ValueRoot
- Definition Classes
- ValueRoot → RootMapping → FieldMapping