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(leftTok2tok: Map[TokenHash, Int])(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 after(tok: Token): FormatToken
    Annotations
    @inline()
  13. def andThen[C](k: PartialFunction[FormatToken, C]): PartialFunction[Int, C]
    Definition Classes
    PartialFunction
  14. def andThen[C](k: (FormatToken) => C): PartialFunction[Int, C]
    Definition Classes
    PartialFunction → Function1
  15. def appended[B >: FormatToken](elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
  16. def appendedAll[B >: FormatToken](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps
  17. def apply(ft: FormatToken, off: Int): FormatToken
  18. def apply(tok: Token, off: Int): FormatToken

    If the token is missing: - to go backward, start from the next token - to go forward, start from the previous token This ensures that the next token in the direction of search is counted.

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