sealed trait AggregationViewMapped[A, B] extends AggregationDsl[A, B]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AggregationViewMapped
- AggregationDsl
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def avg(implicit ev: Field[B]): Aux[A, B]
- Definition Classes
- AggregationDsl
- abstract def avgBy[B](f: (B) => B)(implicit ev: Field[B]): Aux[A, B]
- Definition Classes
- AggregationDsl
- abstract def const[B](value: B): Aux[A, B]
- Definition Classes
- AggregationDsl
- abstract def count(p: (B) => Boolean): Aux[A, Int]
- Definition Classes
- AggregationDsl
- abstract def custom[B](f: (Iterable[B]) => B): Aux[A, B]
- Definition Classes
- AggregationDsl
- abstract def distinct: Aux[A, Set[B]]
- Definition Classes
- AggregationDsl
- abstract def distinctBy[B](f: (B) => B): Aux[A, Set[B]]
- Definition Classes
- AggregationDsl
- abstract def flatDistinctBy[B](f: (B) => Iterable[B]): Aux[A, Set[B]]
- Definition Classes
- AggregationDsl
- abstract def product(implicit ev: MultiplicativeMonoid[B]): Aux[A, B]
- Definition Classes
- AggregationDsl
- abstract def productBy[B](f: (B) => B)(implicit ev: MultiplicativeMonoid[B]): Aux[A, B]
- Definition Classes
- AggregationDsl
- abstract def report[B, C, U1, U2](split1: (B) => B, split2: (B) => C)(mergeCascade1: (B, C, AggregationView[B]) => Aux[B, U1])(mergeCascade2: (B, AggregationView[U1]) => Aux[U1, U2]): Aux[A, List[U2]]
- Definition Classes
- AggregationDsl
- abstract def sum(implicit ev: AdditiveMonoid[B]): Aux[A, B]
- Definition Classes
- AggregationDsl
- abstract def sumBy[B](f: (B) => B)(implicit ev: AdditiveMonoid[B]): Aux[A, B]
- Definition Classes
- AggregationDsl
- abstract def toList: Aux[A, List[B]]
- Definition Classes
- AggregationDsl
Concrete 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def size: Aux[A, Int]
- Definition Classes
- AggregationDsl
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()