Class/Object

com.github.marklister.collections.immutable

CollSeq1

Related Docs: object CollSeq1 | package immutable

Permalink

class CollSeq1[T1] extends CollSeq with IndexedSeq[(T1)] with IndexedSeqLike[(T1), CollSeq1[T1]] with Product1[Seq[T1]]

Linear Supertypes
Product1[Seq[T1]], CollSeq, Product, IndexedSeq[(T1)], IndexedSeqLike[(T1), CollSeq1[T1]], Seq[(T1)], SeqLike[(T1), CollSeq1[T1]], GenSeq[(T1)], GenSeqLike[(T1), CollSeq1[T1]], Iterable[(T1)], IterableLike[(T1), CollSeq1[T1]], Equals, GenIterable[(T1)], GenIterableLike[(T1), CollSeq1[T1]], Traversable[(T1)], GenTraversable[(T1)], GenericTraversableTemplate[(T1), IndexedSeq], TraversableLike[(T1), CollSeq1[T1]], GenTraversableLike[(T1), CollSeq1[T1]], Parallelizable[(T1), ParSeq[(T1)]], TraversableOnce[(T1)], GenTraversableOnce[(T1)], FilterMonadic[(T1), CollSeq1[T1]], HasNewBuilder[(T1), CollSeq1[T1]], PartialFunction[Int, (T1)], (Int) ⇒ (T1), AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CollSeq1
  2. Product1
  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 flattenTraversableOnce
  4. by SeqAToStatsA
  5. by SeqToCollSeqTc
  6. by SeqToCollSeqTa
  7. by any2stringadd
  8. by StringFormat
  9. by Ensuring
  10. by ArrowAssoc
  11. 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 = CollSeq1[T1]

    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 CollSeq1[T1] to any2stringadd[CollSeq1[T1]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ++[B >: (T1), That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

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

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

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

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

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

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

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  11. def :\[B](z: B)(op: ((T1), 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
    CollSeq1 → Product1
  14. def addString(b: StringBuilder): StringBuilder

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

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

    Permalink
    Definition Classes
    TraversableOnce
  17. def aggregate[B](z: ⇒ B)(seqop: (B, (T1)) ⇒ B, combop: (B, B) ⇒ B): B

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

    Permalink
    Definition Classes
    PartialFunction → Function1
  19. def apply(idx: Int): (T1)

    Permalink
    Definition Classes
    CollSeq1 → SeqLike → GenSeqLike → Function1
  20. def applyOrElse[A1 <: Int, B1 >: (T1)](x: A1, default: (A1) ⇒ B1): B1

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

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

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

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

    Permalink
  25. def collect[B, That](pf: PartialFunction[(T1), B])(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

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

    Permalink
    Definition Classes
    TraversableOnce
  27. def combinations(n: Int): Iterator[CollSeq1[T1]]

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

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

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  30. def contains[A1 >: (T1)](elem: A1): Boolean

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

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

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  33. def copyToArray[B >: (T1)](xs: Array[B]): Unit

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  35. def copyToBuffer[B >: (T1)](dest: Buffer[B]): Unit

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

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  37. def count(p: ((T1)) ⇒ Boolean): Int

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  38. def diff[B >: (T1)](that: GenSeq[B]): CollSeq1[T1]

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  39. def distinct: CollSeq1[T1]

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  40. def drop(n: Int): CollSeq1[T1]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  41. def dropRight(n: Int): CollSeq1[T1]

    Permalink
    Definition Classes
    IterableLike
  42. def dropWhile(p: ((T1)) ⇒ Boolean): CollSeq1[T1]

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

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  44. def ensuring(cond: (CollSeq1[T1]) ⇒ Boolean, msg: ⇒ Any): CollSeq1[T1]

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

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

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

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

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

    Permalink
    Definition Classes
    GenSeqLike → Equals → Any
  50. def exists(p: ((T1)) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  51. def filter(p: ((T1)) ⇒ Boolean): CollSeq1[T1]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  52. def filterNot(p: ((T1)) ⇒ Boolean): CollSeq1[T1]

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

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

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  55. def flatMap[B, That](f: ((T1)) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  56. def flatZip[B](that: GenIterable[B])(implicit bf: CanBuildFrom[CollSeq1[T1], (T1, B), CollSeq2[T1, B]]): CollSeq2[T1, B]

    Permalink
  57. def flatten[B](implicit asTraversable: ((T1)) ⇒ GenTraversableOnce[B]): IndexedSeq[B]

    Permalink
    Definition Classes
    GenericTraversableTemplate
  58. def fold[A1 >: (T1)](z: A1)(op: (A1, A1) ⇒ A1): A1

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

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

    Permalink
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  61. def forall(p: ((T1)) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  62. def foreach[U](f: ((T1)) ⇒ U): Unit

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  66. def groupBy[K](f: ((T1)) ⇒ K): Map[K, CollSeq1[T1]]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  67. def grouped(size: Int): Iterator[CollSeq1[T1]]

    Permalink
    Definition Classes
    IterableLike
  68. def hasDefiniteSize: Boolean

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

    Permalink
    Definition Classes
    IndexedSeqLike → GenSeqLike → Any
  70. def head: (T1)

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  71. def headOption: Option[(T1)]

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

    Permalink
    Definition Classes
    CollSeq1CollSeq
  73. def indexOf[B >: (T1)](elem: B, from: Int): Int

    Permalink
    Definition Classes
    GenSeqLike
  74. def indexOf[B >: (T1)](elem: B): Int

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

    Permalink
    Definition Classes
    SeqLike
  76. def indexOfSlice[B >: (T1)](that: GenSeq[B]): Int

    Permalink
    Definition Classes
    SeqLike
  77. def indexWhere(p: ((T1)) ⇒ Boolean, from: Int): Int

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  78. def indexWhere(p: ((T1)) ⇒ Boolean): Int

    Permalink
    Definition Classes
    GenSeqLike
  79. def indices: Range

    Permalink
    Definition Classes
    SeqLike
  80. def init: CollSeq1[T1]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  81. def inits: Iterator[CollSeq1[T1]]

    Permalink
    Definition Classes
    TraversableLike
  82. def intersect[B >: (T1)](that: GenSeq[B]): CollSeq1[T1]

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

    Permalink
    Definition Classes
    GenSeqLike
  84. def isEmpty: Boolean

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

    Permalink
    Definition Classes
    Any
  86. final def isTraversableAgain: Boolean

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  87. def iterator: Iterator[(T1)]

    Permalink
    Definition Classes
    IndexedSeqLike → IterableLike → GenIterableLike
  88. def last: (T1)

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

    Permalink
    Definition Classes
    GenSeqLike
  90. def lastIndexOf[B >: (T1)](elem: B): Int

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

    Permalink
    Definition Classes
    SeqLike
  92. def lastIndexOfSlice[B >: (T1)](that: GenSeq[B]): Int

    Permalink
    Definition Classes
    SeqLike
  93. def lastIndexWhere(p: ((T1)) ⇒ Boolean, end: Int): Int

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  94. def lastIndexWhere(p: ((T1)) ⇒ Boolean): Int

    Permalink
    Definition Classes
    GenSeqLike
  95. def lastOption: Option[(T1)]

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

    Permalink
    Definition Classes
    CollSeq1 → SeqLike → GenSeqLike
  97. def lengthCompare(len: Int): Int

    Permalink
    Definition Classes
    SeqLike
  98. def lift: (Int) ⇒ Option[(T1)]

    Permalink
    Definition Classes
    PartialFunction
  99. def map[B, That](f: ((T1)) ⇒ B)(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  100. def max[B >: (T1)](implicit cmp: Ordering[B]): (T1)

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  101. def maxBy[B](f: ((T1)) ⇒ B)(implicit cmp: Ordering[B]): (T1)

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  102. 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 CollSeq1[T1] to Stats[(T1)] performed by method SeqAToStatsA in com.github.marklister.collections. This conversion will take place only if an implicit value of type Numeric[(T1)] is in scope.
    Definition Classes
    Stats
  103. def min[B >: (T1)](implicit cmp: Ordering[B]): (T1)

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  104. def minBy[B](f: ((T1)) ⇒ B)(implicit cmp: Ordering[B]): (T1)

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  109. def newBuilder: Builder[(T1), CollSeq1[T1]]

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

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

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

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

    Permalink
    Definition Classes
    PartialFunction
  114. def padTo[B >: (T1), That](len: Int, elem: B)(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  115. def par: ParSeq[(T1)]

    Permalink
    Definition Classes
    Parallelizable
  116. def parCombiner: Combiner[(T1), ParSeq[(T1)]]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    SeqLike → TraversableLike → Parallelizable
  117. def partition(p: ((T1)) ⇒ Boolean): (CollSeq1[T1], CollSeq1[T1])

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  118. def patch[B >: (T1), That](from: Int, patch: GenSeq[B], replaced: Int)(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  119. def permutations: Iterator[CollSeq1[T1]]

    Permalink
    Definition Classes
    SeqLike
  120. def prefixLength(p: ((T1)) ⇒ Boolean): Int

    Permalink
    Definition Classes
    GenSeqLike
  121. def product[B >: (T1)](implicit num: Numeric[B]): B

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

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

    Permalink
    Definition Classes
    CollSeq1 → Product1 → Product
  124. def productIterator: Iterator[Seq[Any]]

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

    Permalink
    Definition Classes
    Product
  126. def reduce[A1 >: (T1)](op: (A1, A1) ⇒ A1): A1

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

    Permalink
    Definition Classes
    TraversableOnce
  128. def reduceLeftOption[B >: (T1)](op: (B, (T1)) ⇒ B): Option[B]

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

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

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  132. def repr: CollSeq1[T1]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  133. def reverse: CollSeq1[T1]

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  134. def reverseIterator: Iterator[(T1)]

    Permalink
    Definition Classes
    SeqLike
  135. def reverseMap[B, That](f: ((T1)) ⇒ B)(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  136. def reversed: List[(T1)]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  137. def runWith[U](action: ((T1)) ⇒ U): (Int) ⇒ Boolean

    Permalink
    Definition Classes
    PartialFunction
  138. def sameElements[B >: (T1)](that: GenIterable[B]): Boolean

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  139. def scan[B >: (T1), That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[CollSeq1[T1], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  140. def scanLeft[B, That](z: B)(op: (B, (T1)) ⇒ B)(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  141. def scanRight[B, That](z: B)(op: ((T1), B) ⇒ B)(implicit bf: CanBuildFrom[CollSeq1[T1], 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.

  142. def segmentLength(p: ((T1)) ⇒ Boolean, from: Int): Int

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  143. def seq: IndexedSeq[(T1)]

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

    Permalink
    Definition Classes
    SeqLike → GenTraversableLike → TraversableOnce → GenTraversableOnce
  145. def slice(from: Int, until: Int): CollSeq1[T1]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  146. def sliding(size: Int, step: Int): Iterator[CollSeq1[T1]]

    Permalink
    Definition Classes
    IterableLike
  147. def sliding(size: Int): Iterator[CollSeq1[T1]]

    Permalink
    Definition Classes
    IterableLike
  148. def sortBy[B](f: ((T1)) ⇒ B)(implicit ord: Ordering[B]): CollSeq1[T1]

    Permalink
    Definition Classes
    SeqLike
  149. def sortWith(lt: ((T1), (T1)) ⇒ Boolean): CollSeq1[T1]

    Permalink
    Definition Classes
    SeqLike
  150. def sorted[B >: (T1)](implicit ord: Ordering[B]): CollSeq1[T1]

    Permalink
    Definition Classes
    SeqLike
  151. def span(p: ((T1)) ⇒ Boolean): (CollSeq1[T1], CollSeq1[T1])

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  152. def splitAt(n: Int): (CollSeq1[T1], CollSeq1[T1])

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

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

    Permalink
    Definition Classes
    GenSeqLike
  155. 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 CollSeq1[T1] to Stats[(T1)] performed by method SeqAToStatsA in com.github.marklister.collections. This conversion will take place only if an implicit value of type Numeric[(T1)] is in scope.
    Definition Classes
    Stats
  156. def stringPrefix: String

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  157. def sum[B >: (T1)](implicit num: Numeric[B]): B

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

    Permalink
    Definition Classes
    AnyRef
  159. def tail: CollSeq1[T1]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  160. def tails: Iterator[CollSeq1[T1]]

    Permalink
    Definition Classes
    TraversableLike
  161. def take(n: Int): CollSeq1[T1]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  162. def takeRight(n: Int): CollSeq1[T1]

    Permalink
    Definition Classes
    IterableLike
  163. def takeWhile(p: ((T1)) ⇒ Boolean): CollSeq1[T1]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  164. def thisCollection: IndexedSeq[(T1)]

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

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  166. def toArray[B >: (T1)](implicit arg0: ClassTag[B]): Array[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  167. def toBuffer[A1 >: (T1)]: Buffer[A1]

    Permalink
    Definition Classes
    IndexedSeqLike → TraversableOnce → GenTraversableOnce
  168. def toCollection(repr: CollSeq1[T1]): IndexedSeq[(T1)]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    IndexedSeqLike → SeqLike → IterableLike → TraversableLike
  169. def toIndexedSeq: IndexedSeq[(T1)]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  170. def toIterable: Iterable[(T1)]

    Permalink
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  171. def toIterator: Iterator[(T1)]

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

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

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

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

    Permalink
    Definition Classes
    SeqLike → GenSeqLike → TraversableOnce → GenTraversableOnce
  176. def toSet[B >: (T1)]: Set[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  177. def toStream: Stream[(T1)]

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

    Permalink
    Definition Classes
    CollSeq → SeqLike → TraversableLike → Function1 → AnyRef → Any
  179. def toTraversable: Traversable[(T1)]

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  181. def transpose[B](implicit asTraversable: ((T1)) ⇒ 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.

  182. val underlying: Seq[(T1)]

    Permalink
  183. def union[B >: (T1), That](that: GenSeq[B])(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

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

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

    Permalink
    Definition Classes
    GenericTraversableTemplate
  186. def updated[B >: (T1), That](index: Int, elem: B)(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  187. 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 CollSeq1[T1] to Stats[(T1)] performed by method SeqAToStatsA in com.github.marklister.collections. This conversion will take place only if an implicit value of type Numeric[(T1)] is in scope.
    Definition Classes
    Stats
  188. def view(from: Int, until: Int): SeqView[(T1), CollSeq1[T1]]

    Permalink
    Definition Classes
    SeqLike → IterableLike → TraversableLike
  189. def view: SeqView[(T1), CollSeq1[T1]]

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  193. def withFilter(p: ((T1)) ⇒ Boolean): FilterMonadic[(T1), CollSeq1[T1]]

    Permalink
    Definition Classes
    TraversableLike → FilterMonadic
  194. def withHeaders(h: String*): CollSeq1[T1]

    Permalink
  195. def zip[A1 >: (T1), B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[CollSeq1[T1], (A1, B), That]): That

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  196. def zipAll[B, A1 >: (T1), That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[CollSeq1[T1], (A1, B), That]): That

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  197. def zipWithIndex[A1 >: (T1), That](implicit bf: CanBuildFrom[CollSeq1[T1], (A1, Int), That]): That

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  198. def [B](y: B): (CollSeq1[T1], B)

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

Shadowed Implicit Value Members

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).++(that)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike
  2. def ++[B >: (T1), That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).++(that)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike
  3. def ++:[B >: (T1), That](that: Traversable[B])(implicit bf: CanBuildFrom[CollSeq1[(T1)], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).++:(that)(bf)
    Definition Classes
    TraversableLike
  4. def ++:[B >: (T1), That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[CollSeq1[(T1)], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).++:(that)(bf)
    Definition Classes
    TraversableLike
  5. def ++:[B >: (T1), That](that: Traversable[B])(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).++:(that)(bf)
    Definition Classes
    TraversableLike
  6. def ++:[B >: (T1), That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).++:(that)(bf)
    Definition Classes
    TraversableLike
  7. def +:[B >: (T1), That](elem: B)(implicit bf: CanBuildFrom[CollSeq1[(T1)], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).+:(elem)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  8. def +:[B >: (T1), That](elem: B)(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).+:(elem)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  9. def /:[B](z: B)(op: (B, ((T1))) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)])./:(z)(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  10. def /:[B](z: B)(op: (B, (T1)) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1])./:(z)(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  11. def :+[B >: (T1), That](elem: B)(implicit bf: CanBuildFrom[CollSeq1[(T1)], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).:+(elem)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  12. def :+[B >: (T1), That](elem: B)(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).:+(elem)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  13. def :\[B](z: B)(op: (((T1)), B) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).:\(z)(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  14. def :\[B](z: B)(op: ((T1), B) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).:\(z)(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  15. def addString(b: StringBuilder): StringBuilder

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).addString(b)
    Definition Classes
    TraversableOnce
  16. def addString(b: StringBuilder, sep: String): StringBuilder

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).addString(b, sep)
    Definition Classes
    TraversableOnce
  17. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).addString(b, start, sep, end)
    Definition Classes
    TraversableOnce
  18. def addString(b: StringBuilder): StringBuilder

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).addString(b)
    Definition Classes
    TraversableOnce
  19. def addString(b: StringBuilder, sep: String): StringBuilder

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).addString(b, sep)
    Definition Classes
    TraversableOnce
  20. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).addString(b, start, sep, end)
    Definition Classes
    TraversableOnce
  21. def aggregate[B](z: ⇒ B)(seqop: (B, ((T1))) ⇒ B, combop: (B, B) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).aggregate(z)(seqop, combop)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  22. def aggregate[B](z: ⇒ B)(seqop: (B, (T1)) ⇒ B, combop: (B, B) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).aggregate(z)(seqop, combop)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  23. def andThen[C](k: (((T1))) ⇒ C): PartialFunction[Int, C]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).andThen(k)
    Definition Classes
    PartialFunction → Function1
  24. def andThen[C](k: ((T1)) ⇒ C): PartialFunction[Int, C]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).andThen(k)
    Definition Classes
    PartialFunction → Function1
  25. def apply(idx: Int): ((T1))

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).apply(idx)
    Definition Classes
    CollSeq1 → SeqLike → GenSeqLike → Function1
  26. def apply(idx: Int): (T1)

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).apply(idx)
    Definition Classes
    CollSeq1 → SeqLike → GenSeqLike → Function1
  27. def applyOrElse[A1 <: Int, B1 >: (T1)](x: A1, default: (A1) ⇒ B1): B1

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).applyOrElse(x, default)
    Definition Classes
    PartialFunction
  28. def applyOrElse[A1 <: Int, B1 >: (T1)](x: A1, default: (A1) ⇒ B1): B1

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).applyOrElse(x, default)
    Definition Classes
    PartialFunction
  29. def canEqual(that: Any): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).canEqual(that)
    Definition Classes
    IterableLike → Equals
  30. def canEqual(that: Any): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).canEqual(that)
    Definition Classes
    IterableLike → Equals
  31. lazy val collMap: Map[String, Seq[Any]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).collMap
  32. lazy val collMap: Map[String, Seq[Any]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).collMap
  33. def collect[B, That](pf: PartialFunction[((T1)), B])(implicit bf: CanBuildFrom[CollSeq1[(T1)], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).collect(pf)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike
  34. def collect[B, That](pf: PartialFunction[(T1), B])(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).collect(pf)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike
  35. def collectFirst[B](pf: PartialFunction[((T1)), B]): Option[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).collectFirst(pf)
    Definition Classes
    TraversableOnce
  36. def collectFirst[B](pf: PartialFunction[(T1), B]): Option[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).collectFirst(pf)
    Definition Classes
    TraversableOnce
  37. def combinations(n: Int): Iterator[CollSeq1[(T1)]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).combinations(n)
    Definition Classes
    SeqLike
  38. def combinations(n: Int): Iterator[CollSeq1[T1]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).combinations(n)
    Definition Classes
    SeqLike
  39. def companion: GenericCompanion[IndexedSeq]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).companion
    Definition Classes
    IndexedSeq → Seq → GenSeq → Iterable → GenIterable → Traversable → GenTraversable → GenericTraversableTemplate
  40. def companion: GenericCompanion[IndexedSeq]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).companion
    Definition Classes
    IndexedSeq → Seq → GenSeq → Iterable → GenIterable → Traversable → GenTraversable → GenericTraversableTemplate
  41. def compose[A](g: (A) ⇒ Int): (A) ⇒ ((T1))

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).compose(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  42. def compose[A](g: (A) ⇒ Int): (A) ⇒ (T1)

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).compose(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  43. def contains[A1 >: (T1)](elem: A1): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).contains(elem)
    Definition Classes
    SeqLike
  44. def contains[A1 >: (T1)](elem: A1): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).contains(elem)
    Definition Classes
    SeqLike
  45. def containsSlice[B](that: GenSeq[B]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).containsSlice(that)
    Definition Classes
    SeqLike
  46. def containsSlice[B](that: GenSeq[B]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).containsSlice(that)
    Definition Classes
    SeqLike
  47. def copyToArray[B >: (T1)](xs: Array[B], start: Int, len: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).copyToArray(xs, start, len)
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  48. def copyToArray[B >: (T1)](xs: Array[B]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).copyToArray(xs)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  49. def copyToArray[B >: (T1)](xs: Array[B], start: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).copyToArray(xs, start)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  50. def copyToArray[B >: (T1)](xs: Array[B], start: Int, len: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).copyToArray(xs, start, len)
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  51. def copyToArray[B >: (T1)](xs: Array[B]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).copyToArray(xs)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  52. def copyToArray[B >: (T1)](xs: Array[B], start: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).copyToArray(xs, start)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  53. def copyToBuffer[B >: (T1)](dest: Buffer[B]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).copyToBuffer(dest)
    Definition Classes
    TraversableOnce
  54. def copyToBuffer[B >: (T1)](dest: Buffer[B]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).copyToBuffer(dest)
    Definition Classes
    TraversableOnce
  55. def corresponds[B](that: GenSeq[B])(p: (((T1)), B) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).corresponds(that)(p)
    Definition Classes
    SeqLike → GenSeqLike
  56. def corresponds[B](that: GenSeq[B])(p: ((T1), B) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).corresponds(that)(p)
    Definition Classes
    SeqLike → GenSeqLike
  57. def count(p: (((T1))) ⇒ Boolean): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).count(p)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  58. def count(p: ((T1)) ⇒ Boolean): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).count(p)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  59. def diff[B >: (T1)](that: GenSeq[B]): CollSeq1[(T1)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).diff(that)
    Definition Classes
    SeqLike → GenSeqLike
  60. def diff[B >: (T1)](that: GenSeq[B]): CollSeq1[T1]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).diff(that)
    Definition Classes
    SeqLike → GenSeqLike
  61. def distinct: CollSeq1[(T1)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).distinct
    Definition Classes
    SeqLike → GenSeqLike
  62. def distinct: CollSeq1[T1]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).distinct
    Definition Classes
    SeqLike → GenSeqLike
  63. def drop(n: Int): CollSeq1[(T1)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).drop(n)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  64. def drop(n: Int): CollSeq1[T1]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).drop(n)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  65. def dropRight(n: Int): CollSeq1[(T1)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).dropRight(n)
    Definition Classes
    IterableLike
  66. def dropRight(n: Int): CollSeq1[T1]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).dropRight(n)
    Definition Classes
    IterableLike
  67. def dropWhile(p: (((T1))) ⇒ Boolean): CollSeq1[(T1)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).dropWhile(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  68. def dropWhile(p: ((T1)) ⇒ Boolean): CollSeq1[T1]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).dropWhile(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  69. def endsWith[B](that: GenSeq[B]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).endsWith(that)
    Definition Classes
    SeqLike → GenSeqLike
  70. def endsWith[B](that: GenSeq[B]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).endsWith(that)
    Definition Classes
    SeqLike → GenSeqLike
  71. def equals(that: Any): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).equals(that)
    Definition Classes
    GenSeqLike → Equals → Any
  72. def equals(that: Any): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).equals(that)
    Definition Classes
    GenSeqLike → Equals → Any
  73. def exists(p: (((T1))) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).exists(p)
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  74. def exists(p: ((T1)) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).exists(p)
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  75. def filter(p: ((T1)) ⇒ Boolean): TraversableOnce[(T1)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to MonadOps[(T1)] 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:
    (collSeq1: MonadOps[(T1)]).filter(p)
    Definition Classes
    MonadOps
  76. def filter(p: (((T1))) ⇒ Boolean): CollSeq1[(T1)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).filter(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  77. def filter(p: ((T1)) ⇒ Boolean): CollSeq1[T1]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).filter(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  78. def filterNot(p: (((T1))) ⇒ Boolean): CollSeq1[(T1)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).filterNot(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  79. def filterNot(p: ((T1)) ⇒ Boolean): CollSeq1[T1]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).filterNot(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  80. def find(p: (((T1))) ⇒ Boolean): Option[((T1))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).find(p)
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  81. def find(p: ((T1)) ⇒ Boolean): Option[(T1)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).find(p)
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  82. def flatMap[B](f: ((T1)) ⇒ GenTraversableOnce[B]): TraversableOnce[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to MonadOps[(T1)] 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:
    (collSeq1: MonadOps[(T1)]).flatMap(f)
    Definition Classes
    MonadOps
  83. def flatMap[B, That](f: (((T1))) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[CollSeq1[(T1)], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).flatMap(f)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  84. def flatMap[B, That](f: ((T1)) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).flatMap(f)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  85. def flatZip[B](that: GenIterable[B])(implicit bf: CanBuildFrom[CollSeq1[(T1)], ((T1), B), CollSeq2[(T1), B]]): CollSeq2[(T1), B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).flatZip(that)(bf)
  86. def flatZip[B](that: GenIterable[B])(implicit bf: CanBuildFrom[CollSeq1[T1], (T1, B), CollSeq2[T1, B]]): CollSeq2[T1, B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).flatZip(that)(bf)
  87. def flatten: Iterator[T1]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to FlattenOps[T1] performed by method flattenTraversableOnce in scala.collection.TraversableOnce. This conversion will take place only if an implicit value of type ((T1)) ⇒ TraversableOnce[T1] 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:
    (collSeq1: FlattenOps[T1]).flatten
    Definition Classes
    FlattenOps
  88. def flatten[B](implicit asTraversable: (((T1))) ⇒ GenTraversableOnce[B]): IndexedSeq[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).flatten(asTraversable)
    Definition Classes
    GenericTraversableTemplate
  89. def flatten[B](implicit asTraversable: ((T1)) ⇒ GenTraversableOnce[B]): IndexedSeq[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).flatten(asTraversable)
    Definition Classes
    GenericTraversableTemplate
  90. def fold[A1 >: (T1)](z: A1)(op: (A1, A1) ⇒ A1): A1

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).fold(z)(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  91. def fold[A1 >: (T1)](z: A1)(op: (A1, A1) ⇒ A1): A1

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).fold(z)(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  92. def foldLeft[B](z: B)(op: (B, ((T1))) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).foldLeft(z)(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  93. def foldLeft[B](z: B)(op: (B, (T1)) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).foldLeft(z)(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  94. def foldRight[B](z: B)(op: (((T1)), B) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).foldRight(z)(op)
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  95. def foldRight[B](z: B)(op: ((T1), B) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).foldRight(z)(op)
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  96. def forall(p: (((T1))) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).forall(p)
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  97. def forall(p: ((T1)) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).forall(p)
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  98. def foreach[U](f: (((T1))) ⇒ U): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).foreach(f)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  99. def foreach[U](f: ((T1)) ⇒ U): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).foreach(f)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  100. def genericBuilder[B]: Builder[B, IndexedSeq[B]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).genericBuilder
    Definition Classes
    GenericTraversableTemplate
  101. def genericBuilder[B]: Builder[B, IndexedSeq[B]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).genericBuilder
    Definition Classes
    GenericTraversableTemplate
  102. def groupBy[K](f: (((T1))) ⇒ K): Map[K, CollSeq1[(T1)]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).groupBy(f)
    Definition Classes
    TraversableLike → GenTraversableLike
  103. def groupBy[K](f: ((T1)) ⇒ K): Map[K, CollSeq1[T1]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).groupBy(f)
    Definition Classes
    TraversableLike → GenTraversableLike
  104. def grouped(size: Int): Iterator[CollSeq1[(T1)]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).grouped(size)
    Definition Classes
    IterableLike
  105. def grouped(size: Int): Iterator[CollSeq1[T1]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).grouped(size)
    Definition Classes
    IterableLike
  106. def hasDefiniteSize: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).hasDefiniteSize
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  107. def hasDefiniteSize: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).hasDefiniteSize
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  108. def hashCode(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).hashCode()
    Definition Classes
    IndexedSeqLike → GenSeqLike → Any
  109. def hashCode(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).hashCode()
    Definition Classes
    IndexedSeqLike → GenSeqLike → Any
  110. def head: ((T1))

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).head
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  111. def head: (T1)

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).head
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  112. def headOption: Option[((T1))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).headOption
    Definition Classes
    TraversableLike → GenTraversableLike
  113. def headOption: Option[(T1)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).headOption
    Definition Classes
    TraversableLike → GenTraversableLike
  114. val headers: Seq[String]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).headers
    Definition Classes
    CollSeq1CollSeq
  115. val headers: Seq[String]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).headers
    Definition Classes
    CollSeq1CollSeq
  116. def indexOf[B >: (T1)](elem: B, from: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).indexOf(elem, from)
    Definition Classes
    GenSeqLike
  117. def indexOf[B >: (T1)](elem: B): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).indexOf(elem)
    Definition Classes
    GenSeqLike
  118. def indexOf[B >: (T1)](elem: B, from: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).indexOf(elem, from)
    Definition Classes
    GenSeqLike
  119. def indexOf[B >: (T1)](elem: B): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).indexOf(elem)
    Definition Classes
    GenSeqLike
  120. def indexOfSlice[B >: (T1)](that: GenSeq[B], from: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).indexOfSlice(that, from)
    Definition Classes
    SeqLike
  121. def indexOfSlice[B >: (T1)](that: GenSeq[B]): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).indexOfSlice(that)
    Definition Classes
    SeqLike
  122. def indexOfSlice[B >: (T1)](that: GenSeq[B], from: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).indexOfSlice(that, from)
    Definition Classes
    SeqLike
  123. def indexOfSlice[B >: (T1)](that: GenSeq[B]): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).indexOfSlice(that)
    Definition Classes
    SeqLike
  124. def indexWhere(p: (((T1))) ⇒ Boolean, from: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).indexWhere(p, from)
    Definition Classes
    SeqLike → GenSeqLike
  125. def indexWhere(p: (((T1))) ⇒ Boolean): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).indexWhere(p)
    Definition Classes
    GenSeqLike
  126. def indexWhere(p: ((T1)) ⇒ Boolean, from: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).indexWhere(p, from)
    Definition Classes
    SeqLike → GenSeqLike
  127. def indexWhere(p: ((T1)) ⇒ Boolean): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).indexWhere(p)
    Definition Classes
    GenSeqLike
  128. def indices: Range

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).indices
    Definition Classes
    SeqLike
  129. def indices: Range

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).indices
    Definition Classes
    SeqLike
  130. def init: CollSeq1[(T1)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).init
    Definition Classes
    TraversableLike → GenTraversableLike
  131. def init: CollSeq1[T1]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).init
    Definition Classes
    TraversableLike → GenTraversableLike
  132. def inits: Iterator[CollSeq1[(T1)]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).inits
    Definition Classes
    TraversableLike
  133. def inits: Iterator[CollSeq1[T1]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).inits
    Definition Classes
    TraversableLike
  134. def intersect[B >: (T1)](that: GenSeq[B]): CollSeq1[(T1)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).intersect(that)
    Definition Classes
    SeqLike → GenSeqLike
  135. def intersect[B >: (T1)](that: GenSeq[B]): CollSeq1[T1]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).intersect(that)
    Definition Classes
    SeqLike → GenSeqLike
  136. def isDefinedAt(idx: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).isDefinedAt(idx)
    Definition Classes
    GenSeqLike
  137. def isDefinedAt(idx: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).isDefinedAt(idx)
    Definition Classes
    GenSeqLike
  138. def isEmpty: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).isEmpty
    Definition Classes
    SeqLike → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  139. def isEmpty: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).isEmpty
    Definition Classes
    SeqLike → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  140. final def isTraversableAgain: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).isTraversableAgain
    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  141. final def isTraversableAgain: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).isTraversableAgain
    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  142. def iterator: Iterator[((T1))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).iterator
    Definition Classes
    IndexedSeqLike → IterableLike → GenIterableLike
  143. def iterator: Iterator[(T1)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).iterator
    Definition Classes
    IndexedSeqLike → IterableLike → GenIterableLike
  144. def last: ((T1))

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).last
    Definition Classes
    TraversableLike → GenTraversableLike
  145. def last: (T1)

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).last
    Definition Classes
    TraversableLike → GenTraversableLike
  146. def lastIndexOf[B >: (T1)](elem: B, end: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).lastIndexOf(elem, end)
    Definition Classes
    GenSeqLike
  147. def lastIndexOf[B >: (T1)](elem: B): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).lastIndexOf(elem)
    Definition Classes
    GenSeqLike
  148. def lastIndexOf[B >: (T1)](elem: B, end: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).lastIndexOf(elem, end)
    Definition Classes
    GenSeqLike
  149. def lastIndexOf[B >: (T1)](elem: B): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).lastIndexOf(elem)
    Definition Classes
    GenSeqLike
  150. def lastIndexOfSlice[B >: (T1)](that: GenSeq[B], end: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).lastIndexOfSlice(that, end)
    Definition Classes
    SeqLike
  151. def lastIndexOfSlice[B >: (T1)](that: GenSeq[B]): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).lastIndexOfSlice(that)
    Definition Classes
    SeqLike
  152. def lastIndexOfSlice[B >: (T1)](that: GenSeq[B], end: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).lastIndexOfSlice(that, end)
    Definition Classes
    SeqLike
  153. def lastIndexOfSlice[B >: (T1)](that: GenSeq[B]): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).lastIndexOfSlice(that)
    Definition Classes
    SeqLike
  154. def lastIndexWhere(p: (((T1))) ⇒ Boolean, end: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).lastIndexWhere(p, end)
    Definition Classes
    SeqLike → GenSeqLike
  155. def lastIndexWhere(p: (((T1))) ⇒ Boolean): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).lastIndexWhere(p)
    Definition Classes
    GenSeqLike
  156. def lastIndexWhere(p: ((T1)) ⇒ Boolean, end: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).lastIndexWhere(p, end)
    Definition Classes
    SeqLike → GenSeqLike
  157. def lastIndexWhere(p: ((T1)) ⇒ Boolean): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).lastIndexWhere(p)
    Definition Classes
    GenSeqLike
  158. def lastOption: Option[((T1))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).lastOption
    Definition Classes
    TraversableLike → GenTraversableLike
  159. def lastOption: Option[(T1)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).lastOption
    Definition Classes
    TraversableLike → GenTraversableLike
  160. lazy val length: Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).length
    Definition Classes
    CollSeq1 → SeqLike → GenSeqLike
  161. lazy val length: Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).length
    Definition Classes
    CollSeq1 → SeqLike → GenSeqLike
  162. def lengthCompare(len: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).lengthCompare(len)
    Definition Classes
    SeqLike
  163. def lengthCompare(len: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).lengthCompare(len)
    Definition Classes
    SeqLike
  164. def lift: (Int) ⇒ Option[((T1))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).lift
    Definition Classes
    PartialFunction
  165. def lift: (Int) ⇒ Option[(T1)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).lift
    Definition Classes
    PartialFunction
  166. def map[B](f: ((T1)) ⇒ B): TraversableOnce[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to MonadOps[(T1)] 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:
    (collSeq1: MonadOps[(T1)]).map(f)
    Definition Classes
    MonadOps
  167. def map[B, That](f: (((T1))) ⇒ B)(implicit bf: CanBuildFrom[CollSeq1[(T1)], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).map(f)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  168. def map[B, That](f: ((T1)) ⇒ B)(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).map(f)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  169. def max[B >: (T1)](implicit cmp: Ordering[B]): ((T1))

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).max(cmp)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  170. def max[B >: (T1)](implicit cmp: Ordering[B]): (T1)

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).max(cmp)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  171. def maxBy[B](f: (((T1))) ⇒ B)(implicit cmp: Ordering[B]): ((T1))

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).maxBy(f)(cmp)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  172. def maxBy[B](f: ((T1)) ⇒ B)(implicit cmp: Ordering[B]): (T1)

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).maxBy(f)(cmp)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  173. def min[B >: (T1)](implicit cmp: Ordering[B]): ((T1))

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).min(cmp)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  174. def min[B >: (T1)](implicit cmp: Ordering[B]): (T1)

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).min(cmp)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  175. def minBy[B](f: (((T1))) ⇒ B)(implicit cmp: Ordering[B]): ((T1))

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).minBy(f)(cmp)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  176. def minBy[B](f: ((T1)) ⇒ B)(implicit cmp: Ordering[B]): (T1)

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).minBy(f)(cmp)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  177. def mkString: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).mkString
    Definition Classes
    TraversableOnce → GenTraversableOnce
  178. def mkString(sep: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).mkString(sep)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  179. def mkString(start: String, sep: String, end: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).mkString(start, sep, end)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  180. def mkString: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).mkString
    Definition Classes
    TraversableOnce → GenTraversableOnce
  181. def mkString(sep: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).mkString(sep)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  182. def mkString(start: String, sep: String, end: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).mkString(start, sep, end)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  183. def nonEmpty: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).nonEmpty
    Definition Classes
    TraversableOnce → GenTraversableOnce
  184. def nonEmpty: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).nonEmpty
    Definition Classes
    TraversableOnce → GenTraversableOnce
  185. def orElse[A1 <: Int, B1 >: (T1)](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).orElse(that)
    Definition Classes
    PartialFunction
  186. def orElse[A1 <: Int, B1 >: (T1)](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).orElse(that)
    Definition Classes
    PartialFunction
  187. def padTo[B >: (T1), That](len: Int, elem: B)(implicit bf: CanBuildFrom[CollSeq1[(T1)], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).padTo(len, elem)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  188. def padTo[B >: (T1), That](len: Int, elem: B)(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).padTo(len, elem)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  189. def par: ParSeq[((T1))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).par
    Definition Classes
    Parallelizable
  190. def par: ParSeq[(T1)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).par
    Definition Classes
    Parallelizable
  191. def partition(p: (((T1))) ⇒ Boolean): (CollSeq1[(T1)], CollSeq1[(T1)])

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).partition(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  192. def partition(p: ((T1)) ⇒ Boolean): (CollSeq1[T1], CollSeq1[T1])

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).partition(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  193. def patch[B >: (T1), That](from: Int, patch: GenSeq[B], replaced: Int)(implicit bf: CanBuildFrom[CollSeq1[(T1)], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).patch(from, patch, replaced)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  194. def patch[B >: (T1), That](from: Int, patch: GenSeq[B], replaced: Int)(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).patch(from, patch, replaced)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  195. def permutations: Iterator[CollSeq1[(T1)]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).permutations
    Definition Classes
    SeqLike
  196. def permutations: Iterator[CollSeq1[T1]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).permutations
    Definition Classes
    SeqLike
  197. def prefixLength(p: (((T1))) ⇒ Boolean): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).prefixLength(p)
    Definition Classes
    GenSeqLike
  198. def prefixLength(p: ((T1)) ⇒ Boolean): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).prefixLength(p)
    Definition Classes
    GenSeqLike
  199. def product[B >: (T1)](implicit num: Numeric[B]): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).product(num)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  200. def product[B >: (T1)](implicit num: Numeric[B]): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).product(num)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  201. def productArity: Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).productArity
    Definition Classes
    Product1 → Product
  202. def productArity: Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).productArity
    Definition Classes
    Product1 → Product
  203. def productElement(n: Int): Seq[Any]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).productElement(n)
    Definition Classes
    CollSeq1 → Product1 → Product
  204. def productElement(n: Int): Seq[Any]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).productElement(n)
    Definition Classes
    CollSeq1 → Product1 → Product
  205. def productIterator: Iterator[Seq[Any]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).productIterator
    Definition Classes
    CollSeq → Product
  206. def productIterator: Iterator[Seq[Any]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).productIterator
    Definition Classes
    CollSeq → Product
  207. def productPrefix: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).productPrefix
    Definition Classes
    Product
  208. def productPrefix: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).productPrefix
    Definition Classes
    Product
  209. def reduce[A1 >: (T1)](op: (A1, A1) ⇒ A1): A1

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).reduce(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  210. def reduce[A1 >: (T1)](op: (A1, A1) ⇒ A1): A1

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).reduce(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  211. def reduceLeft[B >: (T1)](op: (B, ((T1))) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).reduceLeft(op)
    Definition Classes
    TraversableOnce
  212. def reduceLeft[B >: (T1)](op: (B, (T1)) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).reduceLeft(op)
    Definition Classes
    TraversableOnce
  213. def reduceLeftOption[B >: (T1)](op: (B, ((T1))) ⇒ B): Option[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).reduceLeftOption(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  214. def reduceLeftOption[B >: (T1)](op: (B, (T1)) ⇒ B): Option[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).reduceLeftOption(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  215. def reduceOption[A1 >: (T1)](op: (A1, A1) ⇒ A1): Option[A1]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).reduceOption(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  216. def reduceOption[A1 >: (T1)](op: (A1, A1) ⇒ A1): Option[A1]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).reduceOption(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  217. def reduceRight[B >: (T1)](op: (((T1)), B) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).reduceRight(op)
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  218. def reduceRight[B >: (T1)](op: ((T1), B) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).reduceRight(op)
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  219. def reduceRightOption[B >: (T1)](op: (((T1)), B) ⇒ B): Option[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).reduceRightOption(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  220. def reduceRightOption[B >: (T1)](op: ((T1), B) ⇒ B): Option[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).reduceRightOption(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  221. def repr: CollSeq1[(T1)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).repr
    Definition Classes
    TraversableLike → GenTraversableLike
  222. def repr: CollSeq1[T1]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).repr
    Definition Classes
    TraversableLike → GenTraversableLike
  223. def reverse: CollSeq1[(T1)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).reverse
    Definition Classes
    SeqLike → GenSeqLike
  224. def reverse: CollSeq1[T1]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).reverse
    Definition Classes
    SeqLike → GenSeqLike
  225. def reverseIterator: Iterator[((T1))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).reverseIterator
    Definition Classes
    SeqLike
  226. def reverseIterator: Iterator[(T1)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).reverseIterator
    Definition Classes
    SeqLike
  227. def reverseMap[B, That](f: (((T1))) ⇒ B)(implicit bf: CanBuildFrom[CollSeq1[(T1)], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).reverseMap(f)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  228. def reverseMap[B, That](f: ((T1)) ⇒ B)(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).reverseMap(f)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  229. def runWith[U](action: (((T1))) ⇒ U): (Int) ⇒ Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).runWith(action)
    Definition Classes
    PartialFunction
  230. def runWith[U](action: ((T1)) ⇒ U): (Int) ⇒ Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).runWith(action)
    Definition Classes
    PartialFunction
  231. def sameElements[B >: (T1)](that: GenIterable[B]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).sameElements(that)
    Definition Classes
    IterableLike → GenIterableLike
  232. def sameElements[B >: (T1)](that: GenIterable[B]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).sameElements(that)
    Definition Classes
    IterableLike → GenIterableLike
  233. def scan[B >: (T1), That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[CollSeq1[(T1)], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).scan(z)(op)(cbf)
    Definition Classes
    TraversableLike → GenTraversableLike
  234. def scan[B >: (T1), That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[CollSeq1[T1], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).scan(z)(op)(cbf)
    Definition Classes
    TraversableLike → GenTraversableLike
  235. def scanLeft[B, That](z: B)(op: (B, ((T1))) ⇒ B)(implicit bf: CanBuildFrom[CollSeq1[(T1)], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).scanLeft(z)(op)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike
  236. def scanLeft[B, That](z: B)(op: (B, (T1)) ⇒ B)(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).scanLeft(z)(op)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike
  237. def scanRight[B, That](z: B)(op: (((T1)), B) ⇒ B)(implicit bf: CanBuildFrom[CollSeq1[(T1)], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).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.

  238. def scanRight[B, That](z: B)(op: ((T1), B) ⇒ B)(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).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.

  239. def segmentLength(p: (((T1))) ⇒ Boolean, from: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).segmentLength(p, from)
    Definition Classes
    SeqLike → GenSeqLike
  240. def segmentLength(p: ((T1)) ⇒ Boolean, from: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).segmentLength(p, from)
    Definition Classes
    SeqLike → GenSeqLike
  241. def seq: IndexedSeq[((T1))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).seq
    Definition Classes
    IndexedSeq → IndexedSeqLike → Seq → GenSeq → GenSeqLike → Iterable → GenIterable → Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  242. def seq: IndexedSeq[(T1)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).seq
    Definition Classes
    IndexedSeq → IndexedSeqLike → Seq → GenSeq → GenSeqLike → Iterable → GenIterable → Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  243. def size: Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).size
    Definition Classes
    SeqLike → GenTraversableLike → TraversableOnce → GenTraversableOnce
  244. def size: Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).size
    Definition Classes
    SeqLike → GenTraversableLike → TraversableOnce → GenTraversableOnce
  245. def slice(from: Int, until: Int): CollSeq1[(T1)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).slice(from, until)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  246. def slice(from: Int, until: Int): CollSeq1[T1]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).slice(from, until)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  247. def sliding(size: Int, step: Int): Iterator[CollSeq1[(T1)]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).sliding(size, step)
    Definition Classes
    IterableLike
  248. def sliding(size: Int): Iterator[CollSeq1[(T1)]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).sliding(size)
    Definition Classes
    IterableLike
  249. def sliding(size: Int, step: Int): Iterator[CollSeq1[T1]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).sliding(size, step)
    Definition Classes
    IterableLike
  250. def sliding(size: Int): Iterator[CollSeq1[T1]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).sliding(size)
    Definition Classes
    IterableLike
  251. def sortBy[B](f: (((T1))) ⇒ B)(implicit ord: Ordering[B]): CollSeq1[(T1)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).sortBy(f)(ord)
    Definition Classes
    SeqLike
  252. def sortBy[B](f: ((T1)) ⇒ B)(implicit ord: Ordering[B]): CollSeq1[T1]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).sortBy(f)(ord)
    Definition Classes
    SeqLike
  253. def sortWith(lt: (((T1)), ((T1))) ⇒ Boolean): CollSeq1[(T1)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).sortWith(lt)
    Definition Classes
    SeqLike
  254. def sortWith(lt: ((T1), (T1)) ⇒ Boolean): CollSeq1[T1]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).sortWith(lt)
    Definition Classes
    SeqLike
  255. def sorted[B >: (T1)](implicit ord: Ordering[B]): CollSeq1[(T1)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).sorted(ord)
    Definition Classes
    SeqLike
  256. def sorted[B >: (T1)](implicit ord: Ordering[B]): CollSeq1[T1]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).sorted(ord)
    Definition Classes
    SeqLike
  257. def span(p: (((T1))) ⇒ Boolean): (CollSeq1[(T1)], CollSeq1[(T1)])

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).span(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  258. def span(p: ((T1)) ⇒ Boolean): (CollSeq1[T1], CollSeq1[T1])

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).span(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  259. def splitAt(n: Int): (CollSeq1[(T1)], CollSeq1[(T1)])

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).splitAt(n)
    Definition Classes
    TraversableLike → GenTraversableLike
  260. def splitAt(n: Int): (CollSeq1[T1], CollSeq1[T1])

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).splitAt(n)
    Definition Classes
    TraversableLike → GenTraversableLike
  261. def startsWith[B](that: GenSeq[B], offset: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).startsWith(that, offset)
    Definition Classes
    SeqLike → GenSeqLike
  262. def startsWith[B](that: GenSeq[B]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).startsWith(that)
    Definition Classes
    GenSeqLike
  263. def startsWith[B](that: GenSeq[B], offset: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).startsWith(that, offset)
    Definition Classes
    SeqLike → GenSeqLike
  264. def startsWith[B](that: GenSeq[B]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).startsWith(that)
    Definition Classes
    GenSeqLike
  265. def stringPrefix: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).stringPrefix
    Definition Classes
    TraversableLike → GenTraversableLike
  266. def stringPrefix: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).stringPrefix
    Definition Classes
    TraversableLike → GenTraversableLike
  267. def sum[B >: (T1)](implicit num: Numeric[B]): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).sum(num)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  268. def sum[B >: (T1)](implicit num: Numeric[B]): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).sum(num)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  269. def tail: CollSeq1[(T1)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).tail
    Definition Classes
    TraversableLike → GenTraversableLike
  270. def tail: CollSeq1[T1]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).tail
    Definition Classes
    TraversableLike → GenTraversableLike
  271. def tails: Iterator[CollSeq1[(T1)]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).tails
    Definition Classes
    TraversableLike
  272. def tails: Iterator[CollSeq1[T1]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).tails
    Definition Classes
    TraversableLike
  273. def take(n: Int): CollSeq1[(T1)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).take(n)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  274. def take(n: Int): CollSeq1[T1]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).take(n)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  275. def takeRight(n: Int): CollSeq1[(T1)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).takeRight(n)
    Definition Classes
    IterableLike
  276. def takeRight(n: Int): CollSeq1[T1]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).takeRight(n)
    Definition Classes
    IterableLike
  277. def takeWhile(p: (((T1))) ⇒ Boolean): CollSeq1[(T1)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).takeWhile(p)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  278. def takeWhile(p: ((T1)) ⇒ Boolean): CollSeq1[T1]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).takeWhile(p)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  279. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, ((T1)), Col[((T1))]]): Col[((T1))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).to(cbf)
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  280. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, (T1), Col[(T1)]]): Col[(T1)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).to(cbf)
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  281. def toArray[B >: (T1)](implicit arg0: ClassTag[B]): Array[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).toArray(arg0)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  282. def toArray[B >: (T1)](implicit arg0: ClassTag[B]): Array[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).toArray(arg0)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  283. def toBuffer[A1 >: (T1)]: Buffer[A1]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).toBuffer
    Definition Classes
    IndexedSeqLike → TraversableOnce → GenTraversableOnce
  284. def toBuffer[A1 >: (T1)]: Buffer[A1]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).toBuffer
    Definition Classes
    IndexedSeqLike → TraversableOnce → GenTraversableOnce
  285. def toIndexedSeq: IndexedSeq[((T1))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).toIndexedSeq
    Definition Classes
    TraversableOnce → GenTraversableOnce
  286. def toIndexedSeq: IndexedSeq[(T1)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).toIndexedSeq
    Definition Classes
    TraversableOnce → GenTraversableOnce
  287. def toIterable: Iterable[((T1))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).toIterable
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  288. def toIterable: Iterable[(T1)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).toIterable
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  289. def toIterator: Iterator[((T1))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).toIterator
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  290. def toIterator: Iterator[(T1)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).toIterator
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  291. def toList: List[((T1))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).toList
    Definition Classes
    TraversableOnce → GenTraversableOnce
  292. def toList: List[(T1)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).toList
    Definition Classes
    TraversableOnce → GenTraversableOnce
  293. def toMap[T, U](implicit ev: <:<[((T1)), (T, U)]): Map[T, U]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).toMap(ev)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  294. def toMap[T, U](implicit ev: <:<[(T1), (T, U)]): Map[T, U]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).toMap(ev)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  295. def toSeq: Seq[((T1))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).toSeq
    Definition Classes
    SeqLike → GenSeqLike → TraversableOnce → GenTraversableOnce
  296. def toSeq: Seq[(T1)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).toSeq
    Definition Classes
    SeqLike → GenSeqLike → TraversableOnce → GenTraversableOnce
  297. def toSet[B >: (T1)]: Set[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).toSet
    Definition Classes
    TraversableOnce → GenTraversableOnce
  298. def toSet[B >: (T1)]: Set[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).toSet
    Definition Classes
    TraversableOnce → GenTraversableOnce
  299. def toStream: Stream[((T1))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).toStream
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  300. def toStream: Stream[(T1)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).toStream
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  301. def toString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).toString()
    Definition Classes
    CollSeq → SeqLike → TraversableLike → Function1 → AnyRef → Any
  302. def toString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).toString()
    Definition Classes
    CollSeq → SeqLike → TraversableLike → Function1 → AnyRef → Any
  303. def toTraversable: Traversable[((T1))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).toTraversable
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  304. def toTraversable: Traversable[(T1)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).toTraversable
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  305. def toVector: Vector[((T1))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).toVector
    Definition Classes
    TraversableOnce → GenTraversableOnce
  306. def toVector: Vector[(T1)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).toVector
    Definition Classes
    TraversableOnce → GenTraversableOnce
  307. def transpose[B](implicit asTraversable: (((T1))) ⇒ GenTraversableOnce[B]): IndexedSeq[IndexedSeq[B]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).transpose(asTraversable)
    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

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

  308. def transpose[B](implicit asTraversable: ((T1)) ⇒ GenTraversableOnce[B]): IndexedSeq[IndexedSeq[B]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).transpose(asTraversable)
    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

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

  309. val underlying: Iterable[(T1)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to Stats[(T1)] performed by method SeqAToStatsA in com.github.marklister.collections. This conversion will take place only if an implicit value of type Numeric[(T1)] 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:
    (collSeq1: Stats[(T1)]).underlying
    Definition Classes
    Stats
  310. val underlying: Seq[((T1))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).underlying
  311. val underlying: Seq[(T1)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).underlying
  312. def union[B >: (T1), That](that: GenSeq[B])(implicit bf: CanBuildFrom[CollSeq1[(T1)], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).union(that)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  313. def union[B >: (T1), That](that: GenSeq[B])(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).union(that)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  314. def unzip[A1, A2](implicit asPair: (((T1))) ⇒ (A1, A2)): (IndexedSeq[A1], IndexedSeq[A2])

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).unzip(asPair)
    Definition Classes
    GenericTraversableTemplate
  315. def unzip[A1, A2](implicit asPair: ((T1)) ⇒ (A1, A2)): (IndexedSeq[A1], IndexedSeq[A2])

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).unzip(asPair)
    Definition Classes
    GenericTraversableTemplate
  316. def unzip3[A1, A2, A3](implicit asTriple: (((T1))) ⇒ (A1, A2, A3)): (IndexedSeq[A1], IndexedSeq[A2], IndexedSeq[A3])

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).unzip3(asTriple)
    Definition Classes
    GenericTraversableTemplate
  317. def unzip3[A1, A2, A3](implicit asTriple: ((T1)) ⇒ (A1, A2, A3)): (IndexedSeq[A1], IndexedSeq[A2], IndexedSeq[A3])

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).unzip3(asTriple)
    Definition Classes
    GenericTraversableTemplate
  318. def updated[B >: (T1), That](index: Int, elem: B)(implicit bf: CanBuildFrom[CollSeq1[(T1)], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).updated(index, elem)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  319. def updated[B >: (T1), That](index: Int, elem: B)(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).updated(index, elem)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  320. def view(from: Int, until: Int): SeqView[((T1)), CollSeq1[(T1)]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).view(from, until)
    Definition Classes
    SeqLike → IterableLike → TraversableLike
  321. def view: SeqView[((T1)), CollSeq1[(T1)]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).view
    Definition Classes
    SeqLike → IterableLike → TraversableLike
  322. def view(from: Int, until: Int): SeqView[(T1), CollSeq1[T1]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).view(from, until)
    Definition Classes
    SeqLike → IterableLike → TraversableLike
  323. def view: SeqView[(T1), CollSeq1[T1]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).view
    Definition Classes
    SeqLike → IterableLike → TraversableLike
  324. def withFilter(p: ((T1)) ⇒ Boolean): Iterator[(T1)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to MonadOps[(T1)] 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:
    (collSeq1: MonadOps[(T1)]).withFilter(p)
    Definition Classes
    MonadOps
  325. def withFilter(p: (((T1))) ⇒ Boolean): FilterMonadic[((T1)), CollSeq1[(T1)]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).withFilter(p)
    Definition Classes
    TraversableLike → FilterMonadic
  326. def withFilter(p: ((T1)) ⇒ Boolean): FilterMonadic[(T1), CollSeq1[T1]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).withFilter(p)
    Definition Classes
    TraversableLike → FilterMonadic
  327. def withHeaders(h: String*): CollSeq1[(T1)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).withHeaders(h)
  328. def withHeaders(h: String*): CollSeq1[T1]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).withHeaders(h)
  329. def zip[A1 >: (T1), B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[CollSeq1[(T1)], (A1, B), That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).zip(that)(bf)
    Definition Classes
    IterableLike → GenIterableLike
  330. def zip[A1 >: (T1), B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[CollSeq1[T1], (A1, B), That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).zip(that)(bf)
    Definition Classes
    IterableLike → GenIterableLike
  331. def zipAll[B, A1 >: (T1), That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[CollSeq1[(T1)], (A1, B), That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).zipAll(that, thisElem, thatElem)(bf)
    Definition Classes
    IterableLike → GenIterableLike
  332. def zipAll[B, A1 >: (T1), That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[CollSeq1[T1], (A1, B), That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).zipAll(that, thisElem, thatElem)(bf)
    Definition Classes
    IterableLike → GenIterableLike
  333. def zipWithIndex[A1 >: (T1), That](implicit bf: CanBuildFrom[CollSeq1[(T1)], (A1, Int), That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[(T1)] 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:
    (collSeq1: collections.CollSeq1[(T1)]).zipWithIndex(bf)
    Definition Classes
    IterableLike → GenIterableLike
  334. def zipWithIndex[A1 >: (T1), That](implicit bf: CanBuildFrom[CollSeq1[T1], (A1, Int), That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa 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:
    (collSeq1: collections.CollSeq1[T1]).zipWithIndex(bf)
    Definition Classes
    IterableLike → GenIterableLike

Inherited from Product1[Seq[T1]]

Inherited from CollSeq

Inherited from Product

Inherited from IndexedSeq[(T1)]

Inherited from IndexedSeqLike[(T1), CollSeq1[T1]]

Inherited from Seq[(T1)]

Inherited from SeqLike[(T1), CollSeq1[T1]]

Inherited from GenSeq[(T1)]

Inherited from GenSeqLike[(T1), CollSeq1[T1]]

Inherited from Iterable[(T1)]

Inherited from IterableLike[(T1), CollSeq1[T1]]

Inherited from Equals

Inherited from GenIterable[(T1)]

Inherited from GenIterableLike[(T1), CollSeq1[T1]]

Inherited from Traversable[(T1)]

Inherited from GenTraversable[(T1)]

Inherited from GenericTraversableTemplate[(T1), IndexedSeq]

Inherited from TraversableLike[(T1), CollSeq1[T1]]

Inherited from GenTraversableLike[(T1), CollSeq1[T1]]

Inherited from Parallelizable[(T1), ParSeq[(T1)]]

Inherited from TraversableOnce[(T1)]

Inherited from GenTraversableOnce[(T1)]

Inherited from FilterMonadic[(T1), CollSeq1[T1]]

Inherited from HasNewBuilder[(T1), CollSeq1[T1]]

Inherited from PartialFunction[Int, (T1)]

Inherited from (Int) ⇒ (T1)

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion CollectionsHaveToParArray from CollSeq1[T1] to CollectionsHaveToParArray[CollSeq1[T1], T]

Inherited by implicit conversion MonadOps from CollSeq1[T1] to MonadOps[(T1)]

Inherited by implicit conversion flattenTraversableOnce from CollSeq1[T1] to FlattenOps[T1]

Inherited by implicit conversion SeqAToStatsA from CollSeq1[T1] to Stats[(T1)]

Inherited by implicit conversion SeqToCollSeqTc from CollSeq1[T1] to collections.CollSeq1[(T1)]

Inherited by implicit conversion SeqToCollSeqTa from CollSeq1[T1] to collections.CollSeq1[T1]

Inherited by implicit conversion any2stringadd from CollSeq1[T1] to any2stringadd[CollSeq1[T1]]

Inherited by implicit conversion StringFormat from CollSeq1[T1] to StringFormat[CollSeq1[T1]]

Inherited by implicit conversion Ensuring from CollSeq1[T1] to Ensuring[CollSeq1[T1]]

Inherited by implicit conversion ArrowAssoc from CollSeq1[T1] to ArrowAssoc[CollSeq1[T1]]

Inherited by implicit conversion alternateImplicit from CollSeq1[T1] to ForceImplicitAmbiguity

Ungrouped