Packages

object Compound extends Serializable

Source
Query.scala
Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Compound
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class And [L, R](left: L, right: R) extends Compound[L, R] with Product with Serializable
  2. trait Flattener [A] extends AnyRef
  3. final case class Or [L, R](left: L, right: R) extends Compound[L, R] with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. implicit def compoundDocumentEncoder[C[X, Y] <: Compound[X, Y], L, R](implicit f: Flattener[C[L, R]]): BsonDocumentEncoder[C[L, R]]
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. implicit def flattener[C[X, Y] <: Compound[X, Y], L, R](implicit arg0: BsonDocumentEncoder[L], arg1: BsonDocumentEncoder[R]): Flattener[C[L, R]]
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. implicit def leftFlattener[C[X, Y] <: Compound[X, Y], L1, L2, R](implicit arg0: BsonDocumentEncoder[R], f: Flattener[C[L1, L2]]): Flattener[C[C[L1, L2], R]]
  15. implicit def leftRightFlattener[C[X, Y] <: Compound[X, Y], L1, L2, R1, R2](implicit fl: Flattener[C[L1, L2]], fr: Flattener[C[R1, R2]]): Flattener[C[C[L1, L2], C[R1, R2]]]
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  19. implicit def rightFlattener[C[X, Y] <: Compound[X, Y], L, R1, R2](implicit arg0: BsonDocumentEncoder[L], f: Flattener[C[R1, R2]]): Flattener[C[L, C[R1, R2]]]
  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. def unapply[L, R](c: Compound[L, R]): Option[(String, L, R)]
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped