object ToBson extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ToBson
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit def annSchemaToBson[P[_], A[_]](implicit arg0: ToBson[P]): ToBson[[γ$6$]HFix[[γ$2$[_$1], δ$3$]HEnvT[A, [β$0$[_$1], γ$1$]SchemaF[P, β$0$, γ$1$], γ$2$, δ$3$], γ$6$]]
- def apply[S[_]](implicit instance: ToBson[S]): ToBson[S]
Summon an instance of ToBson for
S
.Summon an instance of ToBson for
S
.- Annotations
- @inline()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- implicit def eitherKToBson[P[_], Q[_]](implicit arg0: ToBson[P], arg1: ToBson[Q]): ToBson[[γ$22$]EitherK[P, Q, γ$22$]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- implicit def schemaToBson[P[_]](implicit arg0: ToBson[P]): ToBson[[β$0$]HFix[[β$0$[_$1], γ$1$]SchemaF[P, β$0$, γ$1$], β$0$]]
- def serializeAlg[P[_]](implicit arg0: ToBson[P]): HAlgebra[[β$14$[_$4], γ$15$]SchemaF[P, β$14$, γ$15$], BSONWriter]
- def serializeObjF[P[_], I](rb: FreeApplicative[[γ$18$]PropSchema[I, BSONWriter, γ$18$], I])(implicit arg0: ToBson[P]): BSONDocumentWriter[I]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object nonInheritedOps extends ToToBsonOps
- object ops
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
- Deprecated