com.osinka

subset

package subset

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. subset
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait BsonWritable[-A] extends AnyRef

    Annotations
    @implicitNotFound( "Cannot find BsonWritable for ${A}" )
  2. class DBObjectBuffer extends AnyRef

    Mutable buffer.

  3. trait DocParser[+A] extends (Document) ⇒ ParseResult[A]

  4. trait Field[+A] extends AnyRef

    Annotations
    @implicitNotFound( "Cannot find Field for ${A}" )
  5. case class FieldPf[+T](pf: PartialFunction[Any, T]) extends Field[T] with Product with Serializable

  6. trait SmartFields extends AnyRef

  7. case class ~[+A, +B](_1: A, _2: B) extends Product with Serializable

Value Members

  1. object BsonParser

  2. object BsonWritable

  3. object DBO

  4. object DBObjectBuffer

  5. object DocParser

  6. object Extractors

    Few generic extractors.

  7. object Field

  8. object SmartFields extends SmartFields

  9. implicit def kvFromStrKey[A](t: (String, A))(implicit writer: BsonWritable[A]): KV

  10. implicit def kvFromSymKey[A](t: (Symbol, A))(implicit writer: BsonWritable[A]): KV

Inherited from AnyRef

Inherited from Any

Ungrouped