Packages

final case class CouchbaseWriteSuccess[T <: Document[_]] extends CouchbaseWriteResult[T] with Product with Serializable

Emitted for a successful Couchbase write operation.

Source
model.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CouchbaseWriteSuccess
  2. Serializable
  3. Product
  4. Equals
  5. CouchbaseWriteResult
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val doc: T
  2. val isFailure: Boolean
  3. val isSuccess: Boolean
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product