case class OrderedNonces(vec: Vector[SchnorrNonce]) extends SortedVec[SchnorrNonce, SchnorrNonce] with Product with Serializable
Represents an ordered set of SchnorrNonces
- Alphabetic
- By Inheritance
- OrderedNonces
- Serializable
- Product
- SortedVec
- SeqWrapper
- IndexedSeq
- IndexedSeqOps
- IndexedSeq
- IndexedSeqOps
- Seq
- SeqOps
- Seq
- Equals
- SeqOps
- PartialFunction
- Function1
- Iterable
- Iterable
- IterableFactoryDefaults
- IterableOps
- IterableOnceOps
- IterableOnce
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new OrderedNonces(vec: Vector[SchnorrNonce])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ++[B >: SchnorrNonce](suffix: IterableOnce[B]): IndexedSeq[B]
- Definition Classes
- IterableOps
- Annotations
- @inline()
- final def ++:[B >: SchnorrNonce](prefix: IterableOnce[B]): IndexedSeq[B]
- Definition Classes
- SeqOps → IterableOps
- Annotations
- @inline()
- final def +:[B >: SchnorrNonce](elem: B): IndexedSeq[B]
- Definition Classes
- SeqOps
- Annotations
- @inline()
- final def :+[B >: SchnorrNonce](elem: B): IndexedSeq[B]
- Definition Classes
- SeqOps
- Annotations
- @inline()
- final def :++[B >: SchnorrNonce](suffix: IterableOnce[B]): IndexedSeq[B]
- Definition Classes
- SeqOps
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def addString(b: StringBuilder): b.type
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def addString(b: StringBuilder, sep: String): b.type
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- def addString(b: StringBuilder, start: String, sep: String, end: String): b.type
- Definition Classes
- IterableOnceOps
- def andThen[C](k: PartialFunction[SchnorrNonce, C]): PartialFunction[Int, C]
- Definition Classes
- PartialFunction
- def andThen[C](k: (SchnorrNonce) => C): PartialFunction[Int, C]
- Definition Classes
- PartialFunction → Function1
- def appended[B >: SchnorrNonce](elem: B): IndexedSeq[B]
- Definition Classes
- SeqOps
- def appendedAll[B >: SchnorrNonce](suffix: IterableOnce[B]): IndexedSeq[B]
- Definition Classes
- SeqOps
- def apply(idx: Int): SchnorrNonce
- Definition Classes
- SeqWrapper → SeqOps → Function1
- def applyOrElse[A1 <: Int, B1 >: SchnorrNonce](x: A1, default: (A1) => B1): B1
- Definition Classes
- PartialFunction
- def applyPreferredMaxLength: Int
- Attributes
- protected
- Definition Classes
- IndexedSeq
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def canEqual(that: Any): Boolean
- Definition Classes
- IndexedSeq → Seq → Equals
- def className: String
- Attributes
- protected[this]
- Definition Classes
- Iterable
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def coll: OrderedNonces.this.type
- Attributes
- protected
- Definition Classes
- Iterable → IterableOps
- def collect[B](pf: PartialFunction[SchnorrNonce, B]): IndexedSeq[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def collectFirst[B](pf: PartialFunction[SchnorrNonce, B]): Option[B]
- Definition Classes
- IterableOnceOps
- def combinations(n: Int): Iterator[IndexedSeq[SchnorrNonce]]
- Definition Classes
- SeqOps
- def compose[R](k: PartialFunction[R, Int]): PartialFunction[R, SchnorrNonce]
- Definition Classes
- PartialFunction
- def compose[A](g: (A) => Int): (A) => SchnorrNonce
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- final def concat[B >: SchnorrNonce](suffix: IterableOnce[B]): IndexedSeq[B]
- Definition Classes
- SeqOps → IterableOps
- Annotations
- @inline()
- def contains[A1 >: SchnorrNonce](elem: A1): Boolean
- Definition Classes
- SeqOps
- def containsSlice[B >: SchnorrNonce](that: Seq[B]): Boolean
- Definition Classes
- SeqOps
- def copyToArray[B >: SchnorrNonce](xs: Array[B], start: Int, len: Int): Int
- Definition Classes
- IterableOnceOps
- def copyToArray[B >: SchnorrNonce](xs: Array[B], start: Int): Int
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecatedOverriding()
- def copyToArray[B >: SchnorrNonce](xs: Array[B]): Int
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecatedOverriding()
- def corresponds[B](that: Seq[B])(p: (SchnorrNonce, B) => Boolean): Boolean
- Definition Classes
- SeqOps
- def corresponds[B](that: IterableOnce[B])(p: (SchnorrNonce, B) => Boolean): Boolean
- Definition Classes
- IterableOnceOps
- def count(p: (SchnorrNonce) => Boolean): Int
- Definition Classes
- IterableOnceOps
- def diff[B >: SchnorrNonce](that: Seq[B]): IndexedSeq[SchnorrNonce]
- Definition Classes
- SeqOps
- def distinct: IndexedSeq[SchnorrNonce]
- Definition Classes
- SeqOps
- def distinctBy[B](f: (SchnorrNonce) => B): IndexedSeq[SchnorrNonce]
- Definition Classes
- SeqOps
- def drop(n: Int): IndexedSeq[SchnorrNonce]
- Definition Classes
- IndexedSeqOps → IterableOps → IterableOnceOps
- def dropRight(n: Int): IndexedSeq[SchnorrNonce]
- Definition Classes
- IndexedSeqOps → IterableOps
- def dropWhile(p: (SchnorrNonce) => Boolean): IndexedSeq[SchnorrNonce]
- Definition Classes
- IterableOps → IterableOnceOps
- def elementWise: ElementWiseExtractor[Int, SchnorrNonce]
- Definition Classes
- PartialFunction
- def empty: IndexedSeq[SchnorrNonce]
- Definition Classes
- IterableFactoryDefaults → IterableOps
- def endsWith[B >: SchnorrNonce](that: Iterable[B]): Boolean
- Definition Classes
- SeqOps
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(o: Any): Boolean
- Definition Classes
- Seq → Equals → AnyRef → Any
- def exists(p: (SchnorrNonce) => Boolean): Boolean
- Definition Classes
- IterableOnceOps
- def filter(pred: (SchnorrNonce) => Boolean): IndexedSeq[SchnorrNonce]
- Definition Classes
- IterableOps → IterableOnceOps
- def filterNot(pred: (SchnorrNonce) => Boolean): IndexedSeq[SchnorrNonce]
- Definition Classes
- IterableOps → IterableOnceOps
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def find(p: (SchnorrNonce) => Boolean): Option[SchnorrNonce]
- Definition Classes
- IterableOnceOps
- def findLast(p: (SchnorrNonce) => Boolean): Option[SchnorrNonce]
- Definition Classes
- SeqOps
- def flatMap[B](f: (SchnorrNonce) => IterableOnce[B]): IndexedSeq[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def flatten[B](implicit asIterable: (SchnorrNonce) => IterableOnce[B]): IndexedSeq[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def fold[A1 >: SchnorrNonce](z: A1)(op: (A1, A1) => A1): A1
- Definition Classes
- IterableOnceOps
- def foldLeft[B](z: B)(op: (B, SchnorrNonce) => B): B
- Definition Classes
- IterableOnceOps
- def foldRight[B](z: B)(op: (SchnorrNonce, B) => B): B
- Definition Classes
- IndexedSeqOps → IterableOnceOps
- def forall(p: (SchnorrNonce) => Boolean): Boolean
- Definition Classes
- IterableOnceOps
- def foreach[U](f: (SchnorrNonce) => U): Unit
- Definition Classes
- IterableOnceOps
- def fromSpecific(coll: IterableOnce[SchnorrNonce]): IndexedSeq[SchnorrNonce]
- Attributes
- protected
- Definition Classes
- IterableFactoryDefaults → IterableOps
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def groupBy[K](f: (SchnorrNonce) => K): Map[K, IndexedSeq[SchnorrNonce]]
- Definition Classes
- IterableOps
- def groupMap[K, B](key: (SchnorrNonce) => K)(f: (SchnorrNonce) => B): Map[K, IndexedSeq[B]]
- Definition Classes
- IterableOps
- def groupMapReduce[K, B](key: (SchnorrNonce) => K)(f: (SchnorrNonce) => B)(reduce: (B, B) => B): Map[K, B]
- Definition Classes
- IterableOps
- def grouped(size: Int): Iterator[IndexedSeq[SchnorrNonce]]
- Definition Classes
- IterableOps
- def hashCode(): Int
- Definition Classes
- Seq → AnyRef → Any
- def head: SchnorrNonce
- Definition Classes
- IndexedSeqOps → IterableOps
- def headOption: Option[SchnorrNonce]
- Definition Classes
- IndexedSeqOps → IterableOps
- def indexOf[B >: SchnorrNonce](elem: B): Int
- Definition Classes
- SeqOps
- Annotations
- @deprecatedOverriding()
- def indexOf[B >: SchnorrNonce](elem: B, from: Int): Int
- Definition Classes
- SeqOps
- def indexOfSlice[B >: SchnorrNonce](that: Seq[B]): Int
- Definition Classes
- SeqOps
- Annotations
- @deprecatedOverriding()
- def indexOfSlice[B >: SchnorrNonce](that: Seq[B], from: Int): Int
- Definition Classes
- SeqOps
- def indexWhere(p: (SchnorrNonce) => Boolean): Int
- Definition Classes
- SeqOps
- Annotations
- @deprecatedOverriding()
- def indexWhere(p: (SchnorrNonce) => Boolean, from: Int): Int
- Definition Classes
- SeqOps
- def indices: Range
- Definition Classes
- SeqOps
- def init: IndexedSeq[SchnorrNonce]
- Definition Classes
- IterableOps
- def inits: Iterator[IndexedSeq[SchnorrNonce]]
- Definition Classes
- IterableOps
- def intersect[B >: SchnorrNonce](that: Seq[B]): IndexedSeq[SchnorrNonce]
- Definition Classes
- SeqOps
- def isDefinedAt(idx: Int): Boolean
- Definition Classes
- SeqOps
- def isEmpty: Boolean
- Definition Classes
- SeqOps → IterableOnceOps
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isTraversableAgain: Boolean
- Definition Classes
- IterableOps → IterableOnceOps
- def iterableFactory: SeqFactory[IndexedSeq]
- Definition Classes
- IndexedSeq → IndexedSeq → Seq → Seq → Iterable → Iterable → IterableOps
- def iterator: Iterator[SchnorrNonce]
- Definition Classes
- SeqWrapper → IndexedSeqOps → IterableOnce
- def knownSize: Int
- Definition Classes
- IndexedSeqOps → IterableOnce
- def last: SchnorrNonce
- Definition Classes
- IndexedSeqOps → IterableOps
- def lastIndexOf[B >: SchnorrNonce](elem: B, end: Int): Int
- Definition Classes
- SeqOps
- def lastIndexOfSlice[B >: SchnorrNonce](that: Seq[B]): Int
- Definition Classes
- SeqOps
- Annotations
- @deprecatedOverriding()
- def lastIndexOfSlice[B >: SchnorrNonce](that: Seq[B], end: Int): Int
- Definition Classes
- SeqOps
- def lastIndexWhere(p: (SchnorrNonce) => Boolean): Int
- Definition Classes
- SeqOps
- Annotations
- @deprecatedOverriding()
- def lastIndexWhere(p: (SchnorrNonce) => Boolean, end: Int): Int
- Definition Classes
- SeqOps
- def lastOption: Option[SchnorrNonce]
- Definition Classes
- IterableOps
- def lazyZip[B](that: Iterable[B]): LazyZip2[SchnorrNonce, B, OrderedNonces.this.type]
- Definition Classes
- Iterable
- def length: Int
- Definition Classes
- SeqWrapper → SeqOps
- final def lengthCompare(that: Iterable[_]): Int
- Definition Classes
- IndexedSeqOps → SeqOps
- final def lengthCompare(len: Int): Int
- Definition Classes
- IndexedSeqOps → SeqOps
- final def lengthIs: SizeCompareOps
- Definition Classes
- SeqOps
- Annotations
- @inline()
- def lift: (Int) => Option[SchnorrNonce]
- Definition Classes
- PartialFunction
- def map[B](f: (SchnorrNonce) => B): IndexedSeq[B]
- Definition Classes
- IndexedSeqOps → IterableOps → IterableOnceOps
- def max[B >: SchnorrNonce](implicit ord: Ordering[B]): SchnorrNonce
- Definition Classes
- IterableOnceOps
- def maxBy[B](f: (SchnorrNonce) => B)(implicit ord: Ordering[B]): SchnorrNonce
- Definition Classes
- IterableOnceOps
- def maxByOption[B](f: (SchnorrNonce) => B)(implicit ord: Ordering[B]): Option[SchnorrNonce]
- Definition Classes
- IterableOnceOps
- def maxOption[B >: SchnorrNonce](implicit ord: Ordering[B]): Option[SchnorrNonce]
- Definition Classes
- IterableOnceOps
- def min[B >: SchnorrNonce](implicit ord: Ordering[B]): SchnorrNonce
- Definition Classes
- IterableOnceOps
- def minBy[B](f: (SchnorrNonce) => B)(implicit ord: Ordering[B]): SchnorrNonce
- Definition Classes
- IterableOnceOps
- def minByOption[B](f: (SchnorrNonce) => B)(implicit ord: Ordering[B]): Option[SchnorrNonce]
- Definition Classes
- IterableOnceOps
- def minOption[B >: SchnorrNonce](implicit ord: Ordering[B]): Option[SchnorrNonce]
- Definition Classes
- IterableOnceOps
- final def mkString: String
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def mkString(sep: String): String
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def mkString(start: String, sep: String, end: String): String
- Definition Classes
- IterableOnceOps
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newSpecificBuilder: Builder[SchnorrNonce, IndexedSeq[SchnorrNonce]]
- Attributes
- protected
- Definition Classes
- IterableFactoryDefaults → IterableOps
- def nonEmpty: Boolean
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecatedOverriding()
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def occCounts[B](sq: Seq[B]): Map[B, Int]
- Attributes
- protected[collection]
- Definition Classes
- SeqOps
- def orElse[A1 <: Int, B1 >: SchnorrNonce](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
- Definition Classes
- PartialFunction
- def padTo[B >: SchnorrNonce](len: Int, elem: B): IndexedSeq[B]
- Definition Classes
- SeqOps
- def partition(p: (SchnorrNonce) => Boolean): (IndexedSeq[SchnorrNonce], IndexedSeq[SchnorrNonce])
- Definition Classes
- IterableOps
- def partitionMap[A1, A2](f: (SchnorrNonce) => Either[A1, A2]): (IndexedSeq[A1], IndexedSeq[A2])
- Definition Classes
- IterableOps
- def patch[B >: SchnorrNonce](from: Int, other: IterableOnce[B], replaced: Int): IndexedSeq[B]
- Definition Classes
- SeqOps
- def permutations: Iterator[IndexedSeq[SchnorrNonce]]
- Definition Classes
- SeqOps
- def prepended[B >: SchnorrNonce](elem: B): IndexedSeq[B]
- Definition Classes
- IndexedSeqOps → SeqOps
- def prependedAll[B >: SchnorrNonce](prefix: IterableOnce[B]): IndexedSeq[B]
- Definition Classes
- SeqOps
- def product[B >: SchnorrNonce](implicit num: Numeric[B]): B
- Definition Classes
- IterableOnceOps
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def reduce[B >: SchnorrNonce](op: (B, B) => B): B
- Definition Classes
- IterableOnceOps
- def reduceLeft[B >: SchnorrNonce](op: (B, SchnorrNonce) => B): B
- Definition Classes
- IterableOnceOps
- def reduceLeftOption[B >: SchnorrNonce](op: (B, SchnorrNonce) => B): Option[B]
- Definition Classes
- IterableOnceOps
- def reduceOption[B >: SchnorrNonce](op: (B, B) => B): Option[B]
- Definition Classes
- IterableOnceOps
- def reduceRight[B >: SchnorrNonce](op: (SchnorrNonce, B) => B): B
- Definition Classes
- IterableOnceOps
- def reduceRightOption[B >: SchnorrNonce](op: (SchnorrNonce, B) => B): Option[B]
- Definition Classes
- IterableOnceOps
- def reverse: IndexedSeq[SchnorrNonce]
- Definition Classes
- IndexedSeqOps → SeqOps
- def reverseIterator: Iterator[SchnorrNonce]
- Definition Classes
- IndexedSeqOps → SeqOps
- def reversed: Iterable[SchnorrNonce]
- Attributes
- protected
- Definition Classes
- IndexedSeqOps → IterableOnceOps
- def runWith[U](action: (SchnorrNonce) => U): (Int) => Boolean
- Definition Classes
- PartialFunction
- def sameElements[B >: SchnorrNonce](o: IterableOnce[B]): Boolean
- Definition Classes
- IndexedSeq → SeqOps
- def scan[B >: SchnorrNonce](z: B)(op: (B, B) => B): IndexedSeq[B]
- Definition Classes
- IterableOps
- def scanLeft[B](z: B)(op: (B, SchnorrNonce) => B): IndexedSeq[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def scanRight[B](z: B)(op: (SchnorrNonce, B) => B): IndexedSeq[B]
- Definition Classes
- IterableOps
- def search[B >: SchnorrNonce](elem: B, from: Int, to: Int)(implicit ord: Ordering[B]): SearchResult
- Definition Classes
- IndexedSeqOps → SeqOps
- def search[B >: SchnorrNonce](elem: B)(implicit ord: Ordering[B]): SearchResult
- Definition Classes
- IndexedSeqOps → SeqOps
- def segmentLength(p: (SchnorrNonce) => Boolean, from: Int): Int
- Definition Classes
- SeqOps
- final def segmentLength(p: (SchnorrNonce) => Boolean): Int
- Definition Classes
- SeqOps
- final def size: Int
- Definition Classes
- SeqOps → IterableOnceOps
- final def sizeCompare(that: Iterable[_]): Int
- Definition Classes
- SeqOps → IterableOps
- final def sizeCompare(otherSize: Int): Int
- Definition Classes
- SeqOps → IterableOps
- final def sizeIs: SizeCompareOps
- Definition Classes
- IterableOps
- Annotations
- @inline()
- def slice(from: Int, until: Int): IndexedSeq[SchnorrNonce]
- Definition Classes
- IndexedSeqOps → IndexedSeqOps → IterableOps → IterableOnceOps
- def sliding(size: Int, step: Int): Iterator[IndexedSeq[SchnorrNonce]]
- Definition Classes
- IterableOps
- def sliding(size: Int): Iterator[IndexedSeq[SchnorrNonce]]
- Definition Classes
- IterableOps
- def sortBy[B](f: (SchnorrNonce) => B)(implicit ord: Ordering[B]): IndexedSeq[SchnorrNonce]
- Definition Classes
- SeqOps
- def sortWith(lt: (SchnorrNonce, SchnorrNonce) => Boolean): IndexedSeq[SchnorrNonce]
- Definition Classes
- SeqOps
- def sorted[B >: SchnorrNonce](implicit ord: Ordering[B]): IndexedSeq[SchnorrNonce]
- Definition Classes
- SeqOps
- def span(p: (SchnorrNonce) => Boolean): (IndexedSeq[SchnorrNonce], IndexedSeq[SchnorrNonce])
- Definition Classes
- IterableOps → IterableOnceOps
- def splitAt(n: Int): (IndexedSeq[SchnorrNonce], IndexedSeq[SchnorrNonce])
- Definition Classes
- IterableOps → IterableOnceOps
- def startsWith[B >: SchnorrNonce](that: IterableOnce[B], offset: Int): Boolean
- Definition Classes
- SeqOps
- def stepper[S <: Stepper[_]](implicit shape: StepperShape[SchnorrNonce, S]): S with EfficientSplit
- Definition Classes
- IndexedSeqOps → IterableOnce
- def stringPrefix: String
- Attributes
- protected[this]
- Definition Classes
- IndexedSeq → Seq → Iterable
- def sum[B >: SchnorrNonce](implicit num: Numeric[B]): B
- Definition Classes
- IterableOnceOps
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tail: IndexedSeq[SchnorrNonce]
- Definition Classes
- IterableOps
- def tails: Iterator[IndexedSeq[SchnorrNonce]]
- Definition Classes
- IterableOps
- def take(n: Int): IndexedSeq[SchnorrNonce]
- Definition Classes
- IndexedSeqOps → IterableOps → IterableOnceOps
- def takeRight(n: Int): IndexedSeq[SchnorrNonce]
- Definition Classes
- IndexedSeqOps → IterableOps
- def takeWhile(p: (SchnorrNonce) => Boolean): IndexedSeq[SchnorrNonce]
- Definition Classes
- IterableOps → IterableOnceOps
- def tapEach[U](f: (SchnorrNonce) => U): IndexedSeq[SchnorrNonce]
- Definition Classes
- IterableOps → IterableOnceOps
- def to[C1](factory: Factory[SchnorrNonce, C1]): C1
- Definition Classes
- IterableOnceOps
- def toArray[B >: SchnorrNonce](implicit arg0: ClassTag[B]): Array[B]
- Definition Classes
- IterableOnceOps
- final def toBuffer[B >: SchnorrNonce]: Buffer[B]
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def toIndexedSeq: IndexedSeq[SchnorrNonce]
- Definition Classes
- IndexedSeq → IterableOnceOps
- def toList: List[SchnorrNonce]
- Definition Classes
- IterableOnceOps
- def toMap[K, V](implicit ev: <:<[SchnorrNonce, (K, V)]): Map[K, V]
- Definition Classes
- IterableOnceOps
- final def toSeq: OrderedNonces.this.type
- Definition Classes
- Seq → IterableOnceOps
- def toSet[B >: SchnorrNonce]: Set[B]
- Definition Classes
- IterableOnceOps
- def toString(): String
- Definition Classes
- Seq → Function1 → Iterable → AnyRef → Any
- def toVector: Vector[SchnorrNonce]
- Definition Classes
- IterableOnceOps
- def transpose[B](implicit asIterable: (SchnorrNonce) => Iterable[B]): IndexedSeq[IndexedSeq[B]]
- Definition Classes
- IterableOps
- def unapply(a: Int): Option[SchnorrNonce]
- Definition Classes
- PartialFunction
- def unzip[A1, A2](implicit asPair: (SchnorrNonce) => (A1, A2)): (IndexedSeq[A1], IndexedSeq[A2])
- Definition Classes
- IterableOps
- def unzip3[A1, A2, A3](implicit asTriple: (SchnorrNonce) => (A1, A2, A3)): (IndexedSeq[A1], IndexedSeq[A2], IndexedSeq[A3])
- Definition Classes
- IterableOps
- def updated[B >: SchnorrNonce](index: Int, elem: B): IndexedSeq[B]
- Definition Classes
- SeqOps
- def view: IndexedSeqView[SchnorrNonce]
- Definition Classes
- IndexedSeqOps → SeqOps → IterableOps
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withFilter(p: (SchnorrNonce) => Boolean): WithFilter[SchnorrNonce, [_]IndexedSeq[_]]
- Definition Classes
- IterableOps
- val wrapped: Vector[SchnorrNonce]
- Definition Classes
- SortedVec → SeqWrapper
- def zip[B](that: IterableOnce[B]): IndexedSeq[(SchnorrNonce, B)]
- Definition Classes
- IterableOps
- def zipAll[A1 >: SchnorrNonce, B](that: Iterable[B], thisElem: A1, thatElem: B): IndexedSeq[(A1, B)]
- Definition Classes
- IterableOps
- def zipWithIndex: IndexedSeq[(SchnorrNonce, Int)]
- Definition Classes
- IterableOps → IterableOnceOps
Deprecated Value Members
- 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 /:
- 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 :\
- 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, useParIterableLike#aggregate
.
- def companion: IterableFactory[[_]IndexedSeq[_]]
- Definition Classes
- IterableOps
- Annotations
- @deprecated @deprecatedOverriding() @inline()
- Deprecated
(Since version 2.13.0) Use iterableFactory instead
- 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
- 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)
- final def prefixLength(p: (SchnorrNonce) => Boolean): Int
- Definition Classes
- SeqOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use segmentLength instead of prefixLength
- 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
- 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)
- def seq: OrderedNonces.this.type
- Definition Classes
- Iterable
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Iterable.seq always returns the iterable itself
- 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
ortoSeq
, but it doesn't copy non-immutable collections
- final def toIterator: Iterator[SchnorrNonce]
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator instead of .toIterator
- final def toStream: Stream[SchnorrNonce]
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .to(LazyList) instead of .toStream
- 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
ortoSeq
, but it doesn't copy non-immutable collections
- 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
- 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)