case class ViewRow(_content: Array[Byte]) extends Product with Serializable
An individual view result row.
- Alphabetic
- By Inheritance
- ViewRow
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new ViewRow(_content: Array[Byte])
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( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
id: Option[String]
The id of this row.
The id of this row.
It's optional as it's not present on reduces.
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
keyAs[T](implicit deserializer: JsonDeserializer[T]): Try[T]
Return the key, converted into the application's preferred representation.
Return the key, converted into the application's preferred representation.
- T
this can be of any type for which an implicit
com.couchbase.client.scala.codec.JsonDeserializercan be found: a list of types that are supported 'out of the box' is available at these JSON docs
-
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
-
def
toString(): String
- Definition Classes
- ViewRow → AnyRef → Any
-
def
valueAs[T](implicit deserializer: JsonDeserializer[T]): Try[T]
Return the value, converted into the application's preferred representation.
Return the value, converted into the application's preferred representation.
- T
this can be of any type for which an implicit
com.couchbase.client.scala.codec.JsonDeserializercan be found: a list of types that are supported 'out of the box' is available at these JSON docs
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )