class FormatTokens extends IndexedSeq[FormatToken]

Linear Supertypes
IndexedSeq[FormatToken], IndexedSeqOps[FormatToken, IndexedSeq, IndexedSeq[FormatToken]], IndexedSeq[FormatToken], IndexedSeqOps[FormatToken, [_]IndexedSeq[_], IndexedSeq[FormatToken]], Seq[FormatToken], SeqOps[FormatToken, [_]IndexedSeq[_], IndexedSeq[FormatToken]], Seq[FormatToken], Equals, SeqOps[FormatToken, [_]IndexedSeq[_], IndexedSeq[FormatToken]], PartialFunction[Int, FormatToken], (Int) => FormatToken, Iterable[FormatToken], Iterable[FormatToken], IterableFactoryDefaults[FormatToken, [x]IndexedSeq[x]], IterableOps[FormatToken, [_]IndexedSeq[_], IndexedSeq[FormatToken]], IterableOnceOps[FormatToken, [_]IndexedSeq[_], IndexedSeq[FormatToken]], IterableOnce[FormatToken], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FormatTokens
  2. IndexedSeq
  3. IndexedSeqOps
  4. IndexedSeq
  5. IndexedSeqOps
  6. Seq
  7. SeqOps
  8. Seq
  9. Equals
  10. SeqOps
  11. PartialFunction
  12. Function1
  13. Iterable
  14. Iterable
  15. IterableFactoryDefaults
  16. IterableOps
  17. IterableOnceOps
  18. IterableOnce
  19. AnyRef
  20. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new FormatTokens(arr: Array[FormatToken])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ++[B >: FormatToken](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    IterableOps
    Annotations
    @inline()
  4. final def ++:[B >: FormatToken](prefix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps → IterableOps
    Annotations
    @inline()
  5. final def +:[B >: FormatToken](elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @inline()
  6. final def :+[B >: FormatToken](elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @inline()
  7. final def :++[B >: FormatToken](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @inline()
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final def addString(b: StringBuilder): StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  10. final def addString(b: StringBuilder, sep: String): StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  11. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
    Definition Classes
    IterableOnceOps
  12. def andThen[C](k: PartialFunction[FormatToken, C]): PartialFunction[Int, C]
    Definition Classes
    PartialFunction
  13. def andThen[C](k: (FormatToken) => C): PartialFunction[Int, C]
    Definition Classes
    PartialFunction → Function1
  14. def appended[B >: FormatToken](elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
  15. def appendedAll[B >: FormatToken](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps
  16. def apply(ft: FormatToken, off: Int): FormatToken
  17. def apply(tok: Token, off: Int): FormatToken
  18. def apply(tok: Token): FormatToken
  19. def apply(idx: Int): FormatToken
    Definition Classes
    FormatTokens → SeqOps → Function1
  20. def applyOrElse[A1 <: Int, B1 >: FormatToken](x: A1, default: (A1) => B1): B1
    Definition Classes
    PartialFunction
  21. def applyPreferredMaxLength: Int
    Attributes
    protected
    Definition Classes
    IndexedSeq
  22. val arr: Array[FormatToken]
  23. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  24. def at(off: Int): FormatToken
  25. def canEqual(that: Any): Boolean
    Definition Classes
    IndexedSeq → Seq → Equals
  26. def className: String
    Attributes
    protected[this]
    Definition Classes
    Iterable
  27. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  28. final def coll: FormatTokens.this.type
    Attributes
    protected
    Definition Classes
    Iterable → IterableOps
  29. def collect[B](pf: PartialFunction[FormatToken, B]): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  30. def collectFirst[B](pf: PartialFunction[FormatToken, B]): Option[B]
    Definition Classes
    IterableOnceOps
  31. def combinations(n: Int): Iterator[IndexedSeq[FormatToken]]
    Definition Classes
    SeqOps
  32. def compose[R](k: PartialFunction[R, Int]): PartialFunction[R, FormatToken]
    Definition Classes
    PartialFunction
  33. def compose[A](g: (A) => Int): (A) => FormatToken
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  34. final def concat[B >: FormatToken](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps → IterableOps
    Annotations
    @inline()
  35. def contains[A1 >: FormatToken](elem: A1): Boolean
    Definition Classes
    SeqOps
  36. def containsSlice[B](that: Seq[B]): Boolean
    Definition Classes
    SeqOps
  37. def copyToArray[B >: FormatToken](xs: Array[B], start: Int, len: Int): Int
    Definition Classes
    IterableOnceOps
  38. def copyToArray[B >: FormatToken](xs: Array[B], start: Int): Int
    Definition Classes
    IterableOnceOps
  39. def copyToArray[B >: FormatToken](xs: Array[B]): Int
    Definition Classes
    IterableOnceOps
  40. def corresponds[B](that: Seq[B])(p: (FormatToken, B) => Boolean): Boolean
    Definition Classes
    SeqOps
  41. def corresponds[B](that: IterableOnce[B])(p: (FormatToken, B) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  42. def count(p: (FormatToken) => Boolean): Int
    Definition Classes
    IterableOnceOps
  43. def diff[B >: FormatToken](that: Seq[B]): IndexedSeq[FormatToken]
    Definition Classes
    SeqOps
  44. def distinct: IndexedSeq[FormatToken]
    Definition Classes
    SeqOps
  45. def distinctBy[B](f: (FormatToken) => B): IndexedSeq[FormatToken]
    Definition Classes
    SeqOps
  46. def drop(n: Int): IndexedSeq[FormatToken]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  47. def dropRight(n: Int): IndexedSeq[FormatToken]
    Definition Classes
    IndexedSeqOps → IterableOps
  48. def dropWhile(p: (FormatToken) => Boolean): IndexedSeq[FormatToken]
    Definition Classes
    IterableOps → IterableOnceOps
  49. def elementWise: ElementWiseExtractor[Int, FormatToken]
    Definition Classes
    PartialFunction
  50. def empty: IndexedSeq[FormatToken]
    Definition Classes
    IterableFactoryDefaults → IterableOps
  51. def endsWith[B >: FormatToken](that: Iterable[B]): Boolean
    Definition Classes
    SeqOps
  52. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  53. def equals(o: Any): Boolean
    Definition Classes
    Seq → Equals → AnyRef → Any
  54. def exists(p: (FormatToken) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  55. def filter(pred: (FormatToken) => Boolean): IndexedSeq[FormatToken]
    Definition Classes
    IterableOps → IterableOnceOps
  56. def filterNot(pred: (FormatToken) => Boolean): IndexedSeq[FormatToken]
    Definition Classes
    IterableOps → IterableOnceOps
  57. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  58. def find(p: (FormatToken) => Boolean): Option[FormatToken]
    Definition Classes
    IterableOnceOps
  59. def findLast(p: (FormatToken) => Boolean): Option[FormatToken]
    Definition Classes
    SeqOps
  60. def flatMap[B](f: (FormatToken) => IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  61. def flatten[B](implicit asIterable: (FormatToken) => IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  62. def fold[A1 >: FormatToken](z: A1)(op: (A1, A1) => A1): A1
    Definition Classes
    IterableOnceOps
  63. def foldLeft[B](z: B)(op: (B, FormatToken) => B): B
    Definition Classes
    IterableOnceOps
  64. def foldRight[B](z: B)(op: (FormatToken, B) => B): B
    Definition Classes
    IterableOnceOps
  65. def forall(p: (FormatToken) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  66. def foreach[U](f: (FormatToken) => U): Unit
    Definition Classes
    IterableOnceOps
  67. def fromSpecific(coll: IterableOnce[FormatToken]): IndexedSeq[FormatToken]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  68. def get(tok: Token): Option[FormatToken]
  69. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  70. def groupBy[K](f: (FormatToken) => K): Map[K, IndexedSeq[FormatToken]]
    Definition Classes
    IterableOps
  71. def groupMap[K, B](key: (FormatToken) => K)(f: (FormatToken) => B): Map[K, IndexedSeq[B]]
    Definition Classes
    IterableOps
  72. def groupMapReduce[K, B](key: (FormatToken) => K)(f: (FormatToken) => B)(reduce: (B, B) => B): Map[K, B]
    Definition Classes
    IterableOps
  73. def grouped(size: Int): Iterator[IndexedSeq[FormatToken]]
    Definition Classes
    IterableOps
  74. def hasNext(ft: FormatToken): Boolean
    Annotations
    @inline()
  75. def hasPrev(ft: FormatToken): Boolean
    Annotations
    @inline()
  76. def hashCode(): Int
    Definition Classes
    Seq → AnyRef → Any
  77. def head: FormatToken
    Definition Classes
    IterableOps
  78. def headOption: Option[FormatToken]
    Definition Classes
    IterableOps
  79. def indexOf[B >: FormatToken](elem: B): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding("Override indexOf(elem, from) instead - indexOf(elem) calls indexOf(elem, 0)", "2.13.0")
  80. def indexOf[B >: FormatToken](elem: B, from: Int): Int
    Definition Classes
    SeqOps
  81. def indexOfSlice[B >: FormatToken](that: Seq[B]): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding("Override indexOfSlice(that, from) instead - indexOfSlice(that) calls indexOfSlice(that, 0)", "2.13.0")
  82. def indexOfSlice[B >: FormatToken](that: Seq[B], from: Int): Int
    Definition Classes
    SeqOps
  83. def indexWhere(p: (FormatToken) => Boolean): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding("Override indexWhere(p, from) instead - indexWhere(p) calls indexWhere(p, 0)", "2.13.0")
  84. def indexWhere(p: (FormatToken) => Boolean, from: Int): Int
    Definition Classes
    SeqOps
  85. def indices: Range
    Definition Classes
    SeqOps
  86. def init: IndexedSeq[FormatToken]
    Definition Classes
    IterableOps
  87. def inits: Iterator[IndexedSeq[FormatToken]]
    Definition Classes
    IterableOps
  88. def intersect[B >: FormatToken](that: Seq[B]): IndexedSeq[FormatToken]
    Definition Classes
    SeqOps
  89. def isDefinedAt(idx: Int): Boolean
    Definition Classes
    SeqOps
  90. def isEmpty: Boolean
    Definition Classes
    SeqOps → IterableOnceOps
  91. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  92. def isTraversableAgain: Boolean
    Definition Classes
    IterableOps → IterableOnceOps
  93. def iterableFactory: SeqFactory[IndexedSeq]
    Definition Classes
    IndexedSeq → IndexedSeq → Seq → Seq → Iterable → Iterable → IterableOps
  94. def iterator: Iterator[FormatToken]
    Definition Classes
    IndexedSeqOps → IterableOnce
  95. def knownSize: Int
    Definition Classes
    IndexedSeqOps → IterableOnce
  96. def last: FormatToken
    Definition Classes
    IndexedSeqOps → IterableOps
  97. def lastIndexOf[B >: FormatToken](elem: B, end: Int): Int
    Definition Classes
    SeqOps
  98. def lastIndexOfSlice[B >: FormatToken](that: Seq[B]): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding("Override lastIndexOfSlice(that, end) instead - lastIndexOfSlice(that) calls lastIndexOfSlice(that, Int.MaxValue)", "2.13.0")
  99. def lastIndexOfSlice[B >: FormatToken](that: Seq[B], end: Int): Int
    Definition Classes
    SeqOps
  100. def lastIndexWhere(p: (FormatToken) => Boolean): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding("Override lastIndexWhere(p, end) instead - lastIndexWhere(p) calls lastIndexWhere(p, Int.MaxValue)", "2.13.0")
  101. def lastIndexWhere(p: (FormatToken) => Boolean, end: Int): Int
    Definition Classes
    SeqOps
  102. def lastOption: Option[FormatToken]
    Definition Classes
    IterableOps
  103. def lazyZip[B](that: Iterable[B]): LazyZip2[FormatToken, B, FormatTokens.this.type]
    Definition Classes
    Iterable
  104. def length: Int
    Definition Classes
    FormatTokens → SeqOps
  105. final def lengthCompare(that: Iterable[_]): Int
    Definition Classes
    IndexedSeqOps → SeqOps
  106. final def lengthCompare(len: Int): Int
    Definition Classes
    IndexedSeqOps → SeqOps
  107. final def lengthIs: SizeCompareOps
    Definition Classes
    SeqOps
    Annotations
    @inline()
  108. def lift: (Int) => Option[FormatToken]
    Definition Classes
    PartialFunction
  109. def map[B](f: (FormatToken) => B): IndexedSeq[B]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  110. def max[B >: FormatToken](implicit ord: Ordering[B]): FormatToken
    Definition Classes
    IterableOnceOps
  111. def maxBy[B](f: (FormatToken) => B)(implicit cmp: Ordering[B]): FormatToken
    Definition Classes
    IterableOnceOps
  112. def maxByOption[B](f: (FormatToken) => B)(implicit cmp: Ordering[B]): Option[FormatToken]
    Definition Classes
    IterableOnceOps
  113. def maxOption[B >: FormatToken](implicit ord: Ordering[B]): Option[FormatToken]
    Definition Classes
    IterableOnceOps
  114. def min[B >: FormatToken](implicit ord: Ordering[B]): FormatToken
    Definition Classes
    IterableOnceOps
  115. def minBy[B](f: (FormatToken) => B)(implicit cmp: Ordering[B]): FormatToken
    Definition Classes
    IterableOnceOps
  116. def minByOption[B](f: (FormatToken) => B)(implicit cmp: Ordering[B]): Option[FormatToken]
    Definition Classes
    IterableOnceOps
  117. def minOption[B >: FormatToken](implicit ord: Ordering[B]): Option[FormatToken]
    Definition Classes
    IterableOnceOps
  118. final def mkString: String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  119. final def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  120. final def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  121. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  122. def newSpecificBuilder: Builder[FormatToken, IndexedSeq[FormatToken]]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  123. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding("nonEmpty is defined as !isEmpty; override isEmpty instead", "2.13.0")
  124. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  125. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  126. def occCounts[B](sq: Seq[B]): Map[B, Int]
    Attributes
    protected[collection]
    Definition Classes
    SeqOps
  127. def orElse[A1 <: Int, B1 >: FormatToken](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
    Definition Classes
    PartialFunction
  128. def padTo[B >: FormatToken](len: Int, elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
  129. def partition(p: (FormatToken) => Boolean): (IndexedSeq[FormatToken], IndexedSeq[FormatToken])
    Definition Classes
    IterableOps
  130. def partitionMap[A1, A2](f: (FormatToken) => Either[A1, A2]): (IndexedSeq[A1], IndexedSeq[A2])
    Definition Classes
    IterableOps
  131. def patch[B >: FormatToken](from: Int, other: IterableOnce[B], replaced: Int): IndexedSeq[B]
    Definition Classes
    SeqOps
  132. def permutations: Iterator[IndexedSeq[FormatToken]]
    Definition Classes
    SeqOps
  133. def prepended[B >: FormatToken](elem: B): IndexedSeq[B]
    Definition Classes
    IndexedSeqOps → SeqOps
  134. def prependedAll[B >: FormatToken](prefix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps
  135. def product[B >: FormatToken](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  136. def reduce[B >: FormatToken](op: (B, B) => B): B
    Definition Classes
    IterableOnceOps
  137. def reduceLeft[B >: FormatToken](op: (B, FormatToken) => B): B
    Definition Classes
    IterableOnceOps
  138. def reduceLeftOption[B >: FormatToken](op: (B, FormatToken) => B): Option[B]
    Definition Classes
    IterableOnceOps
  139. def reduceOption[B >: FormatToken](op: (B, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  140. def reduceRight[B >: FormatToken](op: (FormatToken, B) => B): B
    Definition Classes
    IterableOnceOps
  141. def reduceRightOption[B >: FormatToken](op: (FormatToken, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  142. def reverse: IndexedSeq[FormatToken]
    Definition Classes
    IndexedSeqOps → SeqOps
  143. def reverseIterator: Iterator[FormatToken]
    Definition Classes
    IndexedSeqOps → SeqOps
  144. def reversed: Iterable[FormatToken]
    Attributes
    protected
    Definition Classes
    IndexedSeqOps → IterableOnceOps
  145. def runWith[U](action: (FormatToken) => U): (Int) => Boolean
    Definition Classes
    PartialFunction
  146. def sameElements[B >: FormatToken](o: IterableOnce[B]): Boolean
    Definition Classes
    IndexedSeq → SeqOps
  147. def scan[B >: FormatToken](z: B)(op: (B, B) => B): IndexedSeq[B]
    Definition Classes
    IterableOps
  148. def scanLeft[B](z: B)(op: (B, FormatToken) => B): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  149. def scanRight[B](z: B)(op: (FormatToken, B) => B): IndexedSeq[B]
    Definition Classes
    IterableOps
  150. def search[B >: FormatToken](elem: B, from: Int, to: Int)(implicit ord: Ordering[B]): scala.collection.Searching.SearchResult
    Definition Classes
    IndexedSeqOps → SeqOps
  151. def search[B >: FormatToken](elem: B)(implicit ord: Ordering[B]): scala.collection.Searching.SearchResult
    Definition Classes
    IndexedSeqOps → SeqOps
  152. def segmentLength(p: (FormatToken) => Boolean, from: Int): Int
    Definition Classes
    SeqOps
  153. final def segmentLength(p: (FormatToken) => Boolean): Int
    Definition Classes
    SeqOps
  154. final def size: Int
    Definition Classes
    SeqOps → IterableOnceOps
  155. final def sizeCompare(that: Iterable[_]): Int
    Definition Classes
    SeqOps → IterableOps
  156. final def sizeCompare(otherSize: Int): Int
    Definition Classes
    SeqOps → IterableOps
  157. final def sizeIs: SizeCompareOps
    Definition Classes
    IterableOps
    Annotations
    @inline()
  158. def slice(from: Int, until: Int): IndexedSeq[FormatToken]
    Definition Classes
    IndexedSeqOps → IndexedSeqOps → IterableOps → IterableOnceOps
  159. def sliding(size: Int, step: Int): Iterator[IndexedSeq[FormatToken]]
    Definition Classes
    IterableOps
  160. def sliding(size: Int): Iterator[IndexedSeq[FormatToken]]
    Definition Classes
    IterableOps
  161. def sortBy[B](f: (FormatToken) => B)(implicit ord: Ordering[B]): IndexedSeq[FormatToken]
    Definition Classes
    SeqOps
  162. def sortWith(lt: (FormatToken, FormatToken) => Boolean): IndexedSeq[FormatToken]
    Definition Classes
    SeqOps
  163. def sorted[B >: FormatToken](implicit ord: Ordering[B]): IndexedSeq[FormatToken]
    Definition Classes
    SeqOps
  164. def span(p: (FormatToken) => Boolean): (IndexedSeq[FormatToken], IndexedSeq[FormatToken])
    Definition Classes
    IterableOps → IterableOnceOps
  165. def splitAt(n: Int): (IndexedSeq[FormatToken], IndexedSeq[FormatToken])
    Definition Classes
    IterableOps → IterableOnceOps
  166. def startsWith[B >: FormatToken](that: IterableOnce[B], offset: Int): Boolean
    Definition Classes
    SeqOps
  167. def stepper[S <: Stepper[_]](implicit shape: StepperShape[FormatToken, S]): S with EfficientSplit
    Definition Classes
    IndexedSeqOps → IterableOnce
  168. def stringPrefix: String
    Attributes
    protected[this]
    Definition Classes
    IndexedSeq → Seq → Iterable
  169. def sum[B >: FormatToken](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  170. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  171. def tail: IndexedSeq[FormatToken]
    Definition Classes
    IterableOps
  172. def tails: Iterator[IndexedSeq[FormatToken]]
    Definition Classes
    IterableOps
  173. def take(n: Int): IndexedSeq[FormatToken]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  174. def takeRight(n: Int): IndexedSeq[FormatToken]
    Definition Classes
    IndexedSeqOps → IterableOps
  175. def takeWhile(p: (FormatToken) => Boolean): IndexedSeq[FormatToken]
    Definition Classes
    IterableOps → IterableOnceOps
  176. def tapEach[U](f: (FormatToken) => U): IndexedSeq[FormatToken]
    Definition Classes
    IterableOps → IterableOnceOps
  177. def to[C1](factory: Factory[FormatToken, C1]): C1
    Definition Classes
    IterableOnceOps
  178. def toArray[B >: FormatToken](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    IterableOnceOps
  179. final def toBuffer[B >: FormatToken]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  180. final def toIndexedSeq: IndexedSeq[FormatToken]
    Definition Classes
    IndexedSeq → IterableOnceOps
  181. final def toIterable: FormatTokens.this.type
    Definition Classes
    Iterable → IterableOps
  182. def toList: List[FormatToken]
    Definition Classes
    IterableOnceOps
  183. def toMap[K, V](implicit ev: <:<[FormatToken, (K, V)]): Map[K, V]
    Definition Classes
    IterableOnceOps
  184. final def toSeq: FormatTokens.this.type
    Definition Classes
    Seq → IterableOnceOps
  185. def toSet[B >: FormatToken]: Set[B]
    Definition Classes
    IterableOnceOps
  186. def toString(): String
    Definition Classes
    Seq → Function1 → Iterable → AnyRef → Any
  187. def toVector: Vector[FormatToken]
    Definition Classes
    IterableOnceOps
  188. def transpose[B](implicit asIterable: (FormatToken) => Iterable[B]): IndexedSeq[IndexedSeq[B]]
    Definition Classes
    IterableOps
  189. def unapply(a: Int): Option[FormatToken]
    Definition Classes
    PartialFunction
  190. def unzip[A1, A2](implicit asPair: (FormatToken) => (A1, A2)): (IndexedSeq[A1], IndexedSeq[A2])
    Definition Classes
    IterableOps
  191. def unzip3[A1, A2, A3](implicit asTriple: (FormatToken) => (A1, A2, A3)): (IndexedSeq[A1], IndexedSeq[A2], IndexedSeq[A3])
    Definition Classes
    IterableOps
  192. def updated[B >: FormatToken](index: Int, elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
  193. def view: IndexedSeqView[FormatToken]
    Definition Classes
    IndexedSeqOps → SeqOps → IterableOps
  194. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  195. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  196. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  197. def withFilter(p: (FormatToken) => Boolean): WithFilter[FormatToken, [_]IndexedSeq[_]]
    Definition Classes
    IterableOps
  198. def zip[B](that: IterableOnce[B]): IndexedSeq[(FormatToken, B)]
    Definition Classes
    IterableOps
  199. def zipAll[A1 >: FormatToken, B](that: Iterable[B], thisElem: A1, thatElem: B): IndexedSeq[(A1, B)]
    Definition Classes
    IterableOps
  200. def zipWithIndex: IndexedSeq[(FormatToken, Int)]
    Definition Classes
    IterableOps → IterableOnceOps

Deprecated Value Members

  1. final def /:[B](z: B)(op: (B, FormatToken) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldLeft instead of /:

  2. final def :\[B](z: B)(op: (FormatToken, B) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldRight instead of :\

  3. def aggregate[B](z: => B)(seqop: (B, FormatToken) => B, combop: (B, B) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) aggregate is not relevant for sequential collections. Use foldLeft(z)(seqop) instead.

  4. def companion: IterableFactory[[_]IndexedSeq[_]]
    Definition Classes
    IterableOps
    Annotations
    @deprecated @deprecatedOverriding("Use iterableFactory instead", "2.13.0") @inline()
    Deprecated

    (Since version 2.13.0) Use iterableFactory instead

  5. final def copyToBuffer[B >: FormatToken](dest: Buffer[B]): Unit
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use dest ++= coll instead

  6. def hasDefiniteSize: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Check .knownSize instead of .hasDefiniteSize for more actionable information (see scaladoc for details)

  7. final def prefixLength(p: (FormatToken) => Boolean): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use segmentLength instead of prefixLength

  8. final def repr: IndexedSeq[FormatToken]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use coll instead of repr in a collection implementation, use the collection value itself from the outside

  9. def reverseMap[B](f: (FormatToken) => B): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .reverseIterator.map(f).to(...) instead of .reverseMap(f)

  10. def seq: FormatTokens.this.type
    Definition Classes
    Iterable
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Iterable.seq always returns the iterable itself

  11. final def toIterator: Iterator[FormatToken]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator instead of .toIterator

  12. final def toStream: Stream[FormatToken]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .to(LazyList) instead of .toStream

  13. final def toTraversable: Traversable[FormatToken]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use toIterable instead

  14. final def union[B >: FormatToken](that: Seq[B]): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use concat instead

  15. def view(from: Int, until: Int): IndexedSeqView[FormatToken]
    Definition Classes
    IndexedSeqOps → IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .view.slice(from, until) instead of .view(from, until)

Inherited from IndexedSeq[FormatToken]

Inherited from IndexedSeqOps[FormatToken, IndexedSeq, IndexedSeq[FormatToken]]

Inherited from IndexedSeq[FormatToken]

Inherited from IndexedSeqOps[FormatToken, [_]IndexedSeq[_], IndexedSeq[FormatToken]]

Inherited from Seq[FormatToken]

Inherited from SeqOps[FormatToken, [_]IndexedSeq[_], IndexedSeq[FormatToken]]

Inherited from Seq[FormatToken]

Inherited from Equals

Inherited from SeqOps[FormatToken, [_]IndexedSeq[_], IndexedSeq[FormatToken]]

Inherited from PartialFunction[Int, FormatToken]

Inherited from (Int) => FormatToken

Inherited from Iterable[FormatToken]

Inherited from Iterable[FormatToken]

Inherited from IterableFactoryDefaults[FormatToken, [x]IndexedSeq[x]]

Inherited from IterableOps[FormatToken, [_]IndexedSeq[_], IndexedSeq[FormatToken]]

Inherited from IterableOnceOps[FormatToken, [_]IndexedSeq[_], IndexedSeq[FormatToken]]

Inherited from IterableOnce[FormatToken]

Inherited from AnyRef

Inherited from Any

Ungrouped