object ProtoJson
- Alphabetic
- By Inheritance
- ProtoJson
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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 component(componentId: String, query: Query, rootTpe: Type): ProtoJson
Delegate
query
to the componet interpreter idenitfied bycomponentId
.Delegate
query
to the componet interpreter idenitfied bycomponentId
. When evaluated by that interpreter the query will have expected typerootTpe
. - 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 fromFields(fields: List[(String, ProtoJson)]): ProtoJson
Combine possibly partial fields to create a possibly partial object.
Combine possibly partial fields to create a possibly partial object.
If all fields are complete then they will be combined as a complete Json object.
- def fromJson(value: Json): ProtoJson
- def fromValues(elems: List[ProtoJson]): ProtoJson
Combine possibly partial values to create a possibly partial array.
Combine possibly partial values to create a possibly partial array.
If all values are complete then they will be combined as a complete Json array.
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def isDeferred(p: ProtoJson): Boolean
Test whether the argument contains any deferred subtrees
Test whether the argument contains any deferred subtrees
Yields
true
if the argument contains any component or staged subtrees, false otherwise. - final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mergeObjects(elems: List[ProtoJson]): ProtoJson
- 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 staged[F[_]](interpreter: QueryInterpreter[F], query: Query, rootTpe: Type): ProtoJson
Delegate
query
to the componet interpreter idenitfied bycomponentId
.Delegate
query
to the componet interpreter idenitfied bycomponentId
. When evaluated by that interpreter the query will have expected typerootTpe
. - 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()