Packages

case class OrderedNonces(vec: Vector[SchnorrNonce]) extends SortedVec[SchnorrNonce, SchnorrNonce] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OrderedNonces
  2. Serializable
  3. Product
  4. SortedVec
  5. SeqWrapper
  6. IndexedSeq
  7. IndexedSeqOps
  8. IndexedSeq
  9. IndexedSeqOps
  10. Seq
  11. SeqOps
  12. Seq
  13. Equals
  14. SeqOps
  15. PartialFunction
  16. Function1
  17. Iterable
  18. Iterable
  19. IterableFactoryDefaults
  20. IterableOps
  21. IterableOnceOps
  22. IterableOnce
  23. AnyRef
  24. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new OrderedNonces(vec: Vector[SchnorrNonce])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ++[B >: SchnorrNonce](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    IterableOps
    Annotations
    @inline()
  4. final def ++:[B >: SchnorrNonce](prefix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps → IterableOps
    Annotations
    @inline()
  5. final def +:[B >: SchnorrNonce](elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @inline()
  6. final def :+[B >: SchnorrNonce](elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @inline()
  7. final def :++[B >: SchnorrNonce](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[SchnorrNonce, C]): PartialFunction[Int, C]
    Definition Classes
    PartialFunction
  13. def andThen[C](k: (SchnorrNonce) => C): PartialFunction[Int, C]
    Definition Classes
    PartialFunction → Function1
  14. def appended[B >: SchnorrNonce](elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
  15. def appendedAll[B >: SchnorrNonce](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps
  16. def apply(idx: Int): SchnorrNonce
    Definition Classes
    SeqWrapper → SeqOps → Function1
  17. def applyOrElse[A1 <: Int, B1 >: SchnorrNonce](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: OrderedNonces.this.type
    Attributes
    protected
    Definition Classes
    Iterable → IterableOps
  24. def collect[B](pf: PartialFunction[SchnorrNonce, B]): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  25. def collectFirst[B](pf: PartialFunction[SchnorrNonce, B]): Option[B]
    Definition Classes
    IterableOnceOps
  26. def combinations(n: Int): Iterator[IndexedSeq[SchnorrNonce]]
    Definition Classes
    SeqOps
  27. def compose[R](k: PartialFunction[R, Int]): PartialFunction[R, SchnorrNonce]
    Definition Classes
    PartialFunction
  28. def compose[A](g: (A) => Int): (A) => SchnorrNonce
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  29. final def concat[B >: SchnorrNonce](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps → IterableOps
    Annotations
    @inline()
  30. def contains[A1 >: SchnorrNonce](elem: A1): Boolean
    Definition Classes
    SeqOps
  31. def containsSlice[B >: SchnorrNonce](that: Seq[B]): Boolean
    Definition Classes
    SeqOps
  32. def copyToArray[B >: SchnorrNonce](xs: Array[B], start: Int, len: Int): Int
    Definition Classes
    IterableOnceOps
  33. def copyToArray[B >: SchnorrNonce](xs: Array[B], start: Int): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  34. def copyToArray[B >: SchnorrNonce](xs: Array[B]): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  35. def corresponds[B](that: Seq[B])(p: (SchnorrNonce, B) => Boolean): Boolean
    Definition Classes
    SeqOps
  36. def corresponds[B](that: IterableOnce[B])(p: (SchnorrNonce, B) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  37. def count(p: (SchnorrNonce) => Boolean): Int
    Definition Classes
    IterableOnceOps
  38. def diff[B >: SchnorrNonce](that: Seq[B]): IndexedSeq[SchnorrNonce]
    Definition Classes
    SeqOps
  39. def distinct: IndexedSeq[SchnorrNonce]
    Definition Classes
    SeqOps
  40. def distinctBy[B](f: (SchnorrNonce) => B): IndexedSeq[SchnorrNonce]
    Definition Classes
    SeqOps
  41. def drop(n: Int): IndexedSeq[SchnorrNonce]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  42. def dropRight(n: Int): IndexedSeq[SchnorrNonce]
    Definition Classes
    IndexedSeqOps → IterableOps
  43. def dropWhile(p: (SchnorrNonce) => Boolean): IndexedSeq[SchnorrNonce]
    Definition Classes
    IterableOps → IterableOnceOps
  44. def elementWise: ElementWiseExtractor[Int, SchnorrNonce]
    Definition Classes
    PartialFunction
  45. def empty: IndexedSeq[SchnorrNonce]
    Definition Classes
    IterableFactoryDefaults → IterableOps
  46. def endsWith[B >: SchnorrNonce](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: (SchnorrNonce) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  50. def filter(pred: (SchnorrNonce) => Boolean): IndexedSeq[SchnorrNonce]
    Definition Classes
    IterableOps → IterableOnceOps
  51. def filterNot(pred: (SchnorrNonce) => Boolean): IndexedSeq[SchnorrNonce]
    Definition Classes
    IterableOps → IterableOnceOps
  52. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  53. def find(p: (SchnorrNonce) => Boolean): Option[SchnorrNonce]
    Definition Classes
    IterableOnceOps
  54. def findLast(p: (SchnorrNonce) => Boolean): Option[SchnorrNonce]
    Definition Classes
    SeqOps
  55. def flatMap[B](f: (SchnorrNonce) => IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  56. def flatten[B](implicit asIterable: (SchnorrNonce) => IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  57. def fold[A1 >: SchnorrNonce](z: A1)(op: (A1, A1) => A1): A1
    Definition Classes
    IterableOnceOps
  58. def foldLeft[B](z: B)(op: (B, SchnorrNonce) => B): B
    Definition Classes
    IterableOnceOps
  59. def foldRight[B](z: B)(op: (SchnorrNonce, B) => B): B
    Definition Classes
    IndexedSeqOps → IterableOnceOps
  60. def forall(p: (SchnorrNonce) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  61. def foreach[U](f: (SchnorrNonce) => U): Unit
    Definition Classes
    IterableOnceOps
  62. def fromSpecific(coll: IterableOnce[SchnorrNonce]): IndexedSeq[SchnorrNonce]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  63. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  64. def groupBy[K](f: (SchnorrNonce) => K): Map[K, IndexedSeq[SchnorrNonce]]
    Definition Classes
    IterableOps
  65. def groupMap[K, B](key: (SchnorrNonce) => K)(f: (SchnorrNonce) => B): Map[K, IndexedSeq[B]]
    Definition Classes
    IterableOps
  66. def groupMapReduce[K, B](key: (SchnorrNonce) => K)(f: (SchnorrNonce) => B)(reduce: (B, B) => B): Map[K, B]
    Definition Classes
    IterableOps
  67. def grouped(size: Int): Iterator[IndexedSeq[SchnorrNonce]]
    Definition Classes
    IterableOps
  68. def hashCode(): Int
    Definition Classes
    Seq → AnyRef → Any
  69. def head: SchnorrNonce
    Definition Classes
    IndexedSeqOps → IterableOps
  70. def headOption: Option[SchnorrNonce]
    Definition Classes
    IndexedSeqOps → IterableOps
  71. def indexOf[B >: SchnorrNonce](elem: B): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  72. def indexOf[B >: SchnorrNonce](elem: B, from: Int): Int
    Definition Classes
    SeqOps
  73. def indexOfSlice[B >: SchnorrNonce](that: Seq[B]): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  74. def indexOfSlice[B >: SchnorrNonce](that: Seq[B], from: Int): Int
    Definition Classes
    SeqOps
  75. def indexWhere(p: (SchnorrNonce) => Boolean): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  76. def indexWhere(p: (SchnorrNonce) => Boolean, from: Int): Int
    Definition Classes
    SeqOps
  77. def indices: Range
    Definition Classes
    SeqOps
  78. def init: IndexedSeq[SchnorrNonce]
    Definition Classes
    IterableOps
  79. def inits: Iterator[IndexedSeq[SchnorrNonce]]
    Definition Classes
    IterableOps
  80. def intersect[B >: SchnorrNonce](that: Seq[B]): IndexedSeq[SchnorrNonce]
    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[SchnorrNonce]
    Definition Classes
    SeqWrapper → IndexedSeqOps → IterableOnce
  87. def knownSize: Int
    Definition Classes
    IndexedSeqOps → IterableOnce
  88. def last: SchnorrNonce
    Definition Classes
    IndexedSeqOps → IterableOps
  89. def lastIndexOf[B >: SchnorrNonce](elem: B, end: Int): Int
    Definition Classes
    SeqOps
  90. def lastIndexOfSlice[B >: SchnorrNonce](that: Seq[B]): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  91. def lastIndexOfSlice[B >: SchnorrNonce](that: Seq[B], end: Int): Int
    Definition Classes
    SeqOps
  92. def lastIndexWhere(p: (SchnorrNonce) => Boolean): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  93. def lastIndexWhere(p: (SchnorrNonce) => Boolean, end: Int): Int
    Definition Classes
    SeqOps
  94. def lastOption: Option[SchnorrNonce]
    Definition Classes
    IterableOps
  95. def lazyZip[B](that: Iterable[B]): LazyZip2[SchnorrNonce, B, OrderedNonces.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[SchnorrNonce]
    Definition Classes
    PartialFunction
  101. def map[B](f: (SchnorrNonce) => B): IndexedSeq[B]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  102. def max[B >: SchnorrNonce](implicit ord: Ordering[B]): SchnorrNonce
    Definition Classes
    IterableOnceOps
  103. def maxBy[B](f: (SchnorrNonce) => B)(implicit ord: Ordering[B]): SchnorrNonce
    Definition Classes
    IterableOnceOps
  104. def maxByOption[B](f: (SchnorrNonce) => B)(implicit ord: Ordering[B]): Option[SchnorrNonce]
    Definition Classes
    IterableOnceOps
  105. def maxOption[B >: SchnorrNonce](implicit ord: Ordering[B]): Option[SchnorrNonce]
    Definition Classes
    IterableOnceOps
  106. def min[B >: SchnorrNonce](implicit ord: Ordering[B]): SchnorrNonce
    Definition Classes
    IterableOnceOps
  107. def minBy[B](f: (SchnorrNonce) => B)(implicit ord: Ordering[B]): SchnorrNonce
    Definition Classes
    IterableOnceOps
  108. def minByOption[B](f: (SchnorrNonce) => B)(implicit ord: Ordering[B]): Option[SchnorrNonce]
    Definition Classes
    IterableOnceOps
  109. def minOption[B >: SchnorrNonce](implicit ord: Ordering[B]): Option[SchnorrNonce]
    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[SchnorrNonce, IndexedSeq[SchnorrNonce]]
    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 >: SchnorrNonce](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
    Definition Classes
    PartialFunction
  120. def padTo[B >: SchnorrNonce](len: Int, elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
  121. def partition(p: (SchnorrNonce) => Boolean): (IndexedSeq[SchnorrNonce], IndexedSeq[SchnorrNonce])
    Definition Classes
    IterableOps
  122. def partitionMap[A1, A2](f: (SchnorrNonce) => Either[A1, A2]): (IndexedSeq[A1], IndexedSeq[A2])
    Definition Classes
    IterableOps
  123. def patch[B >: SchnorrNonce](from: Int, other: IterableOnce[B], replaced: Int): IndexedSeq[B]
    Definition Classes
    SeqOps
  124. def permutations: Iterator[IndexedSeq[SchnorrNonce]]
    Definition Classes
    SeqOps
  125. def prepended[B >: SchnorrNonce](elem: B): IndexedSeq[B]
    Definition Classes
    IndexedSeqOps → SeqOps
  126. def prependedAll[B >: SchnorrNonce](prefix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps
  127. def product[B >: SchnorrNonce](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  128. def productElementNames: Iterator[String]
    Definition Classes
    Product
  129. def reduce[B >: SchnorrNonce](op: (B, B) => B): B
    Definition Classes
    IterableOnceOps
  130. def reduceLeft[B >: SchnorrNonce](op: (B, SchnorrNonce) => B): B
    Definition Classes
    IterableOnceOps
  131. def reduceLeftOption[B >: SchnorrNonce](op: (B, SchnorrNonce) => B): Option[B]
    Definition Classes
    IterableOnceOps
  132. def reduceOption[B >: SchnorrNonce](op: (B, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  133. def reduceRight[B >: SchnorrNonce](op: (SchnorrNonce, B) => B): B
    Definition Classes
    IterableOnceOps
  134. def reduceRightOption[B >: SchnorrNonce](op: (SchnorrNonce, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  135. def reverse: IndexedSeq[SchnorrNonce]
    Definition Classes
    IndexedSeqOps → SeqOps
  136. def reverseIterator: Iterator[SchnorrNonce]
    Definition Classes
    IndexedSeqOps → SeqOps
  137. def reversed: Iterable[SchnorrNonce]
    Attributes
    protected
    Definition Classes
    IndexedSeqOps → IterableOnceOps
  138. def runWith[U](action: (SchnorrNonce) => U): (Int) => Boolean
    Definition Classes
    PartialFunction
  139. def sameElements[B >: SchnorrNonce](o: IterableOnce[B]): Boolean
    Definition Classes
    IndexedSeq → SeqOps
  140. def scan[B >: SchnorrNonce](z: B)(op: (B, B) => B): IndexedSeq[B]
    Definition Classes
    IterableOps
  141. def scanLeft[B](z: B)(op: (B, SchnorrNonce) => B): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  142. def scanRight[B](z: B)(op: (SchnorrNonce, B) => B): IndexedSeq[B]
    Definition Classes
    IterableOps
  143. def search[B >: SchnorrNonce](elem: B, from: Int, to: Int)(implicit ord: Ordering[B]): SearchResult
    Definition Classes
    IndexedSeqOps → SeqOps
  144. def search[B >: SchnorrNonce](elem: B)(implicit ord: Ordering[B]): SearchResult
    Definition Classes
    IndexedSeqOps → SeqOps
  145. def segmentLength(p: (SchnorrNonce) => Boolean, from: Int): Int
    Definition Classes
    SeqOps
  146. final def segmentLength(p: (SchnorrNonce) => Boolean): Int
    Definition Classes
    SeqOps
  147. final def size: Int
    Definition Classes
    SeqOps → IterableOnceOps
  148. final def sizeCompare(that: Iterable[_]): Int
    Definition Classes
    SeqOps → IterableOps
  149. final def sizeCompare(otherSize: Int): Int
    Definition Classes
    SeqOps → IterableOps
  150. final def sizeIs: SizeCompareOps
    Definition Classes
    IterableOps
    Annotations
    @inline()
  151. def slice(from: Int, until: Int): IndexedSeq[SchnorrNonce]
    Definition Classes
    IndexedSeqOps → IndexedSeqOps → IterableOps → IterableOnceOps
  152. def sliding(size: Int, step: Int): Iterator[IndexedSeq[SchnorrNonce]]
    Definition Classes
    IterableOps
  153. def sliding(size: Int): Iterator[IndexedSeq[SchnorrNonce]]
    Definition Classes
    IterableOps
  154. def sortBy[B](f: (SchnorrNonce) => B)(implicit ord: Ordering[B]): IndexedSeq[SchnorrNonce]
    Definition Classes
    SeqOps
  155. def sortWith(lt: (SchnorrNonce, SchnorrNonce) => Boolean): IndexedSeq[SchnorrNonce]
    Definition Classes
    SeqOps
  156. def sorted[B >: SchnorrNonce](implicit ord: Ordering[B]): IndexedSeq[SchnorrNonce]
    Definition Classes
    SeqOps
  157. def span(p: (SchnorrNonce) => Boolean): (IndexedSeq[SchnorrNonce], IndexedSeq[SchnorrNonce])
    Definition Classes
    IterableOps → IterableOnceOps
  158. def splitAt(n: Int): (IndexedSeq[SchnorrNonce], IndexedSeq[SchnorrNonce])
    Definition Classes
    IterableOps → IterableOnceOps
  159. def startsWith[B >: SchnorrNonce](that: IterableOnce[B], offset: Int): Boolean
    Definition Classes
    SeqOps
  160. def stepper[S <: Stepper[_]](implicit shape: StepperShape[SchnorrNonce, S]): S with EfficientSplit
    Definition Classes
    IndexedSeqOps → IterableOnce
  161. def stringPrefix: String
    Attributes
    protected[this]
    Definition Classes
    IndexedSeq → Seq → Iterable
  162. def sum[B >: SchnorrNonce](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  163. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  164. def tail: IndexedSeq[SchnorrNonce]
    Definition Classes
    IterableOps
  165. def tails: Iterator[IndexedSeq[SchnorrNonce]]
    Definition Classes
    IterableOps
  166. def take(n: Int): IndexedSeq[SchnorrNonce]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  167. def takeRight(n: Int): IndexedSeq[SchnorrNonce]
    Definition Classes
    IndexedSeqOps → IterableOps
  168. def takeWhile(p: (SchnorrNonce) => Boolean): IndexedSeq[SchnorrNonce]
    Definition Classes
    IterableOps → IterableOnceOps
  169. def tapEach[U](f: (SchnorrNonce) => U): IndexedSeq[SchnorrNonce]
    Definition Classes
    IterableOps → IterableOnceOps
  170. def to[C1](factory: Factory[SchnorrNonce, C1]): C1
    Definition Classes
    IterableOnceOps
  171. def toArray[B >: SchnorrNonce](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    IterableOnceOps
  172. final def toBuffer[B >: SchnorrNonce]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  173. final def toIndexedSeq: IndexedSeq[SchnorrNonce]
    Definition Classes
    IndexedSeq → IterableOnceOps
  174. def toList: List[SchnorrNonce]
    Definition Classes
    IterableOnceOps
  175. def toMap[K, V](implicit ev: <:<[SchnorrNonce, (K, V)]): Map[K, V]
    Definition Classes
    IterableOnceOps
  176. final def toSeq: OrderedNonces.this.type
    Definition Classes
    Seq → IterableOnceOps
  177. def toSet[B >: SchnorrNonce]: Set[B]
    Definition Classes
    IterableOnceOps
  178. def toString(): String
    Definition Classes
    Seq → Function1 → Iterable → AnyRef → Any
  179. def toVector: Vector[SchnorrNonce]
    Definition Classes
    IterableOnceOps
  180. def transpose[B](implicit asIterable: (SchnorrNonce) => Iterable[B]): IndexedSeq[IndexedSeq[B]]
    Definition Classes
    IterableOps
  181. def unapply(a: Int): Option[SchnorrNonce]
    Definition Classes
    PartialFunction
  182. def unzip[A1, A2](implicit asPair: (SchnorrNonce) => (A1, A2)): (IndexedSeq[A1], IndexedSeq[A2])
    Definition Classes
    IterableOps
  183. def unzip3[A1, A2, A3](implicit asTriple: (SchnorrNonce) => (A1, A2, A3)): (IndexedSeq[A1], IndexedSeq[A2], IndexedSeq[A3])
    Definition Classes
    IterableOps
  184. def updated[B >: SchnorrNonce](index: Int, elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
  185. def view: IndexedSeqView[SchnorrNonce]
    Definition Classes
    IndexedSeqOps → SeqOps → IterableOps
  186. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  187. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  188. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  189. def withFilter(p: (SchnorrNonce) => Boolean): WithFilter[SchnorrNonce, [_]IndexedSeq[_]]
    Definition Classes
    IterableOps
  190. val wrapped: Vector[SchnorrNonce]
    Definition Classes
    SortedVecSeqWrapper
  191. def zip[B](that: IterableOnce[B]): IndexedSeq[(SchnorrNonce, B)]
    Definition Classes
    IterableOps
  192. def zipAll[A1 >: SchnorrNonce, B](that: Iterable[B], thisElem: A1, thatElem: B): IndexedSeq[(A1, B)]
    Definition Classes
    IterableOps
  193. def zipWithIndex: IndexedSeq[(SchnorrNonce, Int)]
    Definition Classes
    IterableOps → IterableOnceOps

Deprecated Value Members

  1. final def /:[B](z: B)(op: (B, SchnorrNonce) => 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: (SchnorrNonce, 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, SchnorrNonce) => 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 >: SchnorrNonce](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: (SchnorrNonce) => Boolean): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use segmentLength instead of prefixLength

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

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

  11. final def toIterable: OrderedNonces.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[SchnorrNonce]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

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

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

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

  14. final def toTraversable: Traversable[SchnorrNonce]
    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 >: SchnorrNonce](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[SchnorrNonce]
    Definition Classes
    IndexedSeqOps → IterableOps
    Annotations
    @deprecated
    Deprecated

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

Inherited from Serializable

Inherited from Product

Inherited from SeqWrapper[SchnorrNonce]

Inherited from IndexedSeq[SchnorrNonce]

Inherited from IndexedSeq[SchnorrNonce]

Inherited from Seq[SchnorrNonce]

Inherited from Seq[SchnorrNonce]

Inherited from Equals

Inherited from (Int) => SchnorrNonce

Inherited from Iterable[SchnorrNonce]

Inherited from Iterable[SchnorrNonce]

Inherited from IterableOnce[SchnorrNonce]

Inherited from AnyRef

Inherited from Any

Ungrouped