Class/Object

com.github.marklister.collections.immutable

CollSeq4

Related Docs: object CollSeq4 | package immutable

Permalink

class CollSeq4[T1, T2, T3, T4] extends CollSeq with IndexedSeq[(T1, T2, T3, T4)] with IndexedSeqLike[(T1, T2, T3, T4), CollSeq4[T1, T2, T3, T4]] with Product4[Seq[T1], Seq[T2], Seq[T3], Seq[T4]]

Linear Supertypes
Product4[Seq[T1], Seq[T2], Seq[T3], Seq[T4]], CollSeq, Product, IndexedSeq[(T1, T2, T3, T4)], IndexedSeqLike[(T1, T2, T3, T4), CollSeq4[T1, T2, T3, T4]], Seq[(T1, T2, T3, T4)], SeqLike[(T1, T2, T3, T4), CollSeq4[T1, T2, T3, T4]], GenSeq[(T1, T2, T3, T4)], GenSeqLike[(T1, T2, T3, T4), CollSeq4[T1, T2, T3, T4]], Iterable[(T1, T2, T3, T4)], IterableLike[(T1, T2, T3, T4), CollSeq4[T1, T2, T3, T4]], Equals, GenIterable[(T1, T2, T3, T4)], GenIterableLike[(T1, T2, T3, T4), CollSeq4[T1, T2, T3, T4]], Traversable[(T1, T2, T3, T4)], GenTraversable[(T1, T2, T3, T4)], GenericTraversableTemplate[(T1, T2, T3, T4), IndexedSeq], TraversableLike[(T1, T2, T3, T4), CollSeq4[T1, T2, T3, T4]], GenTraversableLike[(T1, T2, T3, T4), CollSeq4[T1, T2, T3, T4]], Parallelizable[(T1, T2, T3, T4), ParSeq[(T1, T2, T3, T4)]], TraversableOnce[(T1, T2, T3, T4)], GenTraversableOnce[(T1, T2, T3, T4)], FilterMonadic[(T1, T2, T3, T4), CollSeq4[T1, T2, T3, T4]], HasNewBuilder[(T1, T2, T3, T4), CollSeq4[T1, T2, T3, T4]], PartialFunction[Int, (T1, T2, T3, T4)], (Int) ⇒ (T1, T2, T3, T4), AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CollSeq4
  2. Product4
  3. CollSeq
  4. Product
  5. IndexedSeq
  6. IndexedSeqLike
  7. Seq
  8. SeqLike
  9. GenSeq
  10. GenSeqLike
  11. Iterable
  12. IterableLike
  13. Equals
  14. GenIterable
  15. GenIterableLike
  16. Traversable
  17. GenTraversable
  18. GenericTraversableTemplate
  19. TraversableLike
  20. GenTraversableLike
  21. Parallelizable
  22. TraversableOnce
  23. GenTraversableOnce
  24. FilterMonadic
  25. HasNewBuilder
  26. PartialFunction
  27. Function1
  28. AnyRef
  29. Any
Implicitly
  1. by CollectionsHaveToParArray
  2. by MonadOps
  3. by SeqAToStatsA
  4. by SeqToCollSeqTc
  5. by any2stringadd
  6. by StringFormat
  7. by Ensuring
  8. by ArrowAssoc
  9. by alternateImplicit
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Elements extends AbstractIterator[A] with BufferedIterator[A] with Serializable

    Permalink
    Attributes
    protected
    Definition Classes
    IndexedSeqLike
    Annotations
    @SerialVersionUID()
  2. type Self = CollSeq4[T1, T2, T3, T4]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  3. class WithFilter extends FilterMonadic[A, Repr]

    Permalink
    Definition Classes
    TraversableLike

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to any2stringadd[CollSeq4[T1, T2, T3, T4]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ++[B >: (T1, T2, T3, T4), That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[CollSeq4[T1, T2, T3, T4], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  5. def ++:[B >: (T1, T2, T3, T4), That](that: Traversable[B])(implicit bf: CanBuildFrom[CollSeq4[T1, T2, T3, T4], B, That]): That

    Permalink
    Definition Classes
    TraversableLike
  6. def ++:[B >: (T1, T2, T3, T4), That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[CollSeq4[T1, T2, T3, T4], B, That]): That

    Permalink
    Definition Classes
    TraversableLike
  7. def +:[B >: (T1, T2, T3, T4), That](elem: B)(implicit bf: CanBuildFrom[CollSeq4[T1, T2, T3, T4], B, That]): That

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  8. def ->[B](y: B): (CollSeq4[T1, T2, T3, T4], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to ArrowAssoc[CollSeq4[T1, T2, T3, T4]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  9. def /:[B](z: B)(op: (B, (T1, T2, T3, T4)) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  10. def :+[B >: (T1, T2, T3, T4), That](elem: B)(implicit bf: CanBuildFrom[CollSeq4[T1, T2, T3, T4], B, That]): That

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  11. def :\[B](z: B)(op: ((T1, T2, T3, T4), B) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  12. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. lazy val _1: Seq[T1]

    Permalink
    Definition Classes
    CollSeq4 → Product4
  14. lazy val _2: Seq[T2]

    Permalink
    Definition Classes
    CollSeq4 → Product4
  15. lazy val _3: Seq[T3]

    Permalink
    Definition Classes
    CollSeq4 → Product4
  16. lazy val _4: Seq[T4]

    Permalink
    Definition Classes
    CollSeq4 → Product4
  17. def addString(b: StringBuilder): StringBuilder

    Permalink
    Definition Classes
    TraversableOnce
  18. def addString(b: StringBuilder, sep: String): StringBuilder

    Permalink
    Definition Classes
    TraversableOnce
  19. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

    Permalink
    Definition Classes
    TraversableOnce
  20. def aggregate[B](z: ⇒ B)(seqop: (B, (T1, T2, T3, T4)) ⇒ B, combop: (B, B) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  21. def andThen[C](k: ((T1, T2, T3, T4)) ⇒ C): PartialFunction[Int, C]

    Permalink
    Definition Classes
    PartialFunction → Function1
  22. def apply(idx: Int): (T1, T2, T3, T4)

    Permalink
    Definition Classes
    CollSeq4 → SeqLike → GenSeqLike → Function1
  23. def applyOrElse[A1 <: Int, B1 >: (T1, T2, T3, T4)](x: A1, default: (A1) ⇒ B1): B1

    Permalink
    Definition Classes
    PartialFunction
  24. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  25. def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    IterableLike → Equals
  26. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. lazy val collMap: Map[String, Seq[Any]]

    Permalink
  28. def collect[B, That](pf: PartialFunction[(T1, T2, T3, T4), B])(implicit bf: CanBuildFrom[CollSeq4[T1, T2, T3, T4], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  29. def collectFirst[B](pf: PartialFunction[(T1, T2, T3, T4), B]): Option[B]

    Permalink
    Definition Classes
    TraversableOnce
  30. def combinations(n: Int): Iterator[CollSeq4[T1, T2, T3, T4]]

    Permalink
    Definition Classes
    SeqLike
  31. def companion: GenericCompanion[IndexedSeq]

    Permalink
    Definition Classes
    IndexedSeq → Seq → GenSeq → Iterable → GenIterable → Traversable → GenTraversable → GenericTraversableTemplate
  32. def compose[A](g: (A) ⇒ Int): (A) ⇒ (T1, T2, T3, T4)

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  33. def contains[A1 >: (T1, T2, T3, T4)](elem: A1): Boolean

    Permalink
    Definition Classes
    SeqLike
  34. def containsSlice[B](that: GenSeq[B]): Boolean

    Permalink
    Definition Classes
    SeqLike
  35. def copyToArray[B >: (T1, T2, T3, T4)](xs: Array[B], start: Int, len: Int): Unit

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  36. def copyToArray[B >: (T1, T2, T3, T4)](xs: Array[B]): Unit

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  37. def copyToArray[B >: (T1, T2, T3, T4)](xs: Array[B], start: Int): Unit

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  38. def copyToBuffer[B >: (T1, T2, T3, T4)](dest: Buffer[B]): Unit

    Permalink
    Definition Classes
    TraversableOnce
  39. def corresponds[B](that: GenSeq[B])(p: ((T1, T2, T3, T4), B) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  40. def count(p: ((T1, T2, T3, T4)) ⇒ Boolean): Int

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  41. def diff[B >: (T1, T2, T3, T4)](that: GenSeq[B]): CollSeq4[T1, T2, T3, T4]

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  42. def distinct: CollSeq4[T1, T2, T3, T4]

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  43. def drop(n: Int): CollSeq4[T1, T2, T3, T4]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  44. def dropRight(n: Int): CollSeq4[T1, T2, T3, T4]

    Permalink
    Definition Classes
    IterableLike
  45. def dropWhile(p: ((T1, T2, T3, T4)) ⇒ Boolean): CollSeq4[T1, T2, T3, T4]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  46. def endsWith[B](that: GenSeq[B]): Boolean

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  47. def ensuring(cond: (CollSeq4[T1, T2, T3, T4]) ⇒ Boolean, msg: ⇒ Any): CollSeq4[T1, T2, T3, T4]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to Ensuring[CollSeq4[T1, T2, T3, T4]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  48. def ensuring(cond: (CollSeq4[T1, T2, T3, T4]) ⇒ Boolean): CollSeq4[T1, T2, T3, T4]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to Ensuring[CollSeq4[T1, T2, T3, T4]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  49. def ensuring(cond: Boolean, msg: ⇒ Any): CollSeq4[T1, T2, T3, T4]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to Ensuring[CollSeq4[T1, T2, T3, T4]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  50. def ensuring(cond: Boolean): CollSeq4[T1, T2, T3, T4]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to Ensuring[CollSeq4[T1, T2, T3, T4]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  51. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  52. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    GenSeqLike → Equals → Any
  53. def exists(p: ((T1, T2, T3, T4)) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  54. def filter(p: ((T1, T2, T3, T4)) ⇒ Boolean): CollSeq4[T1, T2, T3, T4]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  55. def filterNot(p: ((T1, T2, T3, T4)) ⇒ Boolean): CollSeq4[T1, T2, T3, T4]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  56. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  57. def find(p: ((T1, T2, T3, T4)) ⇒ Boolean): Option[(T1, T2, T3, T4)]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  58. def flatMap[B, That](f: ((T1, T2, T3, T4)) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[CollSeq4[T1, T2, T3, T4], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  59. def flatZip[B](that: GenIterable[B])(implicit bf: CanBuildFrom[CollSeq4[T1, T2, T3, T4], (T1, T2, T3, T4, B), CollSeq5[T1, T2, T3, T4, B]]): CollSeq5[T1, T2, T3, T4, B]

    Permalink
  60. def flatten[B](implicit asTraversable: ((T1, T2, T3, T4)) ⇒ GenTraversableOnce[B]): IndexedSeq[B]

    Permalink
    Definition Classes
    GenericTraversableTemplate
  61. def fold[A1 >: (T1, T2, T3, T4)](z: A1)(op: (A1, A1) ⇒ A1): A1

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  62. def foldLeft[B](z: B)(op: (B, (T1, T2, T3, T4)) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  63. def foldRight[B](z: B)(op: ((T1, T2, T3, T4), B) ⇒ B): B

    Permalink
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  64. def forall(p: ((T1, T2, T3, T4)) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  65. def foreach[U](f: ((T1, T2, T3, T4)) ⇒ U): Unit

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  66. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to StringFormat[CollSeq4[T1, T2, T3, T4]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  67. def genericBuilder[B]: Builder[B, IndexedSeq[B]]

    Permalink
    Definition Classes
    GenericTraversableTemplate
  68. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  69. def groupBy[K](f: ((T1, T2, T3, T4)) ⇒ K): Map[K, CollSeq4[T1, T2, T3, T4]]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  70. def grouped(size: Int): Iterator[CollSeq4[T1, T2, T3, T4]]

    Permalink
    Definition Classes
    IterableLike
  71. def hasDefiniteSize: Boolean

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  72. def hashCode(): Int

    Permalink
    Definition Classes
    IndexedSeqLike → GenSeqLike → Any
  73. def head: (T1, T2, T3, T4)

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  74. def headOption: Option[(T1, T2, T3, T4)]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  75. val headers: Seq[String]

    Permalink
    Definition Classes
    CollSeq4CollSeq
  76. def indexOf[B >: (T1, T2, T3, T4)](elem: B, from: Int): Int

    Permalink
    Definition Classes
    GenSeqLike
  77. def indexOf[B >: (T1, T2, T3, T4)](elem: B): Int

    Permalink
    Definition Classes
    GenSeqLike
  78. def indexOfSlice[B >: (T1, T2, T3, T4)](that: GenSeq[B], from: Int): Int

    Permalink
    Definition Classes
    SeqLike
  79. def indexOfSlice[B >: (T1, T2, T3, T4)](that: GenSeq[B]): Int

    Permalink
    Definition Classes
    SeqLike
  80. def indexWhere(p: ((T1, T2, T3, T4)) ⇒ Boolean, from: Int): Int

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  81. def indexWhere(p: ((T1, T2, T3, T4)) ⇒ Boolean): Int

    Permalink
    Definition Classes
    GenSeqLike
  82. def indices: Range

    Permalink
    Definition Classes
    SeqLike
  83. def init: CollSeq4[T1, T2, T3, T4]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  84. def inits: Iterator[CollSeq4[T1, T2, T3, T4]]

    Permalink
    Definition Classes
    TraversableLike
  85. def intersect[B >: (T1, T2, T3, T4)](that: GenSeq[B]): CollSeq4[T1, T2, T3, T4]

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  86. def isDefinedAt(idx: Int): Boolean

    Permalink
    Definition Classes
    GenSeqLike
  87. def isEmpty: Boolean

    Permalink
    Definition Classes
    SeqLike → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  88. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  89. final def isTraversableAgain: Boolean

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  90. def iterator: Iterator[(T1, T2, T3, T4)]

    Permalink
    Definition Classes
    IndexedSeqLike → IterableLike → GenIterableLike
  91. def last: (T1, T2, T3, T4)

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  92. def lastIndexOf[B >: (T1, T2, T3, T4)](elem: B, end: Int): Int

    Permalink
    Definition Classes
    GenSeqLike
  93. def lastIndexOf[B >: (T1, T2, T3, T4)](elem: B): Int

    Permalink
    Definition Classes
    GenSeqLike
  94. def lastIndexOfSlice[B >: (T1, T2, T3, T4)](that: GenSeq[B], end: Int): Int

    Permalink
    Definition Classes
    SeqLike
  95. def lastIndexOfSlice[B >: (T1, T2, T3, T4)](that: GenSeq[B]): Int

    Permalink
    Definition Classes
    SeqLike
  96. def lastIndexWhere(p: ((T1, T2, T3, T4)) ⇒ Boolean, end: Int): Int

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  97. def lastIndexWhere(p: ((T1, T2, T3, T4)) ⇒ Boolean): Int

    Permalink
    Definition Classes
    GenSeqLike
  98. def lastOption: Option[(T1, T2, T3, T4)]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  99. lazy val length: Int

    Permalink
    Definition Classes
    CollSeq4 → SeqLike → GenSeqLike
  100. def lengthCompare(len: Int): Int

    Permalink
    Definition Classes
    SeqLike
  101. def lift: (Int) ⇒ Option[(T1, T2, T3, T4)]

    Permalink
    Definition Classes
    PartialFunction
  102. def map[B, That](f: ((T1, T2, T3, T4)) ⇒ B)(implicit bf: CanBuildFrom[CollSeq4[T1, T2, T3, T4], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  103. def max[B >: (T1, T2, T3, T4)](implicit cmp: Ordering[B]): (T1, T2, T3, T4)

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  104. def maxBy[B](f: ((T1, T2, T3, T4)) ⇒ B)(implicit cmp: Ordering[B]): (T1, T2, T3, T4)

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  105. lazy val mean: Double

    Permalink

    The arithmetic mean of all the elements

    The arithmetic mean of all the elements

    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to Stats[(T1, T2, T3, T4)] performed by method SeqAToStatsA in com.github.marklister.collections. This conversion will take place only if an implicit value of type Numeric[(T1, T2, T3, T4)] is in scope.
    Definition Classes
    Stats
  106. def min[B >: (T1, T2, T3, T4)](implicit cmp: Ordering[B]): (T1, T2, T3, T4)

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  107. def minBy[B](f: ((T1, T2, T3, T4)) ⇒ B)(implicit cmp: Ordering[B]): (T1, T2, T3, T4)

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  108. def mkString: String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  109. def mkString(sep: String): String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  110. def mkString(start: String, sep: String, end: String): String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  111. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  112. def newBuilder: Builder[(T1, T2, T3, T4), CollSeq4[T1, T2, T3, T4]]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    CollSeq4 → GenericTraversableTemplate → TraversableLike → HasNewBuilder
  113. def nonEmpty: Boolean

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  114. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  115. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  116. def orElse[A1 <: Int, B1 >: (T1, T2, T3, T4)](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]

    Permalink
    Definition Classes
    PartialFunction
  117. def padTo[B >: (T1, T2, T3, T4), That](len: Int, elem: B)(implicit bf: CanBuildFrom[CollSeq4[T1, T2, T3, T4], B, That]): That

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  118. def par: ParSeq[(T1, T2, T3, T4)]

    Permalink
    Definition Classes
    Parallelizable
  119. def parCombiner: Combiner[(T1, T2, T3, T4), ParSeq[(T1, T2, T3, T4)]]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    SeqLike → TraversableLike → Parallelizable
  120. def partition(p: ((T1, T2, T3, T4)) ⇒ Boolean): (CollSeq4[T1, T2, T3, T4], CollSeq4[T1, T2, T3, T4])

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  121. def patch[B >: (T1, T2, T3, T4), That](from: Int, patch: GenSeq[B], replaced: Int)(implicit bf: CanBuildFrom[CollSeq4[T1, T2, T3, T4], B, That]): That

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  122. def permutations: Iterator[CollSeq4[T1, T2, T3, T4]]

    Permalink
    Definition Classes
    SeqLike
  123. def prefixLength(p: ((T1, T2, T3, T4)) ⇒ Boolean): Int

    Permalink
    Definition Classes
    GenSeqLike
  124. def product[B >: (T1, T2, T3, T4)](implicit num: Numeric[B]): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  125. def productArity: Int

    Permalink
    Definition Classes
    Product4 → Product
  126. def productElement(n: Int): Seq[Any]

    Permalink
    Definition Classes
    CollSeq4 → Product4 → Product
  127. def productIterator: Iterator[Seq[Any]]

    Permalink
    Definition Classes
    CollSeq → Product
  128. def productPrefix: String

    Permalink
    Definition Classes
    Product
  129. def reduce[A1 >: (T1, T2, T3, T4)](op: (A1, A1) ⇒ A1): A1

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  130. def reduceLeft[B >: (T1, T2, T3, T4)](op: (B, (T1, T2, T3, T4)) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce
  131. def reduceLeftOption[B >: (T1, T2, T3, T4)](op: (B, (T1, T2, T3, T4)) ⇒ B): Option[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  132. def reduceOption[A1 >: (T1, T2, T3, T4)](op: (A1, A1) ⇒ A1): Option[A1]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  133. def reduceRight[B >: (T1, T2, T3, T4)](op: ((T1, T2, T3, T4), B) ⇒ B): B

    Permalink
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  134. def reduceRightOption[B >: (T1, T2, T3, T4)](op: ((T1, T2, T3, T4), B) ⇒ B): Option[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  135. def repr: CollSeq4[T1, T2, T3, T4]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  136. def reverse: CollSeq4[T1, T2, T3, T4]

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  137. def reverseIterator: Iterator[(T1, T2, T3, T4)]

    Permalink
    Definition Classes
    SeqLike
  138. def reverseMap[B, That](f: ((T1, T2, T3, T4)) ⇒ B)(implicit bf: CanBuildFrom[CollSeq4[T1, T2, T3, T4], B, That]): That

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  139. def reversed: List[(T1, T2, T3, T4)]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  140. def runWith[U](action: ((T1, T2, T3, T4)) ⇒ U): (Int) ⇒ Boolean

    Permalink
    Definition Classes
    PartialFunction
  141. def sameElements[B >: (T1, T2, T3, T4)](that: GenIterable[B]): Boolean

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  142. def scan[B >: (T1, T2, T3, T4), That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[CollSeq4[T1, T2, T3, T4], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  143. def scanLeft[B, That](z: B)(op: (B, (T1, T2, T3, T4)) ⇒ B)(implicit bf: CanBuildFrom[CollSeq4[T1, T2, T3, T4], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  144. def scanRight[B, That](z: B)(op: ((T1, T2, T3, T4), B) ⇒ B)(implicit bf: CanBuildFrom[CollSeq4[T1, T2, T3, T4], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.

  145. def segmentLength(p: ((T1, T2, T3, T4)) ⇒ Boolean, from: Int): Int

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  146. def seq: IndexedSeq[(T1, T2, T3, T4)]

    Permalink
    Definition Classes
    IndexedSeq → IndexedSeqLike → Seq → GenSeq → GenSeqLike → Iterable → GenIterable → Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  147. def size: Int

    Permalink
    Definition Classes
    SeqLike → GenTraversableLike → TraversableOnce → GenTraversableOnce
  148. def slice(from: Int, until: Int): CollSeq4[T1, T2, T3, T4]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  149. def sliding(size: Int, step: Int): Iterator[CollSeq4[T1, T2, T3, T4]]

    Permalink
    Definition Classes
    IterableLike
  150. def sliding(size: Int): Iterator[CollSeq4[T1, T2, T3, T4]]

    Permalink
    Definition Classes
    IterableLike
  151. def sortBy[B](f: ((T1, T2, T3, T4)) ⇒ B)(implicit ord: Ordering[B]): CollSeq4[T1, T2, T3, T4]

    Permalink
    Definition Classes
    SeqLike
  152. def sortWith(lt: ((T1, T2, T3, T4), (T1, T2, T3, T4)) ⇒ Boolean): CollSeq4[T1, T2, T3, T4]

    Permalink
    Definition Classes
    SeqLike
  153. def sorted[B >: (T1, T2, T3, T4)](implicit ord: Ordering[B]): CollSeq4[T1, T2, T3, T4]

    Permalink
    Definition Classes
    SeqLike
  154. def span(p: ((T1, T2, T3, T4)) ⇒ Boolean): (CollSeq4[T1, T2, T3, T4], CollSeq4[T1, T2, T3, T4])

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  155. def splitAt(n: Int): (CollSeq4[T1, T2, T3, T4], CollSeq4[T1, T2, T3, T4])

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  156. def startsWith[B](that: GenSeq[B], offset: Int): Boolean

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  157. def startsWith[B](that: GenSeq[B]): Boolean

    Permalink
    Definition Classes
    GenSeqLike
  158. lazy val stdDev: Double

    Permalink

    The standard deviation of all the elements

    The standard deviation of all the elements

    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to Stats[(T1, T2, T3, T4)] performed by method SeqAToStatsA in com.github.marklister.collections. This conversion will take place only if an implicit value of type Numeric[(T1, T2, T3, T4)] is in scope.
    Definition Classes
    Stats
  159. def stringPrefix: String

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  160. def sum[B >: (T1, T2, T3, T4)](implicit num: Numeric[B]): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  161. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  162. def tail: CollSeq4[T1, T2, T3, T4]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  163. def tails: Iterator[CollSeq4[T1, T2, T3, T4]]

    Permalink
    Definition Classes
    TraversableLike
  164. def take(n: Int): CollSeq4[T1, T2, T3, T4]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  165. def takeRight(n: Int): CollSeq4[T1, T2, T3, T4]

    Permalink
    Definition Classes
    IterableLike
  166. def takeWhile(p: ((T1, T2, T3, T4)) ⇒ Boolean): CollSeq4[T1, T2, T3, T4]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  167. def thisCollection: IndexedSeq[(T1, T2, T3, T4)]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    IndexedSeqLike → SeqLike → IterableLike → TraversableLike
  168. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, (T1, T2, T3, T4), Col[(T1, T2, T3, T4)]]): Col[(T1, T2, T3, T4)]

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  169. def toArray[B >: (T1, T2, T3, T4)](implicit arg0: ClassTag[B]): Array[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  170. def toBuffer[A1 >: (T1, T2, T3, T4)]: Buffer[A1]

    Permalink
    Definition Classes
    IndexedSeqLike → TraversableOnce → GenTraversableOnce
  171. def toCollection(repr: CollSeq4[T1, T2, T3, T4]): IndexedSeq[(T1, T2, T3, T4)]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    IndexedSeqLike → SeqLike → IterableLike → TraversableLike
  172. def toIndexedSeq: IndexedSeq[(T1, T2, T3, T4)]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  173. def toIterable: Iterable[(T1, T2, T3, T4)]

    Permalink
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  174. def toIterator: Iterator[(T1, T2, T3, T4)]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  175. def toList: List[(T1, T2, T3, T4)]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  176. def toMap[T, U](implicit ev: <:<[(T1, T2, T3, T4), (T, U)]): Map[T, U]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  177. def toParArray: ParArray[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to CollectionsHaveToParArray[CollSeq4[T1, T2, T3, T4], T] performed by method CollectionsHaveToParArray in scala.collection.parallel. This conversion will take place only if an implicit value of type (CollSeq4[T1, T2, T3, T4]) ⇒ GenTraversableOnce[T] is in scope.
    Definition Classes
    CollectionsHaveToParArray
  178. def toSeq: Seq[(T1, T2, T3, T4)]

    Permalink
    Definition Classes
    SeqLike → GenSeqLike → TraversableOnce → GenTraversableOnce
  179. def toSet[B >: (T1, T2, T3, T4)]: Set[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  180. def toStream: Stream[(T1, T2, T3, T4)]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  181. def toString(): String

    Permalink
    Definition Classes
    CollSeq → SeqLike → TraversableLike → Function1 → AnyRef → Any
  182. def toTraversable: Traversable[(T1, T2, T3, T4)]

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  183. def toVector: Vector[(T1, T2, T3, T4)]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  184. def transpose[B](implicit asTraversable: ((T1, T2, T3, T4)) ⇒ GenTraversableOnce[B]): IndexedSeq[IndexedSeq[B]]

    Permalink
    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) transpose throws an IllegalArgumentException if collections are not uniformly sized.

  185. val underlying: Seq[(T1, T2, T3, T4)]

    Permalink
  186. def union[B >: (T1, T2, T3, T4), That](that: GenSeq[B])(implicit bf: CanBuildFrom[CollSeq4[T1, T2, T3, T4], B, That]): That

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  187. def unzip[A1, A2](implicit asPair: ((T1, T2, T3, T4)) ⇒ (A1, A2)): (IndexedSeq[A1], IndexedSeq[A2])

    Permalink
    Definition Classes
    GenericTraversableTemplate
  188. def unzip3[A1, A2, A3](implicit asTriple: ((T1, T2, T3, T4)) ⇒ (A1, A2, A3)): (IndexedSeq[A1], IndexedSeq[A2], IndexedSeq[A3])

    Permalink
    Definition Classes
    GenericTraversableTemplate
  189. def updated[B >: (T1, T2, T3, T4), That](index: Int, elem: B)(implicit bf: CanBuildFrom[CollSeq4[T1, T2, T3, T4], B, That]): That

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  190. lazy val variance: Double

    Permalink

    The variance of all the elements (the one divided by n not n-1)

    The variance of all the elements (the one divided by n not n-1)

    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to Stats[(T1, T2, T3, T4)] performed by method SeqAToStatsA in com.github.marklister.collections. This conversion will take place only if an implicit value of type Numeric[(T1, T2, T3, T4)] is in scope.
    Definition Classes
    Stats
  191. def view(from: Int, until: Int): SeqView[(T1, T2, T3, T4), CollSeq4[T1, T2, T3, T4]]

    Permalink
    Definition Classes
    SeqLike → IterableLike → TraversableLike
  192. def view: SeqView[(T1, T2, T3, T4), CollSeq4[T1, T2, T3, T4]]

    Permalink
    Definition Classes
    SeqLike → IterableLike → TraversableLike
  193. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  194. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  195. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  196. def withFilter(p: ((T1, T2, T3, T4)) ⇒ Boolean): FilterMonadic[(T1, T2, T3, T4), CollSeq4[T1, T2, T3, T4]]

    Permalink
    Definition Classes
    TraversableLike → FilterMonadic
  197. def withHeaders(h: String*): CollSeq4[T1, T2, T3, T4]

    Permalink
  198. def zip[A1 >: (T1, T2, T3, T4), B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[CollSeq4[T1, T2, T3, T4], (A1, B), That]): That

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  199. def zipAll[B, A1 >: (T1, T2, T3, T4), That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[CollSeq4[T1, T2, T3, T4], (A1, B), That]): That

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  200. def zipWithIndex[A1 >: (T1, T2, T3, T4), That](implicit bf: CanBuildFrom[CollSeq4[T1, T2, T3, T4], (A1, Int), That]): That

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  201. def [B](y: B): (CollSeq4[T1, T2, T3, T4], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to ArrowAssoc[CollSeq4[T1, T2, T3, T4]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def ++[B >: (T1, T2, T3, T4), That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[CollSeq1[(T1, T2, T3, T4)], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).++(that)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike
  2. def ++:[B >: (T1, T2, T3, T4), That](that: Traversable[B])(implicit bf: CanBuildFrom[CollSeq1[(T1, T2, T3, T4)], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).++:(that)(bf)
    Definition Classes
    TraversableLike
  3. def ++:[B >: (T1, T2, T3, T4), That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[CollSeq1[(T1, T2, T3, T4)], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).++:(that)(bf)
    Definition Classes
    TraversableLike
  4. def +:[B >: (T1, T2, T3, T4), That](elem: B)(implicit bf: CanBuildFrom[CollSeq1[(T1, T2, T3, T4)], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).+:(elem)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  5. def /:[B](z: B)(op: (B, ((T1, T2, T3, T4))) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)])./:(z)(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  6. def :+[B >: (T1, T2, T3, T4), That](elem: B)(implicit bf: CanBuildFrom[CollSeq1[(T1, T2, T3, T4)], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).:+(elem)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  7. def :\[B](z: B)(op: (((T1, T2, T3, T4)), B) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).:\(z)(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  8. def addString(b: StringBuilder): StringBuilder

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).addString(b)
    Definition Classes
    TraversableOnce
  9. def addString(b: StringBuilder, sep: String): StringBuilder

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).addString(b, sep)
    Definition Classes
    TraversableOnce
  10. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).addString(b, start, sep, end)
    Definition Classes
    TraversableOnce
  11. def aggregate[B](z: ⇒ B)(seqop: (B, ((T1, T2, T3, T4))) ⇒ B, combop: (B, B) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).aggregate(z)(seqop, combop)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  12. def andThen[C](k: (((T1, T2, T3, T4))) ⇒ C): PartialFunction[Int, C]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).andThen(k)
    Definition Classes
    PartialFunction → Function1
  13. def apply(idx: Int): ((T1, T2, T3, T4))

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).apply(idx)
    Definition Classes
    CollSeq1 → SeqLike → GenSeqLike → Function1
  14. def applyOrElse[A1 <: Int, B1 >: (T1, T2, T3, T4)](x: A1, default: (A1) ⇒ B1): B1

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).applyOrElse(x, default)
    Definition Classes
    PartialFunction
  15. def canEqual(that: Any): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).canEqual(that)
    Definition Classes
    IterableLike → Equals
  16. lazy val collMap: Map[String, Seq[Any]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).collMap
    Definition Classes
    CollSeq1
  17. def collect[B, That](pf: PartialFunction[((T1, T2, T3, T4)), B])(implicit bf: CanBuildFrom[CollSeq1[(T1, T2, T3, T4)], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).collect(pf)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike
  18. def collectFirst[B](pf: PartialFunction[((T1, T2, T3, T4)), B]): Option[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).collectFirst(pf)
    Definition Classes
    TraversableOnce
  19. def combinations(n: Int): Iterator[CollSeq1[(T1, T2, T3, T4)]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).combinations(n)
    Definition Classes
    SeqLike
  20. def companion: GenericCompanion[IndexedSeq]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).companion
    Definition Classes
    IndexedSeq → Seq → GenSeq → Iterable → GenIterable → Traversable → GenTraversable → GenericTraversableTemplate
  21. def compose[A](g: (A) ⇒ Int): (A) ⇒ ((T1, T2, T3, T4))

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).compose(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  22. def contains[A1 >: (T1, T2, T3, T4)](elem: A1): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).contains(elem)
    Definition Classes
    SeqLike
  23. def containsSlice[B](that: GenSeq[B]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).containsSlice(that)
    Definition Classes
    SeqLike
  24. def copyToArray[B >: (T1, T2, T3, T4)](xs: Array[B], start: Int, len: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).copyToArray(xs, start, len)
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  25. def copyToArray[B >: (T1, T2, T3, T4)](xs: Array[B]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).copyToArray(xs)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  26. def copyToArray[B >: (T1, T2, T3, T4)](xs: Array[B], start: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).copyToArray(xs, start)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  27. def copyToBuffer[B >: (T1, T2, T3, T4)](dest: Buffer[B]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).copyToBuffer(dest)
    Definition Classes
    TraversableOnce
  28. def corresponds[B](that: GenSeq[B])(p: (((T1, T2, T3, T4)), B) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).corresponds(that)(p)
    Definition Classes
    SeqLike → GenSeqLike
  29. def count(p: (((T1, T2, T3, T4))) ⇒ Boolean): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).count(p)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  30. def diff[B >: (T1, T2, T3, T4)](that: GenSeq[B]): CollSeq1[(T1, T2, T3, T4)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).diff(that)
    Definition Classes
    SeqLike → GenSeqLike
  31. def distinct: CollSeq1[(T1, T2, T3, T4)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).distinct
    Definition Classes
    SeqLike → GenSeqLike
  32. def drop(n: Int): CollSeq1[(T1, T2, T3, T4)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).drop(n)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  33. def dropRight(n: Int): CollSeq1[(T1, T2, T3, T4)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).dropRight(n)
    Definition Classes
    IterableLike
  34. def dropWhile(p: (((T1, T2, T3, T4))) ⇒ Boolean): CollSeq1[(T1, T2, T3, T4)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).dropWhile(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  35. def endsWith[B](that: GenSeq[B]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).endsWith(that)
    Definition Classes
    SeqLike → GenSeqLike
  36. def equals(that: Any): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).equals(that)
    Definition Classes
    GenSeqLike → Equals → Any
  37. def exists(p: (((T1, T2, T3, T4))) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).exists(p)
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  38. def filter(p: ((T1, T2, T3, T4)) ⇒ Boolean): TraversableOnce[(T1, T2, T3, T4)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to MonadOps[(T1, T2, T3, T4)] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: MonadOps[(T1, T2, T3, T4)]).filter(p)
    Definition Classes
    MonadOps
  39. def filter(p: (((T1, T2, T3, T4))) ⇒ Boolean): CollSeq1[(T1, T2, T3, T4)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).filter(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  40. def filterNot(p: (((T1, T2, T3, T4))) ⇒ Boolean): CollSeq1[(T1, T2, T3, T4)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).filterNot(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  41. def find(p: (((T1, T2, T3, T4))) ⇒ Boolean): Option[((T1, T2, T3, T4))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).find(p)
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  42. def flatMap[B](f: ((T1, T2, T3, T4)) ⇒ GenTraversableOnce[B]): TraversableOnce[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to MonadOps[(T1, T2, T3, T4)] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: MonadOps[(T1, T2, T3, T4)]).flatMap(f)
    Definition Classes
    MonadOps
  43. def flatMap[B, That](f: (((T1, T2, T3, T4))) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[CollSeq1[(T1, T2, T3, T4)], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).flatMap(f)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  44. def flatZip[B](that: GenIterable[B])(implicit bf: CanBuildFrom[CollSeq1[(T1, T2, T3, T4)], ((T1, T2, T3, T4), B), CollSeq2[(T1, T2, T3, T4), B]]): CollSeq2[(T1, T2, T3, T4), B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).flatZip(that)(bf)
    Definition Classes
    CollSeq1
  45. def flatten[B](implicit asTraversable: (((T1, T2, T3, T4))) ⇒ GenTraversableOnce[B]): IndexedSeq[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).flatten(asTraversable)
    Definition Classes
    GenericTraversableTemplate
  46. def fold[A1 >: (T1, T2, T3, T4)](z: A1)(op: (A1, A1) ⇒ A1): A1

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).fold(z)(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  47. def foldLeft[B](z: B)(op: (B, ((T1, T2, T3, T4))) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).foldLeft(z)(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  48. def foldRight[B](z: B)(op: (((T1, T2, T3, T4)), B) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).foldRight(z)(op)
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  49. def forall(p: (((T1, T2, T3, T4))) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).forall(p)
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  50. def foreach[U](f: (((T1, T2, T3, T4))) ⇒ U): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).foreach(f)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  51. def genericBuilder[B]: Builder[B, IndexedSeq[B]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).genericBuilder
    Definition Classes
    GenericTraversableTemplate
  52. def groupBy[K](f: (((T1, T2, T3, T4))) ⇒ K): Map[K, CollSeq1[(T1, T2, T3, T4)]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).groupBy(f)
    Definition Classes
    TraversableLike → GenTraversableLike
  53. def grouped(size: Int): Iterator[CollSeq1[(T1, T2, T3, T4)]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).grouped(size)
    Definition Classes
    IterableLike
  54. def hasDefiniteSize: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).hasDefiniteSize
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  55. def hashCode(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).hashCode()
    Definition Classes
    IndexedSeqLike → GenSeqLike → Any
  56. def head: ((T1, T2, T3, T4))

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).head
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  57. def headOption: Option[((T1, T2, T3, T4))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).headOption
    Definition Classes
    TraversableLike → GenTraversableLike
  58. val headers: Seq[String]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).headers
    Definition Classes
    CollSeq1CollSeq
  59. def indexOf[B >: (T1, T2, T3, T4)](elem: B, from: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).indexOf(elem, from)
    Definition Classes
    GenSeqLike
  60. def indexOf[B >: (T1, T2, T3, T4)](elem: B): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).indexOf(elem)
    Definition Classes
    GenSeqLike
  61. def indexOfSlice[B >: (T1, T2, T3, T4)](that: GenSeq[B], from: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).indexOfSlice(that, from)
    Definition Classes
    SeqLike
  62. def indexOfSlice[B >: (T1, T2, T3, T4)](that: GenSeq[B]): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).indexOfSlice(that)
    Definition Classes
    SeqLike
  63. def indexWhere(p: (((T1, T2, T3, T4))) ⇒ Boolean, from: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).indexWhere(p, from)
    Definition Classes
    SeqLike → GenSeqLike
  64. def indexWhere(p: (((T1, T2, T3, T4))) ⇒ Boolean): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).indexWhere(p)
    Definition Classes
    GenSeqLike
  65. def indices: Range

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).indices
    Definition Classes
    SeqLike
  66. def init: CollSeq1[(T1, T2, T3, T4)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).init
    Definition Classes
    TraversableLike → GenTraversableLike
  67. def inits: Iterator[CollSeq1[(T1, T2, T3, T4)]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).inits
    Definition Classes
    TraversableLike
  68. def intersect[B >: (T1, T2, T3, T4)](that: GenSeq[B]): CollSeq1[(T1, T2, T3, T4)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).intersect(that)
    Definition Classes
    SeqLike → GenSeqLike
  69. def isDefinedAt(idx: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).isDefinedAt(idx)
    Definition Classes
    GenSeqLike
  70. def isEmpty: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).isEmpty
    Definition Classes
    SeqLike → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  71. final def isTraversableAgain: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).isTraversableAgain
    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  72. def iterator: Iterator[((T1, T2, T3, T4))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).iterator
    Definition Classes
    IndexedSeqLike → IterableLike → GenIterableLike
  73. def last: ((T1, T2, T3, T4))

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).last
    Definition Classes
    TraversableLike → GenTraversableLike
  74. def lastIndexOf[B >: (T1, T2, T3, T4)](elem: B, end: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).lastIndexOf(elem, end)
    Definition Classes
    GenSeqLike
  75. def lastIndexOf[B >: (T1, T2, T3, T4)](elem: B): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).lastIndexOf(elem)
    Definition Classes
    GenSeqLike
  76. def lastIndexOfSlice[B >: (T1, T2, T3, T4)](that: GenSeq[B], end: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).lastIndexOfSlice(that, end)
    Definition Classes
    SeqLike
  77. def lastIndexOfSlice[B >: (T1, T2, T3, T4)](that: GenSeq[B]): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).lastIndexOfSlice(that)
    Definition Classes
    SeqLike
  78. def lastIndexWhere(p: (((T1, T2, T3, T4))) ⇒ Boolean, end: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).lastIndexWhere(p, end)
    Definition Classes
    SeqLike → GenSeqLike
  79. def lastIndexWhere(p: (((T1, T2, T3, T4))) ⇒ Boolean): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).lastIndexWhere(p)
    Definition Classes
    GenSeqLike
  80. def lastOption: Option[((T1, T2, T3, T4))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).lastOption
    Definition Classes
    TraversableLike → GenTraversableLike
  81. lazy val length: Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).length
    Definition Classes
    CollSeq1 → SeqLike → GenSeqLike
  82. def lengthCompare(len: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).lengthCompare(len)
    Definition Classes
    SeqLike
  83. def lift: (Int) ⇒ Option[((T1, T2, T3, T4))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).lift
    Definition Classes
    PartialFunction
  84. def map[B](f: ((T1, T2, T3, T4)) ⇒ B): TraversableOnce[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to MonadOps[(T1, T2, T3, T4)] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: MonadOps[(T1, T2, T3, T4)]).map(f)
    Definition Classes
    MonadOps
  85. def map[B, That](f: (((T1, T2, T3, T4))) ⇒ B)(implicit bf: CanBuildFrom[CollSeq1[(T1, T2, T3, T4)], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).map(f)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  86. def max[B >: (T1, T2, T3, T4)](implicit cmp: Ordering[B]): ((T1, T2, T3, T4))

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).max(cmp)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  87. def maxBy[B](f: (((T1, T2, T3, T4))) ⇒ B)(implicit cmp: Ordering[B]): ((T1, T2, T3, T4))

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).maxBy(f)(cmp)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  88. def min[B >: (T1, T2, T3, T4)](implicit cmp: Ordering[B]): ((T1, T2, T3, T4))

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).min(cmp)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  89. def minBy[B](f: (((T1, T2, T3, T4))) ⇒ B)(implicit cmp: Ordering[B]): ((T1, T2, T3, T4))

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).minBy(f)(cmp)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  90. def mkString: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).mkString
    Definition Classes
    TraversableOnce → GenTraversableOnce
  91. def mkString(sep: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).mkString(sep)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  92. def mkString(start: String, sep: String, end: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).mkString(start, sep, end)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  93. def nonEmpty: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).nonEmpty
    Definition Classes
    TraversableOnce → GenTraversableOnce
  94. def orElse[A1 <: Int, B1 >: (T1, T2, T3, T4)](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).orElse(that)
    Definition Classes
    PartialFunction
  95. def padTo[B >: (T1, T2, T3, T4), That](len: Int, elem: B)(implicit bf: CanBuildFrom[CollSeq1[(T1, T2, T3, T4)], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).padTo(len, elem)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  96. def par: ParSeq[((T1, T2, T3, T4))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).par
    Definition Classes
    Parallelizable
  97. def partition(p: (((T1, T2, T3, T4))) ⇒ Boolean): (CollSeq1[(T1, T2, T3, T4)], CollSeq1[(T1, T2, T3, T4)])

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).partition(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  98. def patch[B >: (T1, T2, T3, T4), That](from: Int, patch: GenSeq[B], replaced: Int)(implicit bf: CanBuildFrom[CollSeq1[(T1, T2, T3, T4)], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).patch(from, patch, replaced)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  99. def permutations: Iterator[CollSeq1[(T1, T2, T3, T4)]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).permutations
    Definition Classes
    SeqLike
  100. def prefixLength(p: (((T1, T2, T3, T4))) ⇒ Boolean): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).prefixLength(p)
    Definition Classes
    GenSeqLike
  101. def product[B >: (T1, T2, T3, T4)](implicit num: Numeric[B]): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).product(num)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  102. def productArity: Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).productArity
    Definition Classes
    Product1 → Product
  103. def productElement(n: Int): Seq[Any]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).productElement(n)
    Definition Classes
    CollSeq1 → Product1 → Product
  104. def productIterator: Iterator[Seq[Any]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).productIterator
    Definition Classes
    CollSeq → Product
  105. def productPrefix: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).productPrefix
    Definition Classes
    Product
  106. def reduce[A1 >: (T1, T2, T3, T4)](op: (A1, A1) ⇒ A1): A1

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).reduce(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  107. def reduceLeft[B >: (T1, T2, T3, T4)](op: (B, ((T1, T2, T3, T4))) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).reduceLeft(op)
    Definition Classes
    TraversableOnce
  108. def reduceLeftOption[B >: (T1, T2, T3, T4)](op: (B, ((T1, T2, T3, T4))) ⇒ B): Option[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).reduceLeftOption(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  109. def reduceOption[A1 >: (T1, T2, T3, T4)](op: (A1, A1) ⇒ A1): Option[A1]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).reduceOption(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  110. def reduceRight[B >: (T1, T2, T3, T4)](op: (((T1, T2, T3, T4)), B) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).reduceRight(op)
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  111. def reduceRightOption[B >: (T1, T2, T3, T4)](op: (((T1, T2, T3, T4)), B) ⇒ B): Option[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).reduceRightOption(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  112. def repr: CollSeq1[(T1, T2, T3, T4)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).repr
    Definition Classes
    TraversableLike → GenTraversableLike
  113. def reverse: CollSeq1[(T1, T2, T3, T4)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).reverse
    Definition Classes
    SeqLike → GenSeqLike
  114. def reverseIterator: Iterator[((T1, T2, T3, T4))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).reverseIterator
    Definition Classes
    SeqLike
  115. def reverseMap[B, That](f: (((T1, T2, T3, T4))) ⇒ B)(implicit bf: CanBuildFrom[CollSeq1[(T1, T2, T3, T4)], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).reverseMap(f)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  116. def runWith[U](action: (((T1, T2, T3, T4))) ⇒ U): (Int) ⇒ Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).runWith(action)
    Definition Classes
    PartialFunction
  117. def sameElements[B >: (T1, T2, T3, T4)](that: GenIterable[B]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).sameElements(that)
    Definition Classes
    IterableLike → GenIterableLike
  118. def scan[B >: (T1, T2, T3, T4), That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[CollSeq1[(T1, T2, T3, T4)], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).scan(z)(op)(cbf)
    Definition Classes
    TraversableLike → GenTraversableLike
  119. def scanLeft[B, That](z: B)(op: (B, ((T1, T2, T3, T4))) ⇒ B)(implicit bf: CanBuildFrom[CollSeq1[(T1, T2, T3, T4)], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).scanLeft(z)(op)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike
  120. def scanRight[B, That](z: B)(op: (((T1, T2, T3, T4)), B) ⇒ B)(implicit bf: CanBuildFrom[CollSeq1[(T1, T2, T3, T4)], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).scanRight(z)(op)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.

  121. def segmentLength(p: (((T1, T2, T3, T4))) ⇒ Boolean, from: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).segmentLength(p, from)
    Definition Classes
    SeqLike → GenSeqLike
  122. def seq: IndexedSeq[((T1, T2, T3, T4))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).seq
    Definition Classes
    IndexedSeq → IndexedSeqLike → Seq → GenSeq → GenSeqLike → Iterable → GenIterable → Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  123. def size: Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).size
    Definition Classes
    SeqLike → GenTraversableLike → TraversableOnce → GenTraversableOnce
  124. def slice(from: Int, until: Int): CollSeq1[(T1, T2, T3, T4)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).slice(from, until)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  125. def sliding(size: Int, step: Int): Iterator[CollSeq1[(T1, T2, T3, T4)]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).sliding(size, step)
    Definition Classes
    IterableLike
  126. def sliding(size: Int): Iterator[CollSeq1[(T1, T2, T3, T4)]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).sliding(size)
    Definition Classes
    IterableLike
  127. def sortBy[B](f: (((T1, T2, T3, T4))) ⇒ B)(implicit ord: Ordering[B]): CollSeq1[(T1, T2, T3, T4)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).sortBy(f)(ord)
    Definition Classes
    SeqLike
  128. def sortWith(lt: (((T1, T2, T3, T4)), ((T1, T2, T3, T4))) ⇒ Boolean): CollSeq1[(T1, T2, T3, T4)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).sortWith(lt)
    Definition Classes
    SeqLike
  129. def sorted[B >: (T1, T2, T3, T4)](implicit ord: Ordering[B]): CollSeq1[(T1, T2, T3, T4)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).sorted(ord)
    Definition Classes
    SeqLike
  130. def span(p: (((T1, T2, T3, T4))) ⇒ Boolean): (CollSeq1[(T1, T2, T3, T4)], CollSeq1[(T1, T2, T3, T4)])

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).span(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  131. def splitAt(n: Int): (CollSeq1[(T1, T2, T3, T4)], CollSeq1[(T1, T2, T3, T4)])

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).splitAt(n)
    Definition Classes
    TraversableLike → GenTraversableLike
  132. def startsWith[B](that: GenSeq[B], offset: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).startsWith(that, offset)
    Definition Classes
    SeqLike → GenSeqLike
  133. def startsWith[B](that: GenSeq[B]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).startsWith(that)
    Definition Classes
    GenSeqLike
  134. def stringPrefix: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).stringPrefix
    Definition Classes
    TraversableLike → GenTraversableLike
  135. def sum[B >: (T1, T2, T3, T4)](implicit num: Numeric[B]): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).sum(num)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  136. def tail: CollSeq1[(T1, T2, T3, T4)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).tail
    Definition Classes
    TraversableLike → GenTraversableLike
  137. def tails: Iterator[CollSeq1[(T1, T2, T3, T4)]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).tails
    Definition Classes
    TraversableLike
  138. def take(n: Int): CollSeq1[(T1, T2, T3, T4)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).take(n)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  139. def takeRight(n: Int): CollSeq1[(T1, T2, T3, T4)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).takeRight(n)
    Definition Classes
    IterableLike
  140. def takeWhile(p: (((T1, T2, T3, T4))) ⇒ Boolean): CollSeq1[(T1, T2, T3, T4)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).takeWhile(p)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  141. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, ((T1, T2, T3, T4)), Col[((T1, T2, T3, T4))]]): Col[((T1, T2, T3, T4))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).to(cbf)
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  142. def toArray[B >: (T1, T2, T3, T4)](implicit arg0: ClassTag[B]): Array[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).toArray(arg0)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  143. def toBuffer[A1 >: (T1, T2, T3, T4)]: Buffer[A1]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).toBuffer
    Definition Classes
    IndexedSeqLike → TraversableOnce → GenTraversableOnce
  144. def toIndexedSeq: IndexedSeq[((T1, T2, T3, T4))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).toIndexedSeq
    Definition Classes
    TraversableOnce → GenTraversableOnce
  145. def toIterable: Iterable[((T1, T2, T3, T4))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).toIterable
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  146. def toIterator: Iterator[((T1, T2, T3, T4))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).toIterator
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  147. def toList: List[((T1, T2, T3, T4))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).toList
    Definition Classes
    TraversableOnce → GenTraversableOnce
  148. def toMap[T, U](implicit ev: <:<[((T1, T2, T3, T4)), (T, U)]): Map[T, U]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).toMap(ev)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  149. def toSeq: Seq[((T1, T2, T3, T4))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).toSeq
    Definition Classes
    SeqLike → GenSeqLike → TraversableOnce → GenTraversableOnce
  150. def toSet[B >: (T1, T2, T3, T4)]: Set[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).toSet
    Definition Classes
    TraversableOnce → GenTraversableOnce
  151. def toStream: Stream[((T1, T2, T3, T4))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).toStream
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  152. def toString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).toString()
    Definition Classes
    CollSeq → SeqLike → TraversableLike → Function1 → AnyRef → Any
  153. def toTraversable: Traversable[((T1, T2, T3, T4))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).toTraversable
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  154. def toVector: Vector[((T1, T2, T3, T4))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).toVector
    Definition Classes
    TraversableOnce → GenTraversableOnce
  155. def transpose[B](implicit asTraversable: (((T1, T2, T3, T4))) ⇒ GenTraversableOnce[B]): IndexedSeq[IndexedSeq[B]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).transpose(asTraversable)
    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) transpose throws an IllegalArgumentException if collections are not uniformly sized.

  156. val underlying: Iterable[(T1, T2, T3, T4)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to Stats[(T1, T2, T3, T4)] performed by method SeqAToStatsA in com.github.marklister.collections. This conversion will take place only if an implicit value of type Numeric[(T1, T2, T3, T4)] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: Stats[(T1, T2, T3, T4)]).underlying
    Definition Classes
    Stats
  157. val underlying: Seq[((T1, T2, T3, T4))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).underlying
    Definition Classes
    CollSeq1
  158. def union[B >: (T1, T2, T3, T4), That](that: GenSeq[B])(implicit bf: CanBuildFrom[CollSeq1[(T1, T2, T3, T4)], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).union(that)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  159. def unzip[A1, A2](implicit asPair: (((T1, T2, T3, T4))) ⇒ (A1, A2)): (IndexedSeq[A1], IndexedSeq[A2])

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).unzip(asPair)
    Definition Classes
    GenericTraversableTemplate
  160. def unzip3[A1, A2, A3](implicit asTriple: (((T1, T2, T3, T4))) ⇒ (A1, A2, A3)): (IndexedSeq[A1], IndexedSeq[A2], IndexedSeq[A3])

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).unzip3(asTriple)
    Definition Classes
    GenericTraversableTemplate
  161. def updated[B >: (T1, T2, T3, T4), That](index: Int, elem: B)(implicit bf: CanBuildFrom[CollSeq1[(T1, T2, T3, T4)], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).updated(index, elem)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  162. def view(from: Int, until: Int): SeqView[((T1, T2, T3, T4)), CollSeq1[(T1, T2, T3, T4)]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).view(from, until)
    Definition Classes
    SeqLike → IterableLike → TraversableLike
  163. def view: SeqView[((T1, T2, T3, T4)), CollSeq1[(T1, T2, T3, T4)]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).view
    Definition Classes
    SeqLike → IterableLike → TraversableLike
  164. def withFilter(p: ((T1, T2, T3, T4)) ⇒ Boolean): Iterator[(T1, T2, T3, T4)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to MonadOps[(T1, T2, T3, T4)] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: MonadOps[(T1, T2, T3, T4)]).withFilter(p)
    Definition Classes
    MonadOps
  165. def withFilter(p: (((T1, T2, T3, T4))) ⇒ Boolean): FilterMonadic[((T1, T2, T3, T4)), CollSeq1[(T1, T2, T3, T4)]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).withFilter(p)
    Definition Classes
    TraversableLike → FilterMonadic
  166. def withHeaders(h: String*): CollSeq1[(T1, T2, T3, T4)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).withHeaders(h)
    Definition Classes
    CollSeq1
  167. def zip[A1 >: (T1, T2, T3, T4), B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[CollSeq1[(T1, T2, T3, T4)], (A1, B), That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).zip(that)(bf)
    Definition Classes
    IterableLike → GenIterableLike
  168. def zipAll[B, A1 >: (T1, T2, T3, T4), That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[CollSeq1[(T1, T2, T3, T4)], (A1, B), That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).zipAll(that, thisElem, thatElem)(bf)
    Definition Classes
    IterableLike → GenIterableLike
  169. def zipWithIndex[A1 >: (T1, T2, T3, T4), That](implicit bf: CanBuildFrom[CollSeq1[(T1, T2, T3, T4)], (A1, Int), That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq4: collections.CollSeq1[(T1, T2, T3, T4)]).zipWithIndex(bf)
    Definition Classes
    IterableLike → GenIterableLike

Inherited from Product4[Seq[T1], Seq[T2], Seq[T3], Seq[T4]]

Inherited from CollSeq

Inherited from Product

Inherited from IndexedSeq[(T1, T2, T3, T4)]

Inherited from IndexedSeqLike[(T1, T2, T3, T4), CollSeq4[T1, T2, T3, T4]]

Inherited from Seq[(T1, T2, T3, T4)]

Inherited from SeqLike[(T1, T2, T3, T4), CollSeq4[T1, T2, T3, T4]]

Inherited from GenSeq[(T1, T2, T3, T4)]

Inherited from GenSeqLike[(T1, T2, T3, T4), CollSeq4[T1, T2, T3, T4]]

Inherited from Iterable[(T1, T2, T3, T4)]

Inherited from IterableLike[(T1, T2, T3, T4), CollSeq4[T1, T2, T3, T4]]

Inherited from Equals

Inherited from GenIterable[(T1, T2, T3, T4)]

Inherited from GenIterableLike[(T1, T2, T3, T4), CollSeq4[T1, T2, T3, T4]]

Inherited from Traversable[(T1, T2, T3, T4)]

Inherited from GenTraversable[(T1, T2, T3, T4)]

Inherited from GenericTraversableTemplate[(T1, T2, T3, T4), IndexedSeq]

Inherited from TraversableLike[(T1, T2, T3, T4), CollSeq4[T1, T2, T3, T4]]

Inherited from GenTraversableLike[(T1, T2, T3, T4), CollSeq4[T1, T2, T3, T4]]

Inherited from Parallelizable[(T1, T2, T3, T4), ParSeq[(T1, T2, T3, T4)]]

Inherited from TraversableOnce[(T1, T2, T3, T4)]

Inherited from GenTraversableOnce[(T1, T2, T3, T4)]

Inherited from FilterMonadic[(T1, T2, T3, T4), CollSeq4[T1, T2, T3, T4]]

Inherited from HasNewBuilder[(T1, T2, T3, T4), CollSeq4[T1, T2, T3, T4]]

Inherited from PartialFunction[Int, (T1, T2, T3, T4)]

Inherited from (Int) ⇒ (T1, T2, T3, T4)

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion CollectionsHaveToParArray from CollSeq4[T1, T2, T3, T4] to CollectionsHaveToParArray[CollSeq4[T1, T2, T3, T4], T]

Inherited by implicit conversion MonadOps from CollSeq4[T1, T2, T3, T4] to MonadOps[(T1, T2, T3, T4)]

Inherited by implicit conversion SeqAToStatsA from CollSeq4[T1, T2, T3, T4] to Stats[(T1, T2, T3, T4)]

Inherited by implicit conversion SeqToCollSeqTc from CollSeq4[T1, T2, T3, T4] to collections.CollSeq1[(T1, T2, T3, T4)]

Inherited by implicit conversion any2stringadd from CollSeq4[T1, T2, T3, T4] to any2stringadd[CollSeq4[T1, T2, T3, T4]]

Inherited by implicit conversion StringFormat from CollSeq4[T1, T2, T3, T4] to StringFormat[CollSeq4[T1, T2, T3, T4]]

Inherited by implicit conversion Ensuring from CollSeq4[T1, T2, T3, T4] to Ensuring[CollSeq4[T1, T2, T3, T4]]

Inherited by implicit conversion ArrowAssoc from CollSeq4[T1, T2, T3, T4] to ArrowAssoc[CollSeq4[T1, T2, T3, T4]]

Inherited by implicit conversion alternateImplicit from CollSeq4[T1, T2, T3, T4] to ForceImplicitAmbiguity

Ungrouped