scalaz.stream.mongodb.bson

BSONSerializable

object BSONSerializable

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

Type Members

  1. trait PrimitiveBSONSerializable[A] extends BSONSerializable[A]

    Helper for any primitive scala types *

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. implicit val booleanBson: PrimitiveBSONSerializable[Boolean]

    This is somewhat specific for boolean as we allow here the numeric and string to be implicitly converted to Boolean.

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. implicit val dateBSON: PrimitiveBSONSerializable[Date]

    Date is passed as is.

    Date is passed as is. Additionally we try to recover date from long and double *

  10. implicit val dbObjectBSON: PrimitiveBSONSerializable[DBObject]

    DBObject is passed as-is *

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

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

    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  17. def iterable2jli(c: Iterable[collectionSyntax.BSONAny]): Iterable[AnyRef]

  18. implicit def iterableBSON[C <: Iterable[collectionSyntax.BSONAny]](implicit cbf: CanBuildFrom[Nothing, collectionSyntax.BSONAny, C]): BSONSerializable[C]

    BSONValue iterable

  19. implicit def iterableBSON2[C[_] <: Iterable[A], A](implicit arg0: BSONSerializable[A], cbf: CanBuildFrom[Nothing, A, C[A]]): BSONSerializable[C[A]]

    Anther variant of BSONValue iterable *

  20. def map2DBObject(c: Map[String, collectionSyntax.BSONAny]): DBObject

  21. implicit def mapBSON[C <: Map[String, collectionSyntax.BSONAny]](implicit cbf: CanBuildFrom[Nothing, (String, collectionSyntax.BSONAny), C]): BSONSerializable[C]

    Map of BSONValues *

  22. implicit def mapBSON2[A](implicit arg0: BSONSerializable[A], cbf: CanBuildFrom[Nothing, (String, A), Map[String, A]]): BSONSerializable[Map[String, A]]

    Another variant of Map of BSONValues *

  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. implicit def noneBSON[None]: BSONSerializable[None.type]

    Optional fields are only added to bson when they evaluate to Some.

    Optional fields are only added to bson when they evaluate to Some. This is placeholder for None *

  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. implicit def numericBSON[A](implicit arg0: Numeric[A]): PrimitiveBSONSerializable[A] { val n: Numeric[A] }

    Numeric type conversion *

  28. implicit val objectIdBSON: PrimitiveBSONSerializable[ObjectId]

    Object Id is passed as-is *

  29. implicit def optionBSON[A](implicit arg0: BSONSerializable[A]): BSONSerializable[Option[A]]

    Optional fields are only added to bson when they evaluate to Some.

    Optional fields are only added to bson when they evaluate to Some. This is extractor for Some *

  30. implicit val stringBson: PrimitiveBSONSerializable[String]

    String conversion *

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

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped