object BsonRef extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BsonRef
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Creator[S] extends AnyRef

Value Members

  1. val BsonKeySeparator: String
  2. def apply[S, T](genRef: GenRef[S, T])(implicit codec: GenCodec[T]): BsonRef[S, T]
  3. implicit def bsonRefFiltering[S, T](bsonRef: BsonRef[S, T]): BsonRefFiltering[T]
  4. implicit def bsonRefIterableFiltering[S, E, C[T] <: Iterable[T]](bsonRef: BsonRef[S, C[E]])(implicit arg0: GenCodec[E]): BsonRefIterableFiltering[E, C]
  5. implicit def bsonRefIterableUpdating[S, E, C[T] <: Iterable[T]](bsonRef: BsonRef[S, C[E]])(implicit arg0: GenCodec[E]): BsonRefIterableUpdating[E, C]
  6. implicit def bsonRefSorting[S, T](bsonRef: BsonRef[S, T]): BsonRefSorting[T]
  7. implicit def bsonRefUpdating[S, T](bsonRef: BsonRef[S, T]): BsonRefUpdating[T]
  8. def create[S]: Creator[S]
  9. def identity[S](implicit codec: GenCodec[S]): BsonRef[S, S]