Packages

trait ExprSetMan_2[A, B, t, Ns1[_, _, _], Ns2[_, _, _, _]] extends ExprSetManOps_2[A, B, t, Ns1, Ns2] with Aggregates_2[A, B, t, Ns1]

Source
ExprSetMan_.scala
Linear Supertypes
Aggregates_2[A, B, t, Ns1], AggregatesOps_2[A, B, t, Ns1], ExprSetManOps_2[A, B, t, Ns1, Ns2], ExprAttr_2[A, B, t, Ns1, Ns2], ExprBase, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExprSetMan_2
  2. Aggregates_2
  3. AggregatesOps_2
  4. ExprSetManOps_2
  5. ExprAttr_2
  6. ExprBase
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type X = DummyImplicit
    Definition Classes
    ExprBase
  2. type Y = DummyImplicit
    Definition Classes
    ExprBase

Abstract Value Members

  1. abstract def _aggrDist(kw: Keywords.Kw): Ns1[A, Set[B], t]
    Attributes
    protected
    Definition Classes
    AggregatesOps_2
  2. abstract def _aggrDouble(kw: Keywords.Kw): Ns1[A, Double, Double] with SortAttrs_2[A, Double, Double, Ns1]
    Attributes
    protected
    Definition Classes
    AggregatesOps_2
  3. abstract def _aggrInt(kw: Keywords.Kw): Ns1[A, Int, Int] with SortAttrs_2[A, Int, Int, Ns1]
    Attributes
    protected
    Definition Classes
    AggregatesOps_2
  4. abstract def _aggrSet(kw: Keywords.Kw, n: Option[Int]): Ns1[A, Set[t], t]
    Attributes
    protected
    Definition Classes
    AggregatesOps_2
  5. abstract def _aggrT(kw: Keywords.Kw): Ns1[A, B, t]
    Attributes
    protected
    Definition Classes
    AggregatesOps_2
  6. abstract def _aggrTsort(kw: Keywords.Kw): Ns1[A, B, t] with SortAttrs_2[A, B, t, Ns1]
    Attributes
    protected
    Definition Classes
    AggregatesOps_2

Concrete 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. def _attrMan[X, ns1[_, _], ns2[_, _, _]](op: ast.Model.Op, a: ModelOps_1[X, t, ns1, ns2]): Ns2[A, B, X, t]
    Attributes
    protected
    Definition Classes
    ExprAttr_2
  5. def _attrSortMan[ns1[_, _], ns2[_, _, _]](op: ast.Model.Op, a: ModelOps_1[B, t, ns1, ns2]): Ns2[A, B, B, t] with SortAttrs_3[A, B, B, t, Ns2]
    Attributes
    protected
    Definition Classes
    ExprAttr_2
  6. def _attrSortTac[ns1[_], ns2[_, _]](op: ast.Model.Op, a: ModelOps_0[t, ns1, ns2] with CardOne): Ns1[A, B, t] with SortAttrs_2[A, B, t, Ns1]
    Attributes
    protected
    Definition Classes
    ExprAttr_2
  7. def _attrTac[ns1[_], ns2[_, _]](op: ast.Model.Op, a: ModelOps_0[t, ns1, ns2]): Ns1[A, B, t]
    Attributes
    protected
    Definition Classes
    ExprAttr_2
  8. def _exprSetMan(op: ast.Model.Op, sets: Seq[Set[t]]): Ns1[A, B, t]
    Attributes
    protected
    Definition Classes
    ExprSetManOps_2
  9. def abs2sets[t](pairs: Seq[(t, t)]): Seq[Set[t]]
    Attributes
    protected
    Definition Classes
    ExprBase
  10. def add(vs: Iterable[t]): Ns1[A, B, t]
  11. def add(v: t, vs: t*): Ns1[A, B, t]
  12. def apply[ns1[_, _], ns2[_, _, _]](a: ModelOps_1[Set[t], t, ns1, ns2] with CardSet): Ns2[A, B, Set[t], t]
  13. def apply[ns1[_], ns2[_, _]](a: ModelOps_0[t, ns1, ns2] with CardSet)(implicit x: X): Ns1[A, B, t]
  14. def apply(sets: Seq[Set[t]]): Ns1[A, B, t]
  15. def apply(set: Set[t], sets: Set[t]*): Ns1[A, B, t]
  16. def apply(vs: Seq[t])(implicit x: X): Ns1[A, B, t]
  17. def apply(v: t, vs: t*): Ns1[A, B, t]
  18. def apply(): Ns1[A, B, t]
  19. def apply(kw: Keywords.stddev): Ns1[A, Double, Double] with SortAttrs_2[A, Double, Double, Ns1]
    Definition Classes
    Aggregates_2
  20. def apply(kw: Keywords.variance): Ns1[A, Double, Double] with SortAttrs_2[A, Double, Double, Ns1]
    Definition Classes
    Aggregates_2
  21. def apply(kw: Keywords.avg): Ns1[A, Double, Double] with SortAttrs_2[A, Double, Double, Ns1]
    Definition Classes
    Aggregates_2
  22. def apply(kw: Keywords.samples): Ns1[A, Set[t], t]
    Definition Classes
    Aggregates_2
  23. def apply(kw: Keywords.rands): Ns1[A, Set[t], t]
    Definition Classes
    Aggregates_2
  24. def apply(kw: Keywords.maxs): Ns1[A, Set[t], t]
    Definition Classes
    Aggregates_2
  25. def apply(kw: Keywords.mins): Ns1[A, Set[t], t]
    Definition Classes
    Aggregates_2
  26. def apply(kw: Keywords.distinct): Ns1[A, Set[B], t]
    Definition Classes
    Aggregates_2
  27. def apply(kw: Keywords.sample): Ns1[A, B, t]
    Definition Classes
    Aggregates_2
  28. def apply(kw: Keywords.rand): Ns1[A, B, t]
    Definition Classes
    Aggregates_2
  29. def apply(kw: Keywords.median): Ns1[A, B, t] with SortAttrs_2[A, B, t, Ns1]
    Definition Classes
    Aggregates_2
  30. def apply(kw: Keywords.sum): Ns1[A, B, t] with SortAttrs_2[A, B, t, Ns1]
    Definition Classes
    Aggregates_2
  31. def apply(kw: Keywords.max): Ns1[A, B, t] with SortAttrs_2[A, B, t, Ns1]
    Definition Classes
    Aggregates_2
  32. def apply(kw: Keywords.min): Ns1[A, B, t] with SortAttrs_2[A, B, t, Ns1]
    Definition Classes
    Aggregates_2
  33. def apply(kw: Keywords.countDistinct): Ns1[A, Int, Int] with SortAttrs_2[A, Int, Int, Ns1]
    Definition Classes
    Aggregates_2
  34. def apply(kw: Keywords.count): Ns1[A, Int, Int] with SortAttrs_2[A, Int, Int, Ns1]
    Definition Classes
    Aggregates_2
  35. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  36. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  37. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  39. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  40. def has[X, ns1[_, _], ns2[_, _, _]](a: ModelOps_1[X, t, ns1, ns2] with Card): Ns2[A, B, X, t]
  41. def has[ns1[_], ns2[_, _]](a: ModelOps_0[t, ns1, ns2] with Card)(implicit x: X): Ns1[A, B, t]
  42. def has(sets: Seq[Set[t]]): Ns1[A, B, t]
  43. def has(set: Set[t], sets: Set[t]*): Ns1[A, B, t]
  44. def has(vs: Seq[t])(implicit x: X): Ns1[A, B, t]
  45. def has(v: t, vs: t*): Ns1[A, B, t]
  46. def hasGe[ns1[_, _], ns2[_, _, _]](a: ModelOps_1[t, t, ns1, ns2]): Ns2[A, B, t, t]
  47. def hasGe[ns1[_], ns2[_, _]](a: ModelOps_0[t, ns1, ns2] with CardOne): Ns1[A, B, t]
  48. def hasGe(lower: t): Ns1[A, B, t]
  49. def hasGt[ns1[_, _], ns2[_, _, _]](a: ModelOps_1[t, t, ns1, ns2]): Ns2[A, B, t, t]
  50. def hasGt[ns1[_], ns2[_, _]](a: ModelOps_0[t, ns1, ns2] with CardOne): Ns1[A, B, t]
  51. def hasGt(lower: t): Ns1[A, B, t]
  52. def hasLe[ns1[_, _], ns2[_, _, _]](a: ModelOps_1[t, t, ns1, ns2]): Ns2[A, B, t, t]
  53. def hasLe[ns1[_], ns2[_, _]](a: ModelOps_0[t, ns1, ns2] with CardOne): Ns1[A, B, t]
  54. def hasLe(upper: t): Ns1[A, B, t]
  55. def hasLt[ns1[_, _], ns2[_, _, _]](a: ModelOps_1[t, t, ns1, ns2]): Ns2[A, B, t, t]
  56. def hasLt[ns1[_], ns2[_, _]](a: ModelOps_0[t, ns1, ns2] with CardOne): Ns1[A, B, t]
  57. def hasLt(upper: t): Ns1[A, B, t]
  58. def hasNo[X, ns1[_, _], ns2[_, _, _]](a: ModelOps_1[X, t, ns1, ns2] with Card): Ns2[A, B, X, t]
  59. def hasNo[ns1[_], ns2[_, _]](a: ModelOps_0[t, ns1, ns2] with Card)(implicit x: X): Ns1[A, B, t]
  60. def hasNo(sets: Seq[Set[t]]): Ns1[A, B, t]
  61. def hasNo(set: Set[t], sets: Set[t]*): Ns1[A, B, t]
  62. def hasNo(vs: Seq[t])(implicit x: X): Ns1[A, B, t]
  63. def hasNo(v: t, vs: t*): Ns1[A, B, t]
  64. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  65. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  66. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  67. def not[ns1[_, _], ns2[_, _, _]](a: ModelOps_1[Set[t], t, ns1, ns2] with CardSet): Ns2[A, B, Set[t], t]
  68. def not[ns1[_], ns2[_, _]](a: ModelOps_0[t, ns1, ns2] with CardSet)(implicit x: X): Ns1[A, B, t]
  69. def not(sets: Seq[Set[t]]): Ns1[A, B, t]
  70. def not(set: Set[t], sets: Set[t]*): Ns1[A, B, t]
  71. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  72. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  73. def remove(vs: Iterable[t]): Ns1[A, B, t]
  74. def remove(v: t, vs: t*): Ns1[A, B, t]
  75. def swap(abs: Seq[(t, t)]): Ns1[A, B, t]
  76. def swap(ab: (t, t), abs: (t, t)*): Ns1[A, B, t]
  77. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  78. def toString(): String
    Definition Classes
    AnyRef → Any
  79. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  80. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  81. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Aggregates_2[A, B, t, Ns1]

Inherited from AggregatesOps_2[A, B, t, Ns1]

Inherited from ExprSetManOps_2[A, B, t, Ns1, Ns2]

Inherited from ExprAttr_2[A, B, t, Ns1, Ns2]

Inherited from ExprBase

Inherited from AnyRef

Inherited from Any

Ungrouped