trait MapReducible[Collection[_]] extends Serializable
Defines basic operations on Collection
- Collection
collection for which operations are defined
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- MapReducible
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def aggregate[A, B](c: Collection[A])(createZero: (A) => B, seqOp: (B, A) => B, combOp: (B, B) => B)(implicit arg0: ClassTag[A], arg1: ClassTag[B]): Collection[B]
- abstract def aggregateByKey[K, A, B](c: Collection[(K, A)])(createZero: (A) => B, seqOp: (B, A) => B, combOp: (B, B) => B)(implicit arg0: ClassTag[K], arg1: ClassTag[A], arg2: ClassTag[B]): Collection[(K, B)]
- abstract def aggregateDatasets(c: Collection[BatchDataset], queryContext: QueryContext)(foldOp: (HashTableDataset, BatchDataset) => Unit, combOp: (HashTableDataset, BatchDataset) => Unit): Collection[BatchDataset]
- abstract def batchFlatMap[A, B](c: Collection[A], size: Int)(f: (Seq[A]) => IterableOnce[B])(implicit arg0: ClassTag[B]): Collection[B]
- abstract def concat[A](a: Collection[A], b: Collection[A])(implicit arg0: ClassTag[A]): Collection[A]
- abstract def distinct[A](c: Collection[A])(implicit arg0: ClassTag[A]): Collection[A]
- abstract def empty[A](implicit arg0: ClassTag[A]): Collection[A]
- abstract def filter[A](c: Collection[A])(f: (A) => Boolean)(implicit arg0: ClassTag[A]): Collection[A]
- abstract def flatMap[A, B](mr: Collection[A])(f: (A) => Iterable[B])(implicit arg0: ClassTag[A], arg1: ClassTag[B]): Collection[B]
- abstract def fold[A](c: Collection[A])(zero: A)(f: (A, A) => A)(implicit arg0: ClassTag[A]): A
- abstract def fromSeq[A](seq: Seq[A])(implicit arg0: ClassTag[A]): Collection[A]
- abstract def limit(c: Collection[BatchDataset])(n: Int): Collection[BatchDataset]
- abstract def map[A, B](c: Collection[A])(f: (A) => B)(implicit arg0: ClassTag[A], arg1: ClassTag[B]): Collection[B]
- abstract def materialize[A](c: Collection[A])(implicit arg0: ClassTag[A]): Seq[A]
- abstract def reduce[A](c: Collection[A])(f: (A, A) => A)(implicit arg0: ClassTag[A]): A
- abstract def reduceByKey[K, V](c: Collection[(K, V)])(f: (V, V) => V)(implicit arg0: ClassTag[K], arg1: ClassTag[V]): Collection[(K, V)]
- abstract def singleton[A](a: A)(implicit arg0: ClassTag[A]): Collection[A]
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]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @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
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)