object ReduceFuncs
- Alphabetic
- By Inheritance
- ReduceFuncs
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
final
case class
Arbitrary[A](a: A) extends ReduceFunc[A] with Product with Serializable
This is intended to be the “cheapest” way to get a single value out of a set, where it doesn’t matter which one (usually used in the case where all entries are known to be the same).
- final case class Avg[A](a: A) extends ReduceFunc[A] with Product with Serializable
- final case class Count[A](a: A) extends ReduceFunc[A] with Product with Serializable
- final case class First[A](a: A) extends ReduceFunc[A] with Product with Serializable
- final case class Last[A](a: A) extends ReduceFunc[A] with Product with Serializable
- final case class Max[A](a: A) extends ReduceFunc[A] with Product with Serializable
- final case class Min[A](a: A) extends ReduceFunc[A] with Product with Serializable
- final case class Sum[A](a: A) extends ReduceFunc[A] with Product with Serializable
- final case class UnshiftArray[A](a: A) extends ReduceFunc[A] with Product with Serializable
- final case class UnshiftMap[A](a1: A, a2: A) extends ReduceFunc[A] with Product with 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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- 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()
-
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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )