object FromBson extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FromBson
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait AllOps[S[_], A] extends Ops[S, A]
- implicit class FromBsonOps[F[_], A] extends AnyRef
- trait Ops[S[_], A] extends Serializable
- trait ToFromBsonOps extends Serializable
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
- def annDecoderAlg[P[_], Ann[_]](implicit arg0: FromBson[P], interpret: ~>[Ann, [T](BSONReader[T]) => BSONReader[T]]): HAlgebra[[γ$21$[_$8], δ$22$]HEnvT[Ann, [β$19$[_$7], γ$20$]SchemaF[P, β$19$, γ$20$], γ$21$, δ$22$], BSONReader]
- implicit def annSchemaFromBson[P[_], A[_]](implicit arg0: FromBson[P], arg1: FunctionK[A, [T](BSONReader[T]) => BSONReader[T]]): FromBson[[γ$7$]HFix[[γ$2$[_$1], δ$3$]HEnvT[A, [β$0$[_$1], γ$1$]SchemaF[P, β$0$, γ$1$], γ$2$, δ$3$], γ$7$]]
- def apply[S[_]](implicit instance: FromBson[S]): FromBson[S]
Summon an instance of FromBson for
S
.Summon an instance of FromBson 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()
- def decodeObj[I](rb: FreeApplicative[[γ$29$]PropSchema[I, BSONReader, γ$29$], I]): BSONReader[I]
- def decoderAlg[P[_]](implicit arg0: FromBson[P]): HAlgebra[[β$15$[_$5], γ$16$]SchemaF[P, β$15$, γ$16$], BSONReader]
- implicit def eitherKFromBson[P[_], Q[_]](implicit arg0: FromBson[P], arg1: FromBson[Q]): FromBson[[γ$32$]EitherK[P, Q, γ$32$]]
- 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 schemaFromBson[P[_]](implicit arg0: FromBson[P]): FromBson[[β$0$]HFix[[β$0$[_$1], γ$1$]SchemaF[P, β$0$, γ$1$], β$0$]]
- 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 ToFromBsonOps
- object ops
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
- Deprecated