Object

acolyte.reactivemongo

QueryResponse

Related Doc: package reactivemongo

Permalink

object QueryResponse

Query response factory.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QueryResponse
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply[T](body: ⇒ T)(implicit mkResponse: QueryResponseMaker[T]): PreparedResponse

    Permalink

    Creates a response for given body.

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def count(result: Int = 0): PreparedResponse

    Permalink

    Prepares a response to a successful count command.

    Prepares a response to a successful count command.

    result

    Count result

  8. lazy val empty: PreparedResponse

    Permalink

    Successful empty response (list of zero document).

  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def failed(message: String, code: Int): PreparedResponse

    Permalink

    Named factory for error response.

    Named factory for error response.

    message

    Error message

    code

    Error code

  12. def failed(message: String): PreparedResponse

    Permalink

    Named factory for error response.

  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def findAndModify[T](result: T)(implicit arg0: BSONWriter[T]): PreparedResponse

    Permalink

    Prepares a response to a successful findAndModify command.

    Prepares a response to a successful findAndModify command.

    result

    FindAndModify result

  15. def firstBatch(cursorId: Long, ns: String, firstBatch: Seq[BSONDocument]): PreparedResponse

    Permalink

    Prepares a response for a successful firstBatch.

  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. def startSession(uuid: UUID = UUID.randomUUID(), timeoutMinutes: Int = 1): PreparedResponse

    Permalink

    Prepares a response to a successful startSession command.

  23. def successful(result: BSONDocument*): PreparedResponse

    Permalink

    Factory for successful response.

  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  26. lazy val undefined: PreparedResponse

    Permalink

    Undefined response, returned by handler no supporting a specific query that may be handled by others.

  27. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped