case class QueryV(lambda: ObjectV) extends Value with Product with Serializable
- Alphabetic
- By Inheritance
- QueryV
- Serializable
- Serializable
- Product
- Equals
- Value
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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
apply(p: FieldPath, ps: FieldPath*): Result[Value]
Extract the sub-value at the specified path.
Extract the sub-value at the specified path.
- Definition Classes
- Value
-
final
def
apply[T](field: Field[T]): Result[T]
Extract a value with the provided field.
Extract a value with the provided field.
- Definition Classes
- Value
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
collect[T](field: Field[T]): Result[Seq[T]]
Extract the elements of an ArrayV using the provided field.
Extract the elements of an ArrayV using the provided field.
- Definition Classes
- Value
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lambda: ObjectV
-
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
to[T](implicit arg0: Decoder[T]): Result[T]
Cast the value to T, using a Decoder.
Cast the value to T, using a Decoder.
- Definition Classes
- Value
-
def
toString(): String
- Definition Classes
- QueryV → AnyRef → Any
-
val
vtype: String
Describe the type that this value will be representing
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )