case classDBOKV[V](k: String, v: V)(implicit encode: EncodeBsonField[V]) extends Product with Serializable
wraps up a key and a value that can be encoded as a field along with the EncodeBsonField that will encode it.
used by the syntax provided by StringToDBOKV.
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
wraps up a key and a value that can be encoded as a field along with the EncodeBsonField that will encode it. used by the syntax provided by StringToDBOKV.