Packages

t

molecule.boilerplate.api

Aggregates_3

trait Aggregates_3[A, B, C, t, Ns[_, _, _, _]] extends AggregatesOps_3[A, B, C, t, Ns]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Aggregates_3
  2. AggregatesOps_3
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

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

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 apply(kw: Keywords.stddev): Ns[A, B, Double, Double] with SortAttrs_3[A, B, Double, Double, Ns]
  5. def apply(kw: Keywords.variance): Ns[A, B, Double, Double] with SortAttrs_3[A, B, Double, Double, Ns]
  6. def apply(kw: Keywords.avg): Ns[A, B, Double, Double] with SortAttrs_3[A, B, Double, Double, Ns]
  7. def apply(kw: Keywords.samples): Ns[A, B, Set[t], t]
  8. def apply(kw: Keywords.rands): Ns[A, B, Set[t], t]
  9. def apply(kw: Keywords.maxs): Ns[A, B, Set[t], t]
  10. def apply(kw: Keywords.mins): Ns[A, B, Set[t], t]
  11. def apply(kw: Keywords.distinct): Ns[A, B, Set[C], t]
  12. def apply(kw: Keywords.sample): Ns[A, B, C, t]
  13. def apply(kw: Keywords.rand): Ns[A, B, C, t]
  14. def apply(kw: Keywords.median): Ns[A, B, C, t] with SortAttrs_3[A, B, C, t, Ns]
  15. def apply(kw: Keywords.sum): Ns[A, B, C, t] with SortAttrs_3[A, B, C, t, Ns]
  16. def apply(kw: Keywords.max): Ns[A, B, C, t] with SortAttrs_3[A, B, C, t, Ns]
  17. def apply(kw: Keywords.min): Ns[A, B, C, t] with SortAttrs_3[A, B, C, t, Ns]
  18. def apply(kw: Keywords.countDistinct): Ns[A, B, Int, Int] with SortAttrs_3[A, B, Int, Int, Ns]
  19. def apply(kw: Keywords.count): Ns[A, B, Int, Int] with SortAttrs_3[A, B, Int, Int, Ns]
  20. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  21. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. 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 AggregatesOps_3[A, B, C, t, Ns]

Inherited from AnyRef

Inherited from Any

Ungrouped