Packages

implicit object TransformNone extends BsonTransformer[Option[Nothing]]

Transforms None to BsonNull

Linear Supertypes
BsonTransformer[Option[Nothing]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TransformNone
  2. BsonTransformer
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(value: Option[Nothing]): BsonNull

    Convert the object into a BsonValue

    Convert the object into a BsonValue

    Definition Classes
    TransformNoneBsonTransformer