Packages

p

morphling

reactivemongo

package reactivemongo

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class DocumentKeyNotFound(message: String) extends Exception with Product with Serializable
  2. trait FromBson[S[_]] extends Serializable
    Annotations
    @implicitNotFound("Could not find an instance of FromBson for ${S}")
  3. case class MultipleKeysFound(message: String) extends Exception with Product with Serializable
  4. trait ToBson[S[_]] extends Serializable
    Annotations
    @implicitNotFound("Could not find an instance of ToBson for ${S}")
  5. case class TypeDoesNotMatch(message: String) extends Exception with Product with Serializable

Value Members

  1. object FromBson extends Serializable
  2. object ToBson extends Serializable

Ungrouped