sealed abstract class MnemonicCode extends SeqWrapper[String] with MaskedToString

A mnemonic code conforming to BIP39. BIP39 mnemonic codes consist of a varying number of words (most often English, possible with other languages as well) that can be used to generate an ExtPrivateKey which again can be the root of a BIP32 HD wallet.

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

Abstract Value Members

  1. abstract def words: Vector[String]

    The mnemonic code itself

Concrete Value Members

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

    Returns the entropy initially provided to construct this mnemonic code

  173. def toEntropyWithChecksum: BitVector

    Returns the entropy _with checksum_ originally provided to construct this mnemonic code

  174. final def toIndexedSeq: IndexedSeq[String]
    Definition Classes
    IndexedSeq → IterableOnceOps
  175. def toList: List[String]
    Definition Classes
    IterableOnceOps
  176. def toMap[K, V](implicit ev: <:<[String, (K, V)]): Map[K, V]
    Definition Classes
    IterableOnceOps
  177. final def toSeq: MnemonicCode.this.type
    Definition Classes
    Seq → IterableOnceOps
  178. def toSet[B >: String]: Set[B]
    Definition Classes
    IterableOnceOps
  179. final def toString(): String
    Definition Classes
    MaskedToString → AnyRef → Any
  180. def toStringSensitive: String

    Returns the real value of a sensitive string This should be considered unsafe in the sense that this information is sensitive and could cause loss of funds if used anywhere things are persisted like logs

    Returns the real value of a sensitive string This should be considered unsafe in the sense that this information is sensitive and could cause loss of funds if used anywhere things are persisted like logs

    Definition Classes
    MnemonicCodeMaskedToString
  181. def toVector: Vector[String]
    Definition Classes
    IterableOnceOps
  182. def transpose[B](implicit asIterable: (String) => Iterable[B]): IndexedSeq[IndexedSeq[B]]
    Definition Classes
    IterableOps
  183. def unapply(a: Int): Option[String]
    Definition Classes
    PartialFunction
  184. def unzip[A1, A2](implicit asPair: (String) => (A1, A2)): (IndexedSeq[A1], IndexedSeq[A2])
    Definition Classes
    IterableOps
  185. def unzip3[A1, A2, A3](implicit asTriple: (String) => (A1, A2, A3)): (IndexedSeq[A1], IndexedSeq[A2], IndexedSeq[A3])
    Definition Classes
    IterableOps
  186. def updated[B >: String](index: Int, elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
  187. def view: IndexedSeqView[String]
    Definition Classes
    IndexedSeqOps → SeqOps → IterableOps
  188. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  189. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  190. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  191. def withFilter(p: (String) => Boolean): WithFilter[String, [_]IndexedSeq[_]]
    Definition Classes
    IterableOps
  192. lazy val wrapped: Vector[String]
    Attributes
    protected
    Definition Classes
    MnemonicCodeSeqWrapper
  193. def zip[B](that: IterableOnce[B]): IndexedSeq[(String, B)]
    Definition Classes
    IterableOps
  194. def zipAll[A1 >: String, B](that: Iterable[B], thisElem: A1, thatElem: B): IndexedSeq[(A1, B)]
    Definition Classes
    IterableOps
  195. def zipWithIndex: IndexedSeq[(String, Int)]
    Definition Classes
    IterableOps → IterableOnceOps

Deprecated Value Members

  1. final def /:[B](z: B)(op: (B, String) => 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: (String, 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, String) => B, combop: (B, B) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) For sequential collections, prefer foldLeft(z)(seqop). For parallel collections, use ParIterableLike#aggregate.

  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 >: String](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: (String) => Boolean): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use segmentLength instead of prefixLength

  8. final def repr: IndexedSeq[String]
    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: (String) => 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: MnemonicCode.this.type
    Definition Classes
    Iterable
    Annotations
    @deprecated
    Deprecated

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

  11. final def toIterable: MnemonicCode.this.type
    Definition Classes
    Iterable → IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.7) toIterable is internal and will be made protected; its name is similar to toList or toSeq, but it doesn't copy non-immutable collections

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

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

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

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

  14. final def toTraversable: Traversable[String]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) toTraversable is internal and will be made protected; its name is similar to toList or toSeq, but it doesn't copy non-immutable collections

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

    (Since version 2.13.0) Use concat instead

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

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

Inherited from MaskedToString

Inherited from SeqWrapper[String]

Inherited from IndexedSeq[String]

Inherited from IndexedSeqOps[String, IndexedSeq, IndexedSeq[String]]

Inherited from IndexedSeq[String]

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

Inherited from Seq[String]

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

Inherited from Seq[String]

Inherited from Equals

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

Inherited from PartialFunction[Int, String]

Inherited from (Int) => String

Inherited from Iterable[String]

Inherited from Iterable[String]

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

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

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

Inherited from IterableOnce[String]

Inherited from AnyRef

Inherited from Any

Ungrouped