case class OutputPSBTMap(elements: Vector[OutputPSBTRecord]) extends SeqWrapper[OutputPSBTRecord] with PSBTMap[OutputPSBTRecord] with Product with Serializable

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

Instance Constructors

  1. new OutputPSBTMap(elements: Vector[OutputPSBTRecord])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ++[B >: OutputPSBTRecord](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    IterableOps
    Annotations
    @inline()
  4. final def ++:[B >: OutputPSBTRecord](prefix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps → IterableOps
    Annotations
    @inline()
  5. final def +:[B >: OutputPSBTRecord](elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @inline()
  6. final def :+[B >: OutputPSBTRecord](elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @inline()
  7. final def :++[B >: OutputPSBTRecord](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @inline()
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def BIP32DerivationPaths: Vector[BIP32DerivationPath]
  10. final def addString(b: StringBuilder): b.type
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  11. final def addString(b: StringBuilder, sep: String): b.type
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  12. def addString(b: StringBuilder, start: String, sep: String, end: String): b.type
    Definition Classes
    IterableOnceOps
  13. def andThen[C](k: PartialFunction[OutputPSBTRecord, C]): PartialFunction[Int, C]
    Definition Classes
    PartialFunction
  14. def andThen[C](k: (OutputPSBTRecord) => C): PartialFunction[Int, C]
    Definition Classes
    PartialFunction → Function1
  15. def appended[B >: OutputPSBTRecord](elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
  16. def appendedAll[B >: OutputPSBTRecord](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps
  17. def apply(idx: Int): OutputPSBTRecord
    Definition Classes
    SeqWrapper → SeqOps → Function1
  18. def applyOrElse[A1 <: Int, B1 >: OutputPSBTRecord](x: A1, default: (A1) => B1): B1
    Definition Classes
    PartialFunction
  19. def applyPreferredMaxLength: Int
    Attributes
    protected
    Definition Classes
    IndexedSeq
  20. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  21. def byteSize: Long

    The size of the NetworkElement in bytes.

    The size of the NetworkElement in bytes.

    Definition Classes
    NetworkElement
  22. def bytes: ByteVector

    The byte representation of the NetworkElement

    The byte representation of the NetworkElement

    Definition Classes
    PSBTMapNetworkElement
  23. def bytesLE: ByteVector

    The byte representation of the NetworkElement in little endian

    The byte representation of the NetworkElement in little endian

    Definition Classes
    NetworkElement
  24. def canEqual(that: Any): Boolean
    Definition Classes
    IndexedSeq → Seq → Equals
  25. def className: String
    Attributes
    protected[this]
    Definition Classes
    Iterable
  26. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  27. final def coll: OutputPSBTMap.this.type
    Attributes
    protected
    Definition Classes
    Iterable → IterableOps
  28. def collect[B](pf: PartialFunction[OutputPSBTRecord, B]): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  29. def collectFirst[B](pf: PartialFunction[OutputPSBTRecord, B]): Option[B]
    Definition Classes
    IterableOnceOps
  30. def combinations(n: Int): Iterator[IndexedSeq[OutputPSBTRecord]]
    Definition Classes
    SeqOps
  31. def combine(other: OutputPSBTMap): OutputPSBTMap

    Takes another OutputPSBTMap and adds all records that are not contained in this OutputPSBTMap A record's distinctness is determined by its key

    Takes another OutputPSBTMap and adds all records that are not contained in this OutputPSBTMap A record's distinctness is determined by its key

    other

    OutputPSBTMap to be combined with

    returns

    A OutputPSBTMap with the combined data of the two OutputPSBTMaps

  32. def compose[R](k: PartialFunction[R, Int]): PartialFunction[R, OutputPSBTRecord]
    Definition Classes
    PartialFunction
  33. def compose[A](g: (A) => Int): (A) => OutputPSBTRecord
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  34. final def concat[B >: OutputPSBTRecord](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps → IterableOps
    Annotations
    @inline()
  35. def contains[A1 >: OutputPSBTRecord](elem: A1): Boolean
    Definition Classes
    SeqOps
  36. def containsSlice[B >: OutputPSBTRecord](that: Seq[B]): Boolean
    Definition Classes
    SeqOps
  37. def copyToArray[B >: OutputPSBTRecord](xs: Array[B], start: Int, len: Int): Int
    Definition Classes
    IterableOnceOps
  38. def copyToArray[B >: OutputPSBTRecord](xs: Array[B], start: Int): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  39. def copyToArray[B >: OutputPSBTRecord](xs: Array[B]): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  40. def corresponds[B](that: Seq[B])(p: (OutputPSBTRecord, B) => Boolean): Boolean
    Definition Classes
    SeqOps
  41. def corresponds[B](that: IterableOnce[B])(p: (OutputPSBTRecord, B) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  42. def count(p: (OutputPSBTRecord) => Boolean): Int
    Definition Classes
    IterableOnceOps
  43. def diff[B >: OutputPSBTRecord](that: Seq[B]): IndexedSeq[OutputPSBTRecord]
    Definition Classes
    SeqOps
  44. def distinct: IndexedSeq[OutputPSBTRecord]
    Definition Classes
    SeqOps
  45. def distinctBy[B](f: (OutputPSBTRecord) => B): IndexedSeq[OutputPSBTRecord]
    Definition Classes
    SeqOps
  46. def distinctByKey[rType <: PSBTRecord](records: Vector[rType]): Vector[rType]
    Attributes
    protected
    Definition Classes
    PSBTMap
  47. def drop(n: Int): IndexedSeq[OutputPSBTRecord]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  48. def dropRight(n: Int): IndexedSeq[OutputPSBTRecord]
    Definition Classes
    IndexedSeqOps → IterableOps
  49. def dropWhile(p: (OutputPSBTRecord) => Boolean): IndexedSeq[OutputPSBTRecord]
    Definition Classes
    IterableOps → IterableOnceOps
  50. def elementWise: ElementWiseExtractor[Int, OutputPSBTRecord]
    Definition Classes
    PartialFunction
  51. val elements: Vector[OutputPSBTRecord]
    Definition Classes
    OutputPSBTMapPSBTMap
  52. def empty: IndexedSeq[OutputPSBTRecord]
    Definition Classes
    IterableFactoryDefaults → IterableOps
  53. def endsWith[B >: OutputPSBTRecord](that: Iterable[B]): Boolean
    Definition Classes
    SeqOps
  54. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  55. def equals(o: Any): Boolean
    Definition Classes
    Seq → Equals → AnyRef → Any
  56. def exists(p: (OutputPSBTRecord) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  57. def filter(pred: (OutputPSBTRecord) => Boolean): IndexedSeq[OutputPSBTRecord]
    Definition Classes
    IterableOps → IterableOnceOps
  58. def filterNot(pred: (OutputPSBTRecord) => Boolean): IndexedSeq[OutputPSBTRecord]
    Definition Classes
    IterableOps → IterableOnceOps
  59. def filterRecords(key: PSBTOutputKeyId): Vector[OutputPSBTRecord]
  60. def filterRecords[KeyIdType <: PSBTKeyId](key: KeyIdType, keyIdFactory: PSBTKeyIdFactory[KeyIdType]): Vector[OutputPSBTRecord]
    Attributes
    protected
    Definition Classes
    PSBTMap
  61. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  62. def find(p: (OutputPSBTRecord) => Boolean): Option[OutputPSBTRecord]
    Definition Classes
    IterableOnceOps
  63. def findLast(p: (OutputPSBTRecord) => Boolean): Option[OutputPSBTRecord]
    Definition Classes
    SeqOps
  64. def flatMap[B](f: (OutputPSBTRecord) => IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  65. def flatten[B](implicit asIterable: (OutputPSBTRecord) => IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  66. def fold[A1 >: OutputPSBTRecord](z: A1)(op: (A1, A1) => A1): A1
    Definition Classes
    IterableOnceOps
  67. def foldLeft[B](z: B)(op: (B, OutputPSBTRecord) => B): B
    Definition Classes
    IterableOnceOps
  68. def foldRight[B](z: B)(op: (OutputPSBTRecord, B) => B): B
    Definition Classes
    IndexedSeqOps → IterableOnceOps
  69. def forall(p: (OutputPSBTRecord) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  70. def foreach[U](f: (OutputPSBTRecord) => U): Unit
    Definition Classes
    IterableOnceOps
  71. def fromSpecific(coll: IterableOnce[OutputPSBTRecord]): IndexedSeq[OutputPSBTRecord]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  72. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  73. def getRecords(key: PSBTOutputKeyId): Vector[RecordType]
  74. def getRecords[KeyIdType <: PSBTKeyId](key: KeyIdType, keyIdFactory: PSBTKeyIdFactory[KeyIdType]): Vector[PSBTMap.getRecords.KeyIdType.RecordType]
    Attributes
    protected
    Definition Classes
    PSBTMap
  75. def groupBy[K](f: (OutputPSBTRecord) => K): Map[K, IndexedSeq[OutputPSBTRecord]]
    Definition Classes
    IterableOps
  76. def groupMap[K, B](key: (OutputPSBTRecord) => K)(f: (OutputPSBTRecord) => B): Map[K, IndexedSeq[B]]
    Definition Classes
    IterableOps
  77. def groupMapReduce[K, B](key: (OutputPSBTRecord) => K)(f: (OutputPSBTRecord) => B)(reduce: (B, B) => B): Map[K, B]
    Definition Classes
    IterableOps
  78. def grouped(size: Int): Iterator[IndexedSeq[OutputPSBTRecord]]
    Definition Classes
    IterableOps
  79. def hashCode(): Int
    Definition Classes
    Seq → AnyRef → Any
  80. def head: OutputPSBTRecord
    Definition Classes
    IndexedSeqOps → IterableOps
  81. def headOption: Option[OutputPSBTRecord]
    Definition Classes
    IndexedSeqOps → IterableOps
  82. def hex: String

    The hexadecimal representation of the NetworkElement

    The hexadecimal representation of the NetworkElement

    Definition Classes
    NetworkElement
  83. def hexLE: String

    The hexadecimal representation of the NetworkElement in little endian

    The hexadecimal representation of the NetworkElement in little endian

    Definition Classes
    NetworkElement
  84. def indexOf[B >: OutputPSBTRecord](elem: B): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  85. def indexOf[B >: OutputPSBTRecord](elem: B, from: Int): Int
    Definition Classes
    SeqOps
  86. def indexOfSlice[B >: OutputPSBTRecord](that: Seq[B]): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  87. def indexOfSlice[B >: OutputPSBTRecord](that: Seq[B], from: Int): Int
    Definition Classes
    SeqOps
  88. def indexWhere(p: (OutputPSBTRecord) => Boolean): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  89. def indexWhere(p: (OutputPSBTRecord) => Boolean, from: Int): Int
    Definition Classes
    SeqOps
  90. def indices: Range
    Definition Classes
    SeqOps
  91. def init: IndexedSeq[OutputPSBTRecord]
    Definition Classes
    IterableOps
  92. def inits: Iterator[IndexedSeq[OutputPSBTRecord]]
    Definition Classes
    IterableOps
  93. def intersect[B >: OutputPSBTRecord](that: Seq[B]): IndexedSeq[OutputPSBTRecord]
    Definition Classes
    SeqOps
  94. def isDefinedAt(idx: Int): Boolean
    Definition Classes
    SeqOps
  95. def isEmpty: Boolean
    Definition Classes
    SeqOps → IterableOnceOps
  96. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  97. def isTraversableAgain: Boolean
    Definition Classes
    IterableOps → IterableOnceOps
  98. def iterableFactory: SeqFactory[IndexedSeq]
    Definition Classes
    IndexedSeq → IndexedSeq → Seq → Seq → Iterable → Iterable → IterableOps
  99. def iterator: Iterator[OutputPSBTRecord]
    Definition Classes
    SeqWrapper → IndexedSeqOps → IterableOnce
  100. def knownSize: Int
    Definition Classes
    IndexedSeqOps → IterableOnce
  101. def last: OutputPSBTRecord
    Definition Classes
    IndexedSeqOps → IterableOps
  102. def lastIndexOf[B >: OutputPSBTRecord](elem: B, end: Int): Int
    Definition Classes
    SeqOps
  103. def lastIndexOfSlice[B >: OutputPSBTRecord](that: Seq[B]): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  104. def lastIndexOfSlice[B >: OutputPSBTRecord](that: Seq[B], end: Int): Int
    Definition Classes
    SeqOps
  105. def lastIndexWhere(p: (OutputPSBTRecord) => Boolean): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  106. def lastIndexWhere(p: (OutputPSBTRecord) => Boolean, end: Int): Int
    Definition Classes
    SeqOps
  107. def lastOption: Option[OutputPSBTRecord]
    Definition Classes
    IterableOps
  108. def lazyZip[B](that: Iterable[B]): LazyZip2[OutputPSBTRecord, B, OutputPSBTMap.this.type]
    Definition Classes
    Iterable
  109. def length: Int
    Definition Classes
    SeqWrapper → SeqOps
  110. final def lengthCompare(that: Iterable[_]): Int
    Definition Classes
    IndexedSeqOps → SeqOps
  111. final def lengthCompare(len: Int): Int
    Definition Classes
    IndexedSeqOps → SeqOps
  112. final def lengthIs: SizeCompareOps
    Definition Classes
    SeqOps
    Annotations
    @inline()
  113. def lift: (Int) => Option[OutputPSBTRecord]
    Definition Classes
    PartialFunction
  114. def map[B](f: (OutputPSBTRecord) => B): IndexedSeq[B]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  115. def max[B >: OutputPSBTRecord](implicit ord: Ordering[B]): OutputPSBTRecord
    Definition Classes
    IterableOnceOps
  116. def maxBy[B](f: (OutputPSBTRecord) => B)(implicit ord: Ordering[B]): OutputPSBTRecord
    Definition Classes
    IterableOnceOps
  117. def maxByOption[B](f: (OutputPSBTRecord) => B)(implicit ord: Ordering[B]): Option[OutputPSBTRecord]
    Definition Classes
    IterableOnceOps
  118. def maxOption[B >: OutputPSBTRecord](implicit ord: Ordering[B]): Option[OutputPSBTRecord]
    Definition Classes
    IterableOnceOps
  119. def min[B >: OutputPSBTRecord](implicit ord: Ordering[B]): OutputPSBTRecord
    Definition Classes
    IterableOnceOps
  120. def minBy[B](f: (OutputPSBTRecord) => B)(implicit ord: Ordering[B]): OutputPSBTRecord
    Definition Classes
    IterableOnceOps
  121. def minByOption[B](f: (OutputPSBTRecord) => B)(implicit ord: Ordering[B]): Option[OutputPSBTRecord]
    Definition Classes
    IterableOnceOps
  122. def minOption[B >: OutputPSBTRecord](implicit ord: Ordering[B]): Option[OutputPSBTRecord]
    Definition Classes
    IterableOnceOps
  123. final def mkString: String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  124. final def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  125. final def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  126. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  127. def newSpecificBuilder: Builder[OutputPSBTRecord, IndexedSeq[OutputPSBTRecord]]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  128. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  129. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  130. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  131. def occCounts[B](sq: Seq[B]): Map[B, Int]
    Attributes
    protected[collection]
    Definition Classes
    SeqOps
  132. def orElse[A1 <: Int, B1 >: OutputPSBTRecord](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
    Definition Classes
    PartialFunction
  133. def padTo[B >: OutputPSBTRecord](len: Int, elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
  134. def partition(p: (OutputPSBTRecord) => Boolean): (IndexedSeq[OutputPSBTRecord], IndexedSeq[OutputPSBTRecord])
    Definition Classes
    IterableOps
  135. def partitionMap[A1, A2](f: (OutputPSBTRecord) => Either[A1, A2]): (IndexedSeq[A1], IndexedSeq[A2])
    Definition Classes
    IterableOps
  136. def patch[B >: OutputPSBTRecord](from: Int, other: IterableOnce[B], replaced: Int): IndexedSeq[B]
    Definition Classes
    SeqOps
  137. def permutations: Iterator[IndexedSeq[OutputPSBTRecord]]
    Definition Classes
    SeqOps
  138. def prepended[B >: OutputPSBTRecord](elem: B): IndexedSeq[B]
    Definition Classes
    IndexedSeqOps → SeqOps
  139. def prependedAll[B >: OutputPSBTRecord](prefix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps
  140. def product[B >: OutputPSBTRecord](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  141. def productElementNames: Iterator[String]
    Definition Classes
    Product
  142. def redeemScriptOpt: Option[RedeemScript]
  143. def reduce[B >: OutputPSBTRecord](op: (B, B) => B): B
    Definition Classes
    IterableOnceOps
  144. def reduceLeft[B >: OutputPSBTRecord](op: (B, OutputPSBTRecord) => B): B
    Definition Classes
    IterableOnceOps
  145. def reduceLeftOption[B >: OutputPSBTRecord](op: (B, OutputPSBTRecord) => B): Option[B]
    Definition Classes
    IterableOnceOps
  146. def reduceOption[B >: OutputPSBTRecord](op: (B, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  147. def reduceRight[B >: OutputPSBTRecord](op: (OutputPSBTRecord, B) => B): B
    Definition Classes
    IterableOnceOps
  148. def reduceRightOption[B >: OutputPSBTRecord](op: (OutputPSBTRecord, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  149. def reverse: IndexedSeq[OutputPSBTRecord]
    Definition Classes
    IndexedSeqOps → SeqOps
  150. def reverseIterator: Iterator[OutputPSBTRecord]
    Definition Classes
    IndexedSeqOps → SeqOps
  151. def reversed: Iterable[OutputPSBTRecord]
    Attributes
    protected
    Definition Classes
    IndexedSeqOps → IterableOnceOps
  152. def runWith[U](action: (OutputPSBTRecord) => U): (Int) => Boolean
    Definition Classes
    PartialFunction
  153. def sameElements[B >: OutputPSBTRecord](o: IterableOnce[B]): Boolean
    Definition Classes
    IndexedSeq → SeqOps
  154. def scan[B >: OutputPSBTRecord](z: B)(op: (B, B) => B): IndexedSeq[B]
    Definition Classes
    IterableOps
  155. def scanLeft[B](z: B)(op: (B, OutputPSBTRecord) => B): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  156. def scanRight[B](z: B)(op: (OutputPSBTRecord, B) => B): IndexedSeq[B]
    Definition Classes
    IterableOps
  157. def search[B >: OutputPSBTRecord](elem: B, from: Int, to: Int)(implicit ord: Ordering[B]): SearchResult
    Definition Classes
    IndexedSeqOps → SeqOps
  158. def search[B >: OutputPSBTRecord](elem: B)(implicit ord: Ordering[B]): SearchResult
    Definition Classes
    IndexedSeqOps → SeqOps
  159. def segmentLength(p: (OutputPSBTRecord) => Boolean, from: Int): Int
    Definition Classes
    SeqOps
  160. final def segmentLength(p: (OutputPSBTRecord) => Boolean): Int
    Definition Classes
    SeqOps
  161. final def size: Int
    Definition Classes
    SeqOps → IterableOnceOps
  162. final def sizeCompare(that: Iterable[_]): Int
    Definition Classes
    SeqOps → IterableOps
  163. final def sizeCompare(otherSize: Int): Int
    Definition Classes
    SeqOps → IterableOps
  164. final def sizeIs: SizeCompareOps
    Definition Classes
    IterableOps
    Annotations
    @inline()
  165. def slice(from: Int, until: Int): IndexedSeq[OutputPSBTRecord]
    Definition Classes
    IndexedSeqOps → IndexedSeqOps → IterableOps → IterableOnceOps
  166. def sliding(size: Int, step: Int): Iterator[IndexedSeq[OutputPSBTRecord]]
    Definition Classes
    IterableOps
  167. def sliding(size: Int): Iterator[IndexedSeq[OutputPSBTRecord]]
    Definition Classes
    IterableOps
  168. def sortBy[B](f: (OutputPSBTRecord) => B)(implicit ord: Ordering[B]): IndexedSeq[OutputPSBTRecord]
    Definition Classes
    SeqOps
  169. def sortWith(lt: (OutputPSBTRecord, OutputPSBTRecord) => Boolean): IndexedSeq[OutputPSBTRecord]
    Definition Classes
    SeqOps
  170. def sorted[B >: OutputPSBTRecord](implicit ord: Ordering[B]): IndexedSeq[OutputPSBTRecord]
    Definition Classes
    SeqOps
  171. def span(p: (OutputPSBTRecord) => Boolean): (IndexedSeq[OutputPSBTRecord], IndexedSeq[OutputPSBTRecord])
    Definition Classes
    IterableOps → IterableOnceOps
  172. def splitAt(n: Int): (IndexedSeq[OutputPSBTRecord], IndexedSeq[OutputPSBTRecord])
    Definition Classes
    IterableOps → IterableOnceOps
  173. def startsWith[B >: OutputPSBTRecord](that: IterableOnce[B], offset: Int): Boolean
    Definition Classes
    SeqOps
  174. def stepper[S <: Stepper[_]](implicit shape: StepperShape[OutputPSBTRecord, S]): S with EfficientSplit
    Definition Classes
    IndexedSeqOps → IterableOnce
  175. def stringPrefix: String
    Attributes
    protected[this]
    Definition Classes
    IndexedSeq → Seq → Iterable
  176. def sum[B >: OutputPSBTRecord](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  177. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  178. def tail: IndexedSeq[OutputPSBTRecord]
    Definition Classes
    IterableOps
  179. def tails: Iterator[IndexedSeq[OutputPSBTRecord]]
    Definition Classes
    IterableOps
  180. def take(n: Int): IndexedSeq[OutputPSBTRecord]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  181. def takeRight(n: Int): IndexedSeq[OutputPSBTRecord]
    Definition Classes
    IndexedSeqOps → IterableOps
  182. def takeWhile(p: (OutputPSBTRecord) => Boolean): IndexedSeq[OutputPSBTRecord]
    Definition Classes
    IterableOps → IterableOnceOps
  183. def tapEach[U](f: (OutputPSBTRecord) => U): IndexedSeq[OutputPSBTRecord]
    Definition Classes
    IterableOps → IterableOnceOps
  184. def taprootInternalKey: Option[TRInternalKey]
  185. def to[C1](factory: Factory[OutputPSBTRecord, C1]): C1
    Definition Classes
    IterableOnceOps
  186. def toArray[B >: OutputPSBTRecord](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    IterableOnceOps
  187. final def toBuffer[B >: OutputPSBTRecord]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  188. final def toIndexedSeq: IndexedSeq[OutputPSBTRecord]
    Definition Classes
    IndexedSeq → IterableOnceOps
  189. def toList: List[OutputPSBTRecord]
    Definition Classes
    IterableOnceOps
  190. def toMap[K, V](implicit ev: <:<[OutputPSBTRecord, (K, V)]): Map[K, V]
    Definition Classes
    IterableOnceOps
  191. final def toSeq: OutputPSBTMap.this.type
    Definition Classes
    Seq → IterableOnceOps
  192. def toSet[B >: OutputPSBTRecord]: Set[B]
    Definition Classes
    IterableOnceOps
  193. def toString(): String
    Definition Classes
    Seq → Function1 → Iterable → AnyRef → Any
  194. def toVector: Vector[OutputPSBTRecord]
    Definition Classes
    IterableOnceOps
  195. def transpose[B](implicit asIterable: (OutputPSBTRecord) => Iterable[B]): IndexedSeq[IndexedSeq[B]]
    Definition Classes
    IterableOps
  196. def unapply(a: Int): Option[OutputPSBTRecord]
    Definition Classes
    PartialFunction
  197. def unzip[A1, A2](implicit asPair: (OutputPSBTRecord) => (A1, A2)): (IndexedSeq[A1], IndexedSeq[A2])
    Definition Classes
    IterableOps
  198. def unzip3[A1, A2, A3](implicit asTriple: (OutputPSBTRecord) => (A1, A2, A3)): (IndexedSeq[A1], IndexedSeq[A2], IndexedSeq[A3])
    Definition Classes
    IterableOps
  199. def updated[B >: OutputPSBTRecord](index: Int, elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
  200. def view: IndexedSeqView[OutputPSBTRecord]
    Definition Classes
    IndexedSeqOps → SeqOps → IterableOps
  201. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  202. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  203. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  204. def withFilter(p: (OutputPSBTRecord) => Boolean): WithFilter[OutputPSBTRecord, [_]IndexedSeq[_]]
    Definition Classes
    IterableOps
  205. def witnessScriptOpt: Option[WitnessScript]
  206. val wrapped: Vector[OutputPSBTRecord]
    Definition Classes
    OutputPSBTMapSeqWrapper
  207. def zip[B](that: IterableOnce[B]): IndexedSeq[(OutputPSBTRecord, B)]
    Definition Classes
    IterableOps
  208. def zipAll[A1 >: OutputPSBTRecord, B](that: Iterable[B], thisElem: A1, thatElem: B): IndexedSeq[(A1, B)]
    Definition Classes
    IterableOps
  209. def zipWithIndex: IndexedSeq[(OutputPSBTRecord, Int)]
    Definition Classes
    IterableOps → IterableOnceOps

Deprecated Value Members

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

    (Since version 2.13.0) Use segmentLength instead of prefixLength

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

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

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

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

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

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

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

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

Ungrouped