Packages

object TermBson

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TermBson
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def bsonToTerm(inds: (Typ[Term]) => Option[ConstructorSeqTL[_, Term, _]] = (_) => None, indexedInds: (Term) => Option[IndexedConstructorSeqDom[_, Term, _, _, _]] = (_) => None): (Document) => Option[Term]
  2. def docToJs(doc: Document): Value
  3. def jsToDoc(js: Value): Document
  4. val termToBson: Mapped[Term, Value, Document]