SimpleBody

acolyte.reactivemongo.SimpleBody$
object SimpleBody

Body extractor for simple request, with only one document. If there are more than one document, matching just ignore extra ones.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def unapply(body: List[BDoc]): Option[List[(String, BSONValue)]]

Attributes

Returns:

BSON properties from the first document of the body.