A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.scala-lang.org/api/2.13.7/scala/collection/mutable/ArraySeq$$ofByte.html below:

Scala Standard Library 2.13.7 - scala.collection.mutable.ArraySeq.ofByte

final class ofByte extends ArraySeq[Byte]



Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ofByte
  2. ArraySeq
  3. Serializable
  4. StrictOptimizedSeqOps
  5. StrictOptimizedIterableOps
  6. IndexedSeq
  7. IndexedSeqOps
  8. IndexedSeq
  9. IndexedSeqOps
  10. AbstractSeq
  11. Seq
  12. SeqOps
  13. Cloneable
  14. Cloneable
  15. Iterable
  16. AbstractSeq
  17. Seq
  18. Equals
  19. SeqOps
  20. PartialFunction
  21. Function1
  22. AbstractIterable
  23. Iterable
  24. IterableFactoryDefaults
  25. IterableOps
  26. IterableOnceOps
  27. IterableOnce
  28. AnyRef
  29. Any
Implicitly
  1. by iterableOnceExtensionMethods
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
Visibility
  1. Public
  2. Protected
Value Members
  1.  final def !=(arg0: Any): Boolean
  2.  final def ##: Int
  3.  def +(other: String): String
  4.  final def ++[B >: Byte](suffix: IterableOnce[B]): ArraySeq[B]
  5.  final def ++:[B >: Byte](prefix: IterableOnce[B]): ArraySeq[B]
  6.  final def +:[B >: Byte](elem: B): ArraySeq[B]
  7.  def ->[B](y: B): (ofByte, B)
  8.  final def :+[B >: Byte](elem: B): ArraySeq[B]
  9.  final def :++[B >: Byte](suffix: IterableOnce[B]): ArraySeq[B]
  10.  final def ==(arg0: Any): Boolean
  11.  final def addString(b: StringBuilder): StringBuilder
  12.  final def addString(b: StringBuilder, sep: String): StringBuilder
  13.  def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
  14.  def andThen[C](k: PartialFunction[Byte, C]): PartialFunction[Int, C]
  15.  def andThen[C](k: (Byte) => C): PartialFunction[Int, C]
  16.  def appended[B >: Byte](elem: B): ArraySeq[B]
  17.  def appendedAll[B >: Byte](suffix: IterableOnce[B]): ArraySeq[B]
  18.  def apply(index: Int): Byte
  19.  def applyOrElse[A1 <: Int, B1 >: Byte](x: A1, default: (A1) => B1): B1
  20.  val array: Array[Byte]
  21.  final def asInstanceOf[T0]: T0
  22.  def canEqual(that: Any): Boolean
  23.  def className: String
  24.  def clone(): ArraySeq[Byte]
  25.  final def coll: ofByte.this.type
  26.  def collect[B](pf: PartialFunction[Byte, B]): ArraySeq[B]
  27.  def collectFirst[B](pf: PartialFunction[Byte, B]): Option[B]
  28.  def combinations(n: Int): Iterator[ArraySeq[Byte]]
  29.  def compose[R](k: PartialFunction[R, Int]): PartialFunction[R, Byte]
  30.  def compose[A](g: (A) => Int): (A) => Byte
  31.  final def concat[B >: Byte](suffix: IterableOnce[B]): ArraySeq[B]
  32.  def contains[A1 >: Byte](elem: A1): Boolean
  33.  def containsSlice[B >: Byte](that: collection.Seq[B]): Boolean
  34.  def copyToArray[B >: Byte](xs: Array[B], start: Int, len: Int): Int
  35.  def copyToArray[B >: Byte](xs: Array[B], start: Int): Int
  36.  def copyToArray[B >: Byte](xs: Array[B]): Int
  37.  def corresponds[B](that: collection.Seq[B])(p: (Byte, B) => Boolean): Boolean
  38.  def corresponds[B](that: IterableOnce[B])(p: (Byte, B) => Boolean): Boolean
  39.  def count(p: (Byte) => Boolean): Int
  40.  def diff[B >: Byte](that: collection.Seq[B]): ArraySeq[Byte]
  41.  def distinct: ArraySeq[Byte]
  42.  def distinctBy[B](f: (Byte) => B): ArraySeq[Byte]
  43.  def drop(n: Int): ArraySeq[Byte]
  44.  def dropRight(n: Int): ArraySeq[Byte]
  45.  def dropWhile(p: (Byte) => Boolean): ArraySeq[Byte]
  46.  def elemTag: ByteManifest
  47.  def elementWise: ElementWiseExtractor[Int, Byte]
  48.  def empty: ArraySeq[Byte]
  49.  def endsWith[B >: Byte](that: collection.Iterable[B]): Boolean
  50.  def ensuring(cond: (ofByte) => Boolean, msg: => Any): ofByte
  51.  def ensuring(cond: (ofByte) => Boolean): ofByte
  52.  def ensuring(cond: Boolean, msg: => Any): ofByte
  53.  def ensuring(cond: Boolean): ofByte
  54.  final def eq(arg0: AnyRef): Boolean
  55.  def equals(that: Any): Boolean
  56.  def exists(p: (Byte) => Boolean): Boolean
  57.  def filter(pred: (Byte) => Boolean): ArraySeq[Byte]
  58.  def filterImpl(pred: (Byte) => Boolean, isFlipped: Boolean): ArraySeq[Byte]
  59.  def filterNot(pred: (Byte) => Boolean): ArraySeq[Byte]
  60.  def finalize(): Unit
  61.  def find(p: (Byte) => Boolean): Option[Byte]
  62.  def findLast(p: (Byte) => Boolean): Option[Byte]
  63.  def flatMap[B](f: (Byte) => IterableOnce[B]): ArraySeq[B]
  64.  def flatten[B](implicit toIterableOnce: (Byte) => IterableOnce[B]): ArraySeq[B]
  65.  def fold[A1 >: Byte](z: A1)(op: (A1, A1) => A1): A1
  66.  def foldLeft[B](z: B)(op: (B, Byte) => B): B
  67.  def foldRight[B](z: B)(op: (Byte, B) => B): B
  68.  def forall(p: (Byte) => Boolean): Boolean
  69.  def foreach[U](f: (Byte) => U): Unit
  70.  def fromSpecific(coll: IterableOnce[Byte]): ArraySeq[Byte]
  71.  final def getClass(): Class[_ <: AnyRef]
  72.  def groupBy[K](f: (Byte) => K): immutable.Map[K, ArraySeq[Byte]]
  73.  def groupMap[K, B](key: (Byte) => K)(f: (Byte) => B): immutable.Map[K, ArraySeq[B]]
  74.  def groupMapReduce[K, B](key: (Byte) => K)(f: (Byte) => B)(reduce: (B, B) => B): immutable.Map[K, B]
  75.  def grouped(size: Int): Iterator[ArraySeq[Byte]]
  76.  def hashCode(): Int
  77.  def head: Byte
  78.  def headOption: Option[Byte]
  79.  def indexOf[B >: Byte](elem: B): Int
  80.  def indexOf[B >: Byte](elem: B, from: Int): Int
  81.  def indexOfSlice[B >: Byte](that: collection.Seq[B]): Int
  82.  def indexOfSlice[B >: Byte](that: collection.Seq[B], from: Int): Int
  83.  def indexWhere(p: (Byte) => Boolean): Int
  84.  def indexWhere(p: (Byte) => Boolean, from: Int): Int
  85.  def indices: immutable.Range
  86.  def init: ArraySeq[Byte]
  87.  def inits: Iterator[ArraySeq[Byte]]
  88.  def intersect[B >: Byte](that: collection.Seq[B]): ArraySeq[Byte]
  89.  def isDefinedAt(idx: Int): Boolean
  90.  def isEmpty: Boolean
  91.  final def isInstanceOf[T0]: Boolean
  92.  def isTraversableAgain: Boolean
  93.  def iterableFactory: SeqFactory[ArraySeq]
  94.  def iterator: Iterator[Byte]
  95.  def knownSize: Int
  96.  def last: Byte
  97.  def lastIndexOf[B >: Byte](elem: B, end: Int = length - 1): Int
  98.  def lastIndexOfSlice[B >: Byte](that: collection.Seq[B]): Int
  99.  def lastIndexOfSlice[B >: Byte](that: collection.Seq[B], end: Int): Int
  100.  def lastIndexWhere(p: (Byte) => Boolean): Int
  101.  def lastIndexWhere(p: (Byte) => Boolean, end: Int): Int
  102.  def lastOption: Option[Byte]
  103.  def lazyZip[B](that: collection.Iterable[B]): LazyZip2[Byte, B, ofByte.this.type]
  104.  def length: Int
  105.  final def lengthCompare(that: collection.Iterable[_]): Int
  106.  final def lengthCompare(len: Int): Int
  107.  final def lengthIs: SizeCompareOps
  108.  def lift: (Int) => Option[Byte]
  109.  def map[B](f: (Byte) => B): ArraySeq[B]
  110.  def mapInPlace(f: (Byte) => Byte): ofByte.this.type
  111.  def max[B >: Byte](implicit ord: math.Ordering[B]): Byte
  112.  def maxBy[B](f: (Byte) => B)(implicit cmp: math.Ordering[B]): Byte
  113.  def maxByOption[B](f: (Byte) => B)(implicit cmp: math.Ordering[B]): Option[Byte]
  114.  def maxOption[B >: Byte](implicit ord: math.Ordering[B]): Option[Byte]
  115.  def min[B >: Byte](implicit ord: math.Ordering[B]): Byte
  116.  def minBy[B](f: (Byte) => B)(implicit cmp: math.Ordering[B]): Byte
  117.  def minByOption[B](f: (Byte) => B)(implicit cmp: math.Ordering[B]): Option[Byte]
  118.  def minOption[B >: Byte](implicit ord: math.Ordering[B]): Option[Byte]
  119.  final def mkString: String
  120.  final def mkString(sep: String): String
  121.  final def mkString(start: String, sep: String, end: String): String
  122.  final def ne(arg0: AnyRef): Boolean
  123.  def newSpecificBuilder: Builder[Byte, ArraySeq[Byte]]
  124.  def nonEmpty: Boolean
  125.  final def notify(): Unit
  126.  final def notifyAll(): Unit
  127.  def occCounts[B](sq: collection.Seq[B]): Map[B, Int]
  128.  def orElse[A1 <: Int, B1 >: Byte](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
  129.  def padTo[B >: Byte](len: Int, elem: B): ArraySeq[B]
  130.  def partition(p: (Byte) => Boolean): (ArraySeq[Byte], ArraySeq[Byte])
  131.  def partitionMap[A1, A2](f: (Byte) => Either[A1, A2]): (ArraySeq[A1], ArraySeq[A2])
  132.  def patch[B >: Byte](from: Int, other: IterableOnce[B], replaced: Int): ArraySeq[B]
  133.  def permutations: Iterator[ArraySeq[Byte]]
  134.  def prepended[B >: Byte](elem: B): ArraySeq[B]
  135.  def prependedAll[B >: Byte](prefix: IterableOnce[B]): ArraySeq[B]
  136.  def product[B >: Byte](implicit num: math.Numeric[B]): B
  137.  def reduce[B >: Byte](op: (B, B) => B): B
  138.  def reduceLeft[B >: Byte](op: (B, Byte) => B): B
  139.  def reduceLeftOption[B >: Byte](op: (B, Byte) => B): Option[B]
  140.  def reduceOption[B >: Byte](op: (B, B) => B): Option[B]
  141.  def reduceRight[B >: Byte](op: (Byte, B) => B): B
  142.  def reduceRightOption[B >: Byte](op: (Byte, B) => B): Option[B]
  143.  def reverse: ArraySeq[Byte]
  144.  def reverseIterator: Iterator[Byte]
  145.  def reversed: collection.Iterable[Byte]
  146.  def runWith[U](action: (Byte) => U): (Int) => Boolean
  147.  def sameElements[B >: Byte](that: IterableOnce[B]): Boolean
  148.  def scan[B >: Byte](z: B)(op: (B, B) => B): ArraySeq[B]
  149.  def scanLeft[B](z: B)(op: (B, Byte) => B): ArraySeq[B]
  150.  def scanRight[B](z: B)(op: (Byte, B) => B): ArraySeq[B]
  151.  def search[B >: Byte](elem: B, from: Int, to: Int)(implicit ord: math.Ordering[B]): SearchResult
  152.  def search[B >: Byte](elem: B)(implicit ord: math.Ordering[B]): SearchResult
  153.  def segmentLength(p: (Byte) => Boolean, from: Int): Int
  154.  final def segmentLength(p: (Byte) => Boolean): Int
  155.  final def size: Int
  156.  final def sizeCompare(that: collection.Iterable[_]): Int
  157.  final def sizeCompare(otherSize: Int): Int
  158.  final def sizeIs: SizeCompareOps
  159.  def slice(from: Int, until: Int): ArraySeq[Byte]
  160.  def sliding(size: Int, step: Int): Iterator[ArraySeq[Byte]]
  161.  def sliding(size: Int): Iterator[ArraySeq[Byte]]
  162.  def sortBy[B](f: (Byte) => B)(implicit ord: Ordering[B]): ArraySeq[Byte]
  163.  def sortInPlace[B >: Byte]()(implicit ord: Ordering[B]): ofByte.this.type
  164.  def sortInPlaceBy[B](f: (Byte) => B)(implicit ord: Ordering[B]): ofByte.this.type
  165.  def sortInPlaceWith(lt: (Byte, Byte) => Boolean): ofByte.this.type
  166.  def sortWith(lt: (Byte, Byte) => Boolean): ArraySeq[Byte]
  167.  def sorted[B >: Byte](implicit ord: Ordering[B]): ArraySeq[Byte]
  168.  def span(p: (Byte) => Boolean): (ArraySeq[Byte], ArraySeq[Byte])
  169.  def splitAt(n: Int): (ArraySeq[Byte], ArraySeq[Byte])
  170.  def startsWith[B >: Byte](that: IterableOnce[B], offset: Int = 0): Boolean
  171.  def stepper[S <: Stepper[_]](implicit shape: StepperShape[Byte, S]): S with EfficientSplit
  172.  final def strictOptimizedCollect[B, C2](b: Builder[B, C2], pf: PartialFunction[Byte, B]): C2
  173.  final def strictOptimizedConcat[B >: Byte, C2](that: IterableOnce[B], b: Builder[B, C2]): C2
  174.  final def strictOptimizedFlatMap[B, C2](b: Builder[B, C2], f: (Byte) => IterableOnce[B]): C2
  175.  final def strictOptimizedFlatten[B, C2](b: Builder[B, C2])(implicit toIterableOnce: (Byte) => IterableOnce[B]): C2
  176.  final def strictOptimizedMap[B, C2](b: Builder[B, C2], f: (Byte) => B): C2
  177.  final def strictOptimizedZip[B, C2](that: IterableOnce[B], b: Builder[(Byte, B), C2]): C2
  178.  def stringPrefix: String
  179.  def sum[B >: Byte](implicit num: math.Numeric[B]): B
  180.  final def synchronized[T0](arg0: => T0): T0
  181.  def tail: ArraySeq[Byte]
  182.  def tails: Iterator[ArraySeq[Byte]]
  183.  def take(n: Int): ArraySeq[Byte]
  184.  def takeRight(n: Int): ArraySeq[Byte]
  185.  def takeWhile(p: (Byte) => Boolean): ArraySeq[Byte]
  186.  def tapEach[U](f: (Byte) => U): ArraySeq[Byte]
  187.  def to[C1](factory: Factory[Byte, C1]): C1
  188.  def toArray[B >: Byte](implicit arg0: ClassTag[B]): Array[B]
  189.  final def toBuffer[B >: Byte]: Buffer[B]
  190.  def toIndexedSeq: immutable.IndexedSeq[Byte]
  191.  def toList: immutable.List[Byte]
  192.  def toMap[K, V](implicit ev: <:<[Byte, (K, V)]): immutable.Map[K, V]
  193.  def toSeq: immutable.Seq[Byte]
  194.  def toSet[B >: Byte]: immutable.Set[B]
  195.  def toString(): String
  196.  def toVector: immutable.Vector[Byte]
  197.  def transpose[B](implicit asIterable: (Byte) => collection.Iterable[B]): ArraySeq[ArraySeq[B]]
  198.  def unapply(a: Int): Option[Byte]
  199.  def unzip[A1, A2](implicit asPair: (Byte) => (A1, A2)): (ArraySeq[A1], ArraySeq[A2])
  200.  def unzip3[A1, A2, A3](implicit asTriple: (Byte) => (A1, A2, A3)): (ArraySeq[A1], ArraySeq[A2], ArraySeq[A3])
  201.  def update(index: Int, elem: Byte): Unit
  202.  def updated[B >: Byte](index: Int, elem: B): ArraySeq[B]
  203.  def view: IndexedSeqView[Byte]
  204.  final def wait(): Unit
  205.  final def wait(arg0: Long, arg1: Int): Unit
  206.  final def wait(arg0: Long): Unit
  207.  def withFilter(p: (Byte) => Boolean): WithFilter[Byte, [_]ArraySeq[_]]
  208.  def zip[B](that: IterableOnce[B]): ArraySeq[(Byte, B)]
  209.  def zipAll[A1 >: Byte, B](that: collection.Iterable[B], thisElem: A1, thatElem: B): ArraySeq[(A1, B)]
  210.  def zipWithIndex: ArraySeq[(Byte, Int)]
Deprecated Value Members
  1.  def /:[B](z: B)(op: (B, Byte) => B): B
  2.  final def /:[B](z: B)(op: (B, Byte) => B): B
  3.  def :\[B](z: B)(op: (Byte, B) => B): B
  4.  final def :\[B](z: B)(op: (Byte, B) => B): B
  5.  def aggregate[B](z: => B)(seqop: (B, Byte) => B, combop: (B, B) => B): B
  6.  def collectFirst[B](f: PartialFunction[Byte, B]): Option[B]
  7.  def companion: IterableFactory[[_]ArraySeq[_]]
  8.  def copyToBuffer(dest: Buffer[Byte]): Unit
  9.  final def copyToBuffer[B >: Byte](dest: Buffer[B]): Unit
  10.  def count(f: (Byte) => Boolean): Int
  11.  def exists(f: (Byte) => Boolean): Boolean
  12.  def filter(f: (Byte) => Boolean): Iterator[Byte]
  13.  def find(p: (Byte) => Boolean): Option[Byte]
  14.  def flatMap[B](f: (Byte) => IterableOnce[B]): IterableOnce[B]
  15.  def fold[A1 >: A](z: A1)(op: (A1, A1) => A1): A1
  16.  def foldLeft[B](z: B)(op: (B, Byte) => B): B
  17.  def foldRight[B](z: B)(op: (Byte, B) => B): B
  18.  def forall(f: (Byte) => Boolean): Boolean
  19.  def foreach[U](f: (Byte) => U): Unit
  20.  def formatted(fmtstr: String): String
  21.  def hasDefiniteSize: Boolean
  22.  def isEmpty: Boolean
  23.  def map[B](f: (Byte) => B): IterableOnce[B]
  24.  def max(implicit ord: math.Ordering[Byte]): Byte
  25.  def maxBy[B](f: (Byte) => B)(implicit cmp: math.Ordering[B]): Byte
  26.  def min(implicit ord: math.Ordering[Byte]): Byte
  27.  def minBy[B](f: (Byte) => B)(implicit cmp: math.Ordering[B]): Byte
  28.  def mkString: String
  29.  def mkString(sep: String): String
  30.  def mkString(start: String, sep: String, end: String): String
  31.  def nonEmpty: Boolean
  32.  final def prefixLength(p: (Byte) => Boolean): Int
  33.  def product(implicit num: math.Numeric[Byte]): Byte
  34.  def reduce(f: (Byte, Byte) => Byte): Byte
  35.  def reduceLeft(f: (Byte, Byte) => Byte): Byte
  36.  def reduceLeftOption(f: (Byte, Byte) => Byte): Option[Byte]
  37.  def reduceOption(f: (Byte, Byte) => Byte): Option[Byte]
  38.  def reduceRight(f: (Byte, Byte) => Byte): Byte
  39.  def reduceRightOption(f: (Byte, Byte) => Byte): Option[Byte]
  40.  final def repr: ArraySeq[Byte]
  41.  def reverseMap[B](f: (Byte) => B): ArraySeq[B]
  42.  def sameElements[B >: A](that: IterableOnce[B]): Boolean
  43.  def seq: ofByte.this.type
  44.  def size: Int
  45.  def sum(implicit num: math.Numeric[Byte]): Byte
  46.  def to[C1](factory: Factory[Byte, C1]): C1
  47.  def toArray[B >: A](implicit arg0: ClassTag[B]): Array[B]
  48.  def toBuffer[B >: A]: Buffer[B]
  49.  def toIndexedSeq: collection.IndexedSeq[Byte]
  50.  final def toIterable: collection.Iterable[Byte]
  51.  final def toIterable: ofByte.this.type
  52.  def toIterator: Iterator[Byte]
  53.  final def toIterator: Iterator[Byte]
  54.  def toList: immutable.List[Byte]
  55.  def toMap[K, V](implicit ev: <:<[Byte, (K, V)]): immutable.Map[K, V]
  56.  def toSeq: immutable.Seq[Byte]
  57.  def toSet[B >: A]: immutable.Set[B]
  58.  def toStream: immutable.Stream[Byte]
  59.  final def toStream: immutable.Stream[Byte]
  60.  final def toTraversable: collection.Traversable[Byte]
  61.  final def toTraversable: collection.Traversable[Byte]
  62.  def toVector: immutable.Vector[Byte]
  63.  final def transform(f: (Byte) => Byte): ofByte.this.type
  64.  final def union[B >: Byte](that: collection.Seq[B]): ArraySeq[B]
  65.  def view(from: Int, until: Int): IndexedSeqView[Byte]
  66.  def withFilter(f: (Byte) => Boolean): Iterator[Byte]
  67.  def →[B](y: B): (ofByte, B)

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4