final class Data[A] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Data
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  6. def countByKey[K, V](implicit ev: <:<[A, (K, V)]): Seq[(aptus.Count, K)]
  7. def countBySelf: List[(A, Int)]
  8. def countBySelfWithOrder: List[(A, Int)]

    maintains order (if presorted for instance)

  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  12. def groupByAdjacency[B](f: (A) ⇒ B): Seq[(B, Seq[A])]
  13. def groupByKey[K, V](implicit ev: <:<[A, (K, V)]): Map[K, Seq[V]]
  14. def groupByKeyWithListMap[K, V](implicit ev: <:<[A, (K, V)]): ListMap[K, Seq[V]]
  15. def groupByKeyWithTreeMap[K, V](implicit ev: <:<[A, (K, V)], ord: Ordering[K]): TreeMap[K, Seq[V]]
  16. def groupByWithListMap[K, V](f: (A) ⇒ K, g: (A) ⇒ V): ListMap[K, Seq[V]]
  17. def groupByWithListMap[K, V](f: (A) ⇒ K)(implicit ev: =:=[A, V]): ListMap[K, Seq[V]]
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  19. def innerCoGroup[B](that: Seq[B]): InnerCoGroup[A, B]
  20. def innerJoin[B](that: Seq[B]): InnerJoin[A, B]
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def leftCoGroup[B](that: Seq[B]): LeftCoGroup[A, B]
  23. def leftJoin[B](that: Seq[B]): LeftJoin[A, B]
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  27. def outerCoGroup[B](that: Seq[B]): OuterCoGroup[A, B]
  28. def outerJoin[B](that: Seq[B]): OuterJoin[A, B]
  29. def pivot[K, V](implicit ev: <:<[A, (K, V)]): ListMap[V, Seq[K]]

    no prior grouping of key/values

  30. def pivotAndFlatten[K, V](implicit ev: <:<[A, (K, V)]): Seq[(V, K)]

    no prior grouping of key/values

  31. def pivotPreGrouped[K, V](implicit ev: <:<[A, (K, Seq[V])]): ListMap[V, Seq[K]]

    pre-grouped by keys

  32. def rightCoGroup[B](that: Seq[B]): RightCoGroup[A, B]
  33. def rightJoin[B](that: Seq[B]): RightJoin[A, B]
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. 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 AnyRef

Inherited from Any

Ungrouped