case class GlobalPSBTMap(elements: Vector[GlobalPSBTRecord]) extends SeqWrapper[GlobalPSBTRecord] with PSBTMap[GlobalPSBTRecord] with Product with Serializable
- Alphabetic
- By Inheritance
- GlobalPSBTMap
- Serializable
- Product
- PSBTMap
- NetworkElement
- 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 GlobalPSBTMap(elements: Vector[GlobalPSBTRecord])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ++[B >: GlobalPSBTRecord](suffix: IterableOnce[B]): IndexedSeq[B]
- Definition Classes
- IterableOps
- Annotations
- @inline()
- final def ++:[B >: GlobalPSBTRecord](prefix: IterableOnce[B]): IndexedSeq[B]
- Definition Classes
- SeqOps → IterableOps
- Annotations
- @inline()
- final def +:[B >: GlobalPSBTRecord](elem: B): IndexedSeq[B]
- Definition Classes
- SeqOps
- Annotations
- @inline()
- final def :+[B >: GlobalPSBTRecord](elem: B): IndexedSeq[B]
- Definition Classes
- SeqOps
- Annotations
- @inline()
- final def :++[B >: GlobalPSBTRecord](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[GlobalPSBTRecord, C]): PartialFunction[Int, C]
- Definition Classes
- PartialFunction
- def andThen[C](k: (GlobalPSBTRecord) => C): PartialFunction[Int, C]
- Definition Classes
- PartialFunction → Function1
- def appended[B >: GlobalPSBTRecord](elem: B): IndexedSeq[B]
- Definition Classes
- SeqOps
- def appendedAll[B >: GlobalPSBTRecord](suffix: IterableOnce[B]): IndexedSeq[B]
- Definition Classes
- SeqOps
- def apply(idx: Int): GlobalPSBTRecord
- Definition Classes
- SeqWrapper → SeqOps → Function1
- def applyOrElse[A1 <: Int, B1 >: GlobalPSBTRecord](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 byteSize: Long
The size of the NetworkElement in bytes.
The size of the NetworkElement in bytes.
- Definition Classes
- NetworkElement
- def bytes: ByteVector
The byte representation of the NetworkElement
The byte representation of the NetworkElement
- Definition Classes
- PSBTMap → NetworkElement
- def bytesLE: ByteVector
The byte representation of the NetworkElement in little endian
The byte representation of the NetworkElement in little endian
- Definition Classes
- NetworkElement
- 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: GlobalPSBTMap.this.type
- Attributes
- protected
- Definition Classes
- Iterable → IterableOps
- def collect[B](pf: PartialFunction[GlobalPSBTRecord, B]): IndexedSeq[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def collectFirst[B](pf: PartialFunction[GlobalPSBTRecord, B]): Option[B]
- Definition Classes
- IterableOnceOps
- def combinations(n: Int): Iterator[IndexedSeq[GlobalPSBTRecord]]
- Definition Classes
- SeqOps
- def combine(other: GlobalPSBTMap): GlobalPSBTMap
Takes another GlobalPSBTMap and adds all records that are not contained in this GlobalPSBTMap
Takes another GlobalPSBTMap and adds all records that are not contained in this GlobalPSBTMap
- other
GlobalPSBTMap to be combined with
- returns
A GlobalPSBTMap with the combined data of the two GlobalPSBTMaps
- def compose[R](k: PartialFunction[R, Int]): PartialFunction[R, GlobalPSBTRecord]
- Definition Classes
- PartialFunction
- def compose[A](g: (A) => Int): (A) => GlobalPSBTRecord
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- final def concat[B >: GlobalPSBTRecord](suffix: IterableOnce[B]): IndexedSeq[B]
- Definition Classes
- SeqOps → IterableOps
- Annotations
- @inline()
- def contains[A1 >: GlobalPSBTRecord](elem: A1): Boolean
- Definition Classes
- SeqOps
- def containsSlice[B >: GlobalPSBTRecord](that: Seq[B]): Boolean
- Definition Classes
- SeqOps
- def copyToArray[B >: GlobalPSBTRecord](xs: Array[B], start: Int, len: Int): Int
- Definition Classes
- IterableOnceOps
- def copyToArray[B >: GlobalPSBTRecord](xs: Array[B], start: Int): Int
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecatedOverriding()
- def copyToArray[B >: GlobalPSBTRecord](xs: Array[B]): Int
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecatedOverriding()
- def corresponds[B](that: Seq[B])(p: (GlobalPSBTRecord, B) => Boolean): Boolean
- Definition Classes
- SeqOps
- def corresponds[B](that: IterableOnce[B])(p: (GlobalPSBTRecord, B) => Boolean): Boolean
- Definition Classes
- IterableOnceOps
- def count(p: (GlobalPSBTRecord) => Boolean): Int
- Definition Classes
- IterableOnceOps
- def diff[B >: GlobalPSBTRecord](that: Seq[B]): IndexedSeq[GlobalPSBTRecord]
- Definition Classes
- SeqOps
- def distinct: IndexedSeq[GlobalPSBTRecord]
- Definition Classes
- SeqOps
- def distinctBy[B](f: (GlobalPSBTRecord) => B): IndexedSeq[GlobalPSBTRecord]
- Definition Classes
- SeqOps
- def distinctByKey[rType <: PSBTRecord](records: Vector[rType]): Vector[rType]
- Attributes
- protected
- Definition Classes
- PSBTMap
- def drop(n: Int): IndexedSeq[GlobalPSBTRecord]
- Definition Classes
- IndexedSeqOps → IterableOps → IterableOnceOps
- def dropRight(n: Int): IndexedSeq[GlobalPSBTRecord]
- Definition Classes
- IndexedSeqOps → IterableOps
- def dropWhile(p: (GlobalPSBTRecord) => Boolean): IndexedSeq[GlobalPSBTRecord]
- Definition Classes
- IterableOps → IterableOnceOps
- def elementWise: ElementWiseExtractor[Int, GlobalPSBTRecord]
- Definition Classes
- PartialFunction
- val elements: Vector[GlobalPSBTRecord]
- Definition Classes
- GlobalPSBTMap → PSBTMap
- def empty: IndexedSeq[GlobalPSBTRecord]
- Definition Classes
- IterableFactoryDefaults → IterableOps
- def endsWith[B >: GlobalPSBTRecord](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: (GlobalPSBTRecord) => Boolean): Boolean
- Definition Classes
- IterableOnceOps
- def extendedPublicKeys: Vector[XPubKey]
- def filter(pred: (GlobalPSBTRecord) => Boolean): IndexedSeq[GlobalPSBTRecord]
- Definition Classes
- IterableOps → IterableOnceOps
- def filterNot(pred: (GlobalPSBTRecord) => Boolean): IndexedSeq[GlobalPSBTRecord]
- Definition Classes
- IterableOps → IterableOnceOps
- def filterRecords(key: PSBTGlobalKeyId): Vector[GlobalPSBTRecord]
- def filterRecords[KeyIdType <: PSBTKeyId](key: KeyIdType, keyIdFactory: PSBTKeyIdFactory[KeyIdType]): Vector[GlobalPSBTRecord]
- Attributes
- protected
- Definition Classes
- PSBTMap
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def find(p: (GlobalPSBTRecord) => Boolean): Option[GlobalPSBTRecord]
- Definition Classes
- IterableOnceOps
- def findLast(p: (GlobalPSBTRecord) => Boolean): Option[GlobalPSBTRecord]
- Definition Classes
- SeqOps
- def flatMap[B](f: (GlobalPSBTRecord) => IterableOnce[B]): IndexedSeq[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def flatten[B](implicit asIterable: (GlobalPSBTRecord) => IterableOnce[B]): IndexedSeq[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def fold[A1 >: GlobalPSBTRecord](z: A1)(op: (A1, A1) => A1): A1
- Definition Classes
- IterableOnceOps
- def foldLeft[B](z: B)(op: (B, GlobalPSBTRecord) => B): B
- Definition Classes
- IterableOnceOps
- def foldRight[B](z: B)(op: (GlobalPSBTRecord, B) => B): B
- Definition Classes
- IndexedSeqOps → IterableOnceOps
- def forall(p: (GlobalPSBTRecord) => Boolean): Boolean
- Definition Classes
- IterableOnceOps
- def foreach[U](f: (GlobalPSBTRecord) => U): Unit
- Definition Classes
- IterableOnceOps
- def fromSpecific(coll: IterableOnce[GlobalPSBTRecord]): IndexedSeq[GlobalPSBTRecord]
- Attributes
- protected
- Definition Classes
- IterableFactoryDefaults → IterableOps
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getRecords(key: PSBTGlobalKeyId): Vector[RecordType]
- def getRecords[KeyIdType <: PSBTKeyId](key: KeyIdType, keyIdFactory: PSBTKeyIdFactory[KeyIdType]): Vector[PSBTMap.getRecords.KeyIdType.RecordType]
- Attributes
- protected
- Definition Classes
- PSBTMap
- def groupBy[K](f: (GlobalPSBTRecord) => K): Map[K, IndexedSeq[GlobalPSBTRecord]]
- Definition Classes
- IterableOps
- def groupMap[K, B](key: (GlobalPSBTRecord) => K)(f: (GlobalPSBTRecord) => B): Map[K, IndexedSeq[B]]
- Definition Classes
- IterableOps
- def groupMapReduce[K, B](key: (GlobalPSBTRecord) => K)(f: (GlobalPSBTRecord) => B)(reduce: (B, B) => B): Map[K, B]
- Definition Classes
- IterableOps
- def grouped(size: Int): Iterator[IndexedSeq[GlobalPSBTRecord]]
- Definition Classes
- IterableOps
- def hashCode(): Int
- Definition Classes
- Seq → AnyRef → Any
- def head: GlobalPSBTRecord
- Definition Classes
- IndexedSeqOps → IterableOps
- def headOption: Option[GlobalPSBTRecord]
- Definition Classes
- IndexedSeqOps → IterableOps
- def hex: String
The hexadecimal representation of the NetworkElement
The hexadecimal representation of the NetworkElement
- Definition Classes
- NetworkElement
- def hexLE: String
The hexadecimal representation of the NetworkElement in little endian
The hexadecimal representation of the NetworkElement in little endian
- Definition Classes
- NetworkElement
- def indexOf[B >: GlobalPSBTRecord](elem: B): Int
- Definition Classes
- SeqOps
- Annotations
- @deprecatedOverriding()
- def indexOf[B >: GlobalPSBTRecord](elem: B, from: Int): Int
- Definition Classes
- SeqOps
- def indexOfSlice[B >: GlobalPSBTRecord](that: Seq[B]): Int
- Definition Classes
- SeqOps
- Annotations
- @deprecatedOverriding()
- def indexOfSlice[B >: GlobalPSBTRecord](that: Seq[B], from: Int): Int
- Definition Classes
- SeqOps
- def indexWhere(p: (GlobalPSBTRecord) => Boolean): Int
- Definition Classes
- SeqOps
- Annotations
- @deprecatedOverriding()
- def indexWhere(p: (GlobalPSBTRecord) => Boolean, from: Int): Int
- Definition Classes
- SeqOps
- def indices: Range
- Definition Classes
- SeqOps
- def init: IndexedSeq[GlobalPSBTRecord]
- Definition Classes
- IterableOps
- def inits: Iterator[IndexedSeq[GlobalPSBTRecord]]
- Definition Classes
- IterableOps
- def intersect[B >: GlobalPSBTRecord](that: Seq[B]): IndexedSeq[GlobalPSBTRecord]
- 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[GlobalPSBTRecord]
- Definition Classes
- SeqWrapper → IndexedSeqOps → IterableOnce
- def knownSize: Int
- Definition Classes
- IndexedSeqOps → IterableOnce
- def last: GlobalPSBTRecord
- Definition Classes
- IndexedSeqOps → IterableOps
- def lastIndexOf[B >: GlobalPSBTRecord](elem: B, end: Int): Int
- Definition Classes
- SeqOps
- def lastIndexOfSlice[B >: GlobalPSBTRecord](that: Seq[B]): Int
- Definition Classes
- SeqOps
- Annotations
- @deprecatedOverriding()
- def lastIndexOfSlice[B >: GlobalPSBTRecord](that: Seq[B], end: Int): Int
- Definition Classes
- SeqOps
- def lastIndexWhere(p: (GlobalPSBTRecord) => Boolean): Int
- Definition Classes
- SeqOps
- Annotations
- @deprecatedOverriding()
- def lastIndexWhere(p: (GlobalPSBTRecord) => Boolean, end: Int): Int
- Definition Classes
- SeqOps
- def lastOption: Option[GlobalPSBTRecord]
- Definition Classes
- IterableOps
- def lazyZip[B](that: Iterable[B]): LazyZip2[GlobalPSBTRecord, B, GlobalPSBTMap.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[GlobalPSBTRecord]
- Definition Classes
- PartialFunction
- def map[B](f: (GlobalPSBTRecord) => B): IndexedSeq[B]
- Definition Classes
- IndexedSeqOps → IterableOps → IterableOnceOps
- def max[B >: GlobalPSBTRecord](implicit ord: Ordering[B]): GlobalPSBTRecord
- Definition Classes
- IterableOnceOps
- def maxBy[B](f: (GlobalPSBTRecord) => B)(implicit ord: Ordering[B]): GlobalPSBTRecord
- Definition Classes
- IterableOnceOps
- def maxByOption[B](f: (GlobalPSBTRecord) => B)(implicit ord: Ordering[B]): Option[GlobalPSBTRecord]
- Definition Classes
- IterableOnceOps
- def maxOption[B >: GlobalPSBTRecord](implicit ord: Ordering[B]): Option[GlobalPSBTRecord]
- Definition Classes
- IterableOnceOps
- def min[B >: GlobalPSBTRecord](implicit ord: Ordering[B]): GlobalPSBTRecord
- Definition Classes
- IterableOnceOps
- def minBy[B](f: (GlobalPSBTRecord) => B)(implicit ord: Ordering[B]): GlobalPSBTRecord
- Definition Classes
- IterableOnceOps
- def minByOption[B](f: (GlobalPSBTRecord) => B)(implicit ord: Ordering[B]): Option[GlobalPSBTRecord]
- Definition Classes
- IterableOnceOps
- def minOption[B >: GlobalPSBTRecord](implicit ord: Ordering[B]): Option[GlobalPSBTRecord]
- 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[GlobalPSBTRecord, IndexedSeq[GlobalPSBTRecord]]
- 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 >: GlobalPSBTRecord](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
- Definition Classes
- PartialFunction
- def padTo[B >: GlobalPSBTRecord](len: Int, elem: B): IndexedSeq[B]
- Definition Classes
- SeqOps
- def partition(p: (GlobalPSBTRecord) => Boolean): (IndexedSeq[GlobalPSBTRecord], IndexedSeq[GlobalPSBTRecord])
- Definition Classes
- IterableOps
- def partitionMap[A1, A2](f: (GlobalPSBTRecord) => Either[A1, A2]): (IndexedSeq[A1], IndexedSeq[A2])
- Definition Classes
- IterableOps
- def patch[B >: GlobalPSBTRecord](from: Int, other: IterableOnce[B], replaced: Int): IndexedSeq[B]
- Definition Classes
- SeqOps
- def permutations: Iterator[IndexedSeq[GlobalPSBTRecord]]
- Definition Classes
- SeqOps
- def prepended[B >: GlobalPSBTRecord](elem: B): IndexedSeq[B]
- Definition Classes
- IndexedSeqOps → SeqOps
- def prependedAll[B >: GlobalPSBTRecord](prefix: IterableOnce[B]): IndexedSeq[B]
- Definition Classes
- SeqOps
- def product[B >: GlobalPSBTRecord](implicit num: Numeric[B]): B
- Definition Classes
- IterableOnceOps
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def reduce[B >: GlobalPSBTRecord](op: (B, B) => B): B
- Definition Classes
- IterableOnceOps
- def reduceLeft[B >: GlobalPSBTRecord](op: (B, GlobalPSBTRecord) => B): B
- Definition Classes
- IterableOnceOps
- def reduceLeftOption[B >: GlobalPSBTRecord](op: (B, GlobalPSBTRecord) => B): Option[B]
- Definition Classes
- IterableOnceOps
- def reduceOption[B >: GlobalPSBTRecord](op: (B, B) => B): Option[B]
- Definition Classes
- IterableOnceOps
- def reduceRight[B >: GlobalPSBTRecord](op: (GlobalPSBTRecord, B) => B): B
- Definition Classes
- IterableOnceOps
- def reduceRightOption[B >: GlobalPSBTRecord](op: (GlobalPSBTRecord, B) => B): Option[B]
- Definition Classes
- IterableOnceOps
- def reverse: IndexedSeq[GlobalPSBTRecord]
- Definition Classes
- IndexedSeqOps → SeqOps
- def reverseIterator: Iterator[GlobalPSBTRecord]
- Definition Classes
- IndexedSeqOps → SeqOps
- def reversed: Iterable[GlobalPSBTRecord]
- Attributes
- protected
- Definition Classes
- IndexedSeqOps → IterableOnceOps
- def runWith[U](action: (GlobalPSBTRecord) => U): (Int) => Boolean
- Definition Classes
- PartialFunction
- def sameElements[B >: GlobalPSBTRecord](o: IterableOnce[B]): Boolean
- Definition Classes
- IndexedSeq → SeqOps
- def scan[B >: GlobalPSBTRecord](z: B)(op: (B, B) => B): IndexedSeq[B]
- Definition Classes
- IterableOps
- def scanLeft[B](z: B)(op: (B, GlobalPSBTRecord) => B): IndexedSeq[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def scanRight[B](z: B)(op: (GlobalPSBTRecord, B) => B): IndexedSeq[B]
- Definition Classes
- IterableOps
- def search[B >: GlobalPSBTRecord](elem: B, from: Int, to: Int)(implicit ord: Ordering[B]): SearchResult
- Definition Classes
- IndexedSeqOps → SeqOps
- def search[B >: GlobalPSBTRecord](elem: B)(implicit ord: Ordering[B]): SearchResult
- Definition Classes
- IndexedSeqOps → SeqOps
- def segmentLength(p: (GlobalPSBTRecord) => Boolean, from: Int): Int
- Definition Classes
- SeqOps
- final def segmentLength(p: (GlobalPSBTRecord) => 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[GlobalPSBTRecord]
- Definition Classes
- IndexedSeqOps → IndexedSeqOps → IterableOps → IterableOnceOps
- def sliding(size: Int, step: Int): Iterator[IndexedSeq[GlobalPSBTRecord]]
- Definition Classes
- IterableOps
- def sliding(size: Int): Iterator[IndexedSeq[GlobalPSBTRecord]]
- Definition Classes
- IterableOps
- def sortBy[B](f: (GlobalPSBTRecord) => B)(implicit ord: Ordering[B]): IndexedSeq[GlobalPSBTRecord]
- Definition Classes
- SeqOps
- def sortWith(lt: (GlobalPSBTRecord, GlobalPSBTRecord) => Boolean): IndexedSeq[GlobalPSBTRecord]
- Definition Classes
- SeqOps
- def sorted[B >: GlobalPSBTRecord](implicit ord: Ordering[B]): IndexedSeq[GlobalPSBTRecord]
- Definition Classes
- SeqOps
- def span(p: (GlobalPSBTRecord) => Boolean): (IndexedSeq[GlobalPSBTRecord], IndexedSeq[GlobalPSBTRecord])
- Definition Classes
- IterableOps → IterableOnceOps
- def splitAt(n: Int): (IndexedSeq[GlobalPSBTRecord], IndexedSeq[GlobalPSBTRecord])
- Definition Classes
- IterableOps → IterableOnceOps
- def startsWith[B >: GlobalPSBTRecord](that: IterableOnce[B], offset: Int): Boolean
- Definition Classes
- SeqOps
- def stepper[S <: Stepper[_]](implicit shape: StepperShape[GlobalPSBTRecord, S]): S with EfficientSplit
- Definition Classes
- IndexedSeqOps → IterableOnce
- def stringPrefix: String
- Attributes
- protected[this]
- Definition Classes
- IndexedSeq → Seq → Iterable
- def sum[B >: GlobalPSBTRecord](implicit num: Numeric[B]): B
- Definition Classes
- IterableOnceOps
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tail: IndexedSeq[GlobalPSBTRecord]
- Definition Classes
- IterableOps
- def tails: Iterator[IndexedSeq[GlobalPSBTRecord]]
- Definition Classes
- IterableOps
- def take(n: Int): IndexedSeq[GlobalPSBTRecord]
- Definition Classes
- IndexedSeqOps → IterableOps → IterableOnceOps
- def takeRight(n: Int): IndexedSeq[GlobalPSBTRecord]
- Definition Classes
- IndexedSeqOps → IterableOps
- def takeWhile(p: (GlobalPSBTRecord) => Boolean): IndexedSeq[GlobalPSBTRecord]
- Definition Classes
- IterableOps → IterableOnceOps
- def tapEach[U](f: (GlobalPSBTRecord) => U): IndexedSeq[GlobalPSBTRecord]
- Definition Classes
- IterableOps → IterableOnceOps
- def to[C1](factory: Factory[GlobalPSBTRecord, C1]): C1
- Definition Classes
- IterableOnceOps
- def toArray[B >: GlobalPSBTRecord](implicit arg0: ClassTag[B]): Array[B]
- Definition Classes
- IterableOnceOps
- final def toBuffer[B >: GlobalPSBTRecord]: Buffer[B]
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def toIndexedSeq: IndexedSeq[GlobalPSBTRecord]
- Definition Classes
- IndexedSeq → IterableOnceOps
- def toList: List[GlobalPSBTRecord]
- Definition Classes
- IterableOnceOps
- def toMap[K, V](implicit ev: <:<[GlobalPSBTRecord, (K, V)]): Map[K, V]
- Definition Classes
- IterableOnceOps
- final def toSeq: GlobalPSBTMap.this.type
- Definition Classes
- Seq → IterableOnceOps
- def toSet[B >: GlobalPSBTRecord]: Set[B]
- Definition Classes
- IterableOnceOps
- def toString(): String
- Definition Classes
- Seq → Function1 → Iterable → AnyRef → Any
- def toVector: Vector[GlobalPSBTRecord]
- Definition Classes
- IterableOnceOps
- def transpose[B](implicit asIterable: (GlobalPSBTRecord) => Iterable[B]): IndexedSeq[IndexedSeq[B]]
- Definition Classes
- IterableOps
- def unapply(a: Int): Option[GlobalPSBTRecord]
- Definition Classes
- PartialFunction
- def unsignedTransaction: UnsignedTransaction
- def unzip[A1, A2](implicit asPair: (GlobalPSBTRecord) => (A1, A2)): (IndexedSeq[A1], IndexedSeq[A2])
- Definition Classes
- IterableOps
- def unzip3[A1, A2, A3](implicit asTriple: (GlobalPSBTRecord) => (A1, A2, A3)): (IndexedSeq[A1], IndexedSeq[A2], IndexedSeq[A3])
- Definition Classes
- IterableOps
- def updated[B >: GlobalPSBTRecord](index: Int, elem: B): IndexedSeq[B]
- Definition Classes
- SeqOps
- def version: Version
- def view: IndexedSeqView[GlobalPSBTRecord]
- 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: (GlobalPSBTRecord) => Boolean): WithFilter[GlobalPSBTRecord, [_]IndexedSeq[_]]
- Definition Classes
- IterableOps
- val wrapped: Vector[GlobalPSBTRecord]
- Definition Classes
- GlobalPSBTMap → SeqWrapper
- def zip[B](that: IterableOnce[B]): IndexedSeq[(GlobalPSBTRecord, B)]
- Definition Classes
- IterableOps
- def zipAll[A1 >: GlobalPSBTRecord, B](that: Iterable[B], thisElem: A1, thatElem: B): IndexedSeq[(A1, B)]
- Definition Classes
- IterableOps
- def zipWithIndex: IndexedSeq[(GlobalPSBTRecord, Int)]
- Definition Classes
- IterableOps → IterableOnceOps
Deprecated Value Members
- final def /:[B](z: B)(op: (B, GlobalPSBTRecord) => B): B
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use foldLeft instead of /:
- final def :\[B](z: B)(op: (GlobalPSBTRecord, 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, GlobalPSBTRecord) => 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 >: GlobalPSBTRecord](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: (GlobalPSBTRecord) => Boolean): Int
- Definition Classes
- SeqOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use segmentLength instead of prefixLength
- final def repr: IndexedSeq[GlobalPSBTRecord]
- 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: (GlobalPSBTRecord) => 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: GlobalPSBTMap.this.type
- Definition Classes
- Iterable
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Iterable.seq always returns the iterable itself
- final def toIterable: GlobalPSBTMap.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[GlobalPSBTRecord]
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator instead of .toIterator
- final def toStream: Stream[GlobalPSBTRecord]
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .to(LazyList) instead of .toStream
- final def toTraversable: Traversable[GlobalPSBTRecord]
- 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 >: GlobalPSBTRecord](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[GlobalPSBTRecord]
- Definition Classes
- IndexedSeqOps → IterableOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .view.slice(from, until) instead of .view(from, until)