Showing content from https://www.scala-lang.org/api/2.13.4/scala/collection/mutable/ArraySeq$$ofByte.html below:
Scala Standard Library 2.13.4 - scala.collection.mutable.ArraySeq.ofByte
final class ofByte extends ArraySeq[Byte]
î·î
Ordering
- Alphabetic
- By Inheritance
Inherited
- ofByte
- ArraySeq
- Serializable
- StrictOptimizedSeqOps
- StrictOptimizedIterableOps
- IndexedSeq
- IndexedSeqOps
- IndexedSeq
- IndexedSeqOps
- AbstractSeq
- Seq
- SeqOps
- Cloneable
- Cloneable
- Iterable
- AbstractSeq
- Seq
- Equals
- SeqOps
- PartialFunction
- Function1
- AbstractIterable
- Iterable
- IterableFactoryDefaults
- IterableOps
- IterableOnceOps
- IterableOnce
- AnyRef
- Any
Implicitly
- by iterableOnceExtensionMethods
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
Visibility
- Public
- Protected
Value Members
- î
final def !=(arg0: Any): Boolean
- î
final def ##: Int
- î
def +(other: String): String
- î
final def ++[B >: Byte](suffix: IterableOnce[B]): ArraySeq[B]
- î
final def ++:[B >: Byte](prefix: IterableOnce[B]): ArraySeq[B]
- î
final def +:[B >: Byte](elem: B): ArraySeq[B]
- î
def ->[B](y: B): (ofByte, B)
- î
final def :+[B >: Byte](elem: B): ArraySeq[B]
- î
final def :++[B >: Byte](suffix: IterableOnce[B]): ArraySeq[B]
- î
final def ==(arg0: Any): Boolean
- î
final def addString(b: StringBuilder): StringBuilder
- î
final def addString(b: StringBuilder, sep: String): StringBuilder
- î
def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
- î
def andThen[C](k: PartialFunction[Byte, C]): PartialFunction[Int, C]
- î
def andThen[C](k: (Byte) => C): PartialFunction[Int, C]
- î
def appended[B >: Byte](elem: B): ArraySeq[B]
- î
def appendedAll[B >: Byte](suffix: IterableOnce[B]): ArraySeq[B]
- î
def apply(index: Int): Byte
- î
def applyOrElse[A1 <: Int, B1 >: Byte](x: A1, default: (A1) => B1): B1
- î
val array: Array[Byte]
- î
final def asInstanceOf[T0]: T0
- î
def canEqual(that: Any): Boolean
- î
def className: String
- î
def clone(): ArraySeq[Byte]
- î
final def coll: ofByte.this.type
- î
def collect[B](pf: PartialFunction[Byte, B]): ArraySeq[B]
- î
def collectFirst[B](pf: PartialFunction[Byte, B]): Option[B]
- î
def combinations(n: Int): Iterator[ArraySeq[Byte]]
- î
def compose[R](k: PartialFunction[R, Int]): PartialFunction[R, Byte]
- î
def compose[A](g: (A) => Int): (A) => Byte
- î
final def concat[B >: Byte](suffix: IterableOnce[B]): ArraySeq[B]
- î
def contains[A1 >: Byte](elem: A1): Boolean
- î
def containsSlice[B](that: collection.Seq[B]): Boolean
- î
def copyToArray[B >: Byte](xs: Array[B], start: Int, len: Int): Int
- î
def copyToArray[B >: Byte](xs: Array[B], start: Int): Int
- î
def copyToArray[B >: Byte](xs: Array[B]): Int
- î
def corresponds[B](that: collection.Seq[B])(p: (Byte, B) => Boolean): Boolean
- î
def corresponds[B](that: IterableOnce[B])(p: (Byte, B) => Boolean): Boolean
- î
def count(p: (Byte) => Boolean): Int
- î
def diff[B >: Byte](that: collection.Seq[B]): ArraySeq[Byte]
- î
def distinct: ArraySeq[Byte]
- î
def distinctBy[B](f: (Byte) => B): ArraySeq[Byte]
- î
def drop(n: Int): ArraySeq[Byte]
- î
def dropRight(n: Int): ArraySeq[Byte]
- î
def dropWhile(p: (Byte) => Boolean): ArraySeq[Byte]
- î
def elemTag: ByteManifest
- î
def elementWise: ElementWiseExtractor[Int, Byte]
- î
def empty: ArraySeq[Byte]
- î
def endsWith[B >: Byte](that: collection.Iterable[B]): Boolean
- î
def ensuring(cond: (ofByte) => Boolean, msg: => Any): ofByte
- î
def ensuring(cond: (ofByte) => Boolean): ofByte
- î
def ensuring(cond: Boolean, msg: => Any): ofByte
- î
def ensuring(cond: Boolean): ofByte
- î
final def eq(arg0: AnyRef): Boolean
- î
def equals(that: Any): Boolean
- î
def exists(p: (Byte) => Boolean): Boolean
- î
def filter(pred: (Byte) => Boolean): ArraySeq[Byte]
- î
def filterImpl(pred: (Byte) => Boolean, isFlipped: Boolean): ArraySeq[Byte]
- î
def filterNot(pred: (Byte) => Boolean): ArraySeq[Byte]
- î
def finalize(): Unit
- î
def find(p: (Byte) => Boolean): Option[Byte]
- î
def findLast(p: (Byte) => Boolean): Option[Byte]
- î
def flatMap[B](f: (Byte) => IterableOnce[B]): ArraySeq[B]
- î
def flatten[B](implicit toIterableOnce: (Byte) => IterableOnce[B]): ArraySeq[B]
- î
def fold[A1 >: Byte](z: A1)(op: (A1, A1) => A1): A1
- î
def foldLeft[B](z: B)(op: (B, Byte) => B): B
- î
def foldRight[B](z: B)(op: (Byte, B) => B): B
- î
def forall(p: (Byte) => Boolean): Boolean
- î
def foreach[U](f: (Byte) => U): Unit
- î
def formatted(fmtstr: String): String
- î
def fromSpecific(coll: IterableOnce[Byte]): ArraySeq[Byte]
- î
final def getClass(): Class[_ <: AnyRef]
- î
def groupBy[K](f: (Byte) => K): immutable.Map[K, ArraySeq[Byte]]
- î
def groupMap[K, B](key: (Byte) => K)(f: (Byte) => B): immutable.Map[K, ArraySeq[B]]
- î
def groupMapReduce[K, B](key: (Byte) => K)(f: (Byte) => B)(reduce: (B, B) => B): immutable.Map[K, B]
- î
def grouped(size: Int): Iterator[ArraySeq[Byte]]
- î
def hashCode(): Int
- î
def head: Byte
- î
def headOption: Option[Byte]
- î
def indexOf[B >: Byte](elem: B): Int
- î
def indexOf[B >: Byte](elem: B, from: Int): Int
- î
def indexOfSlice[B >: Byte](that: collection.Seq[B]): Int
- î
def indexOfSlice[B >: Byte](that: collection.Seq[B], from: Int): Int
- î
def indexWhere(p: (Byte) => Boolean): Int
- î
def indexWhere(p: (Byte) => Boolean, from: Int): Int
- î
def indices: immutable.Range
- î
def init: ArraySeq[Byte]
- î
def inits: Iterator[ArraySeq[Byte]]
- î
def intersect[B >: Byte](that: collection.Seq[B]): ArraySeq[Byte]
- î
def isDefinedAt(idx: Int): Boolean
- î
def isEmpty: Boolean
- î
final def isInstanceOf[T0]: Boolean
- î
def isTraversableAgain: Boolean
- î
def iterableFactory: SeqFactory[ArraySeq]
- î
def iterator: Iterator[Byte]
- î
def knownSize: Int
- î
def last: Byte
- î
def lastIndexOf[B >: Byte](elem: B, end: Int = length - 1): Int
- î
def lastIndexOfSlice[B >: Byte](that: collection.Seq[B]): Int
- î
def lastIndexOfSlice[B >: Byte](that: collection.Seq[B], end: Int): Int
- î
def lastIndexWhere(p: (Byte) => Boolean): Int
- î
def lastIndexWhere(p: (Byte) => Boolean, end: Int): Int
- î
def lastOption: Option[Byte]
- î
def lazyZip[B](that: collection.Iterable[B]): LazyZip2[Byte, B, ofByte.this.type]
- î
def length: Int
- î
final def lengthCompare(that: collection.Iterable[_]): Int
- î
final def lengthCompare(len: Int): Int
- î
final def lengthIs: SizeCompareOps
- î
def lift: (Int) => Option[Byte]
- î
def map[B](f: (Byte) => B): ArraySeq[B]
- î
def mapInPlace(f: (Byte) => Byte): ofByte.this.type
- î
def max[B >: Byte](implicit ord: math.Ordering[B]): Byte
- î
def maxBy[B](f: (Byte) => B)(implicit cmp: math.Ordering[B]): Byte
- î
def maxByOption[B](f: (Byte) => B)(implicit cmp: math.Ordering[B]): Option[Byte]
- î
def maxOption[B >: Byte](implicit ord: math.Ordering[B]): Option[Byte]
- î
def min[B >: Byte](implicit ord: math.Ordering[B]): Byte
- î
def minBy[B](f: (Byte) => B)(implicit cmp: math.Ordering[B]): Byte
- î
def minByOption[B](f: (Byte) => B)(implicit cmp: math.Ordering[B]): Option[Byte]
- î
def minOption[B >: Byte](implicit ord: math.Ordering[B]): Option[Byte]
- î
final def mkString: String
- î
final def mkString(sep: String): String
- î
final def mkString(start: String, sep: String, end: String): String
- î
final def ne(arg0: AnyRef): Boolean
- î
def newSpecificBuilder: Builder[Byte, ArraySeq[Byte]]
- î
def nonEmpty: Boolean
- î
final def notify(): Unit
- î
final def notifyAll(): Unit
- î
def occCounts[B](sq: collection.Seq[B]): Map[B, Int]
- î
def orElse[A1 <: Int, B1 >: Byte](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
- î
def padTo[B >: Byte](len: Int, elem: B): ArraySeq[B]
- î
def partition(p: (Byte) => Boolean): (ArraySeq[Byte], ArraySeq[Byte])
- î
def partitionMap[A1, A2](f: (Byte) => Either[A1, A2]): (ArraySeq[A1], ArraySeq[A2])
- î
def patch[B >: Byte](from: Int, other: IterableOnce[B], replaced: Int): ArraySeq[B]
- î
def permutations: Iterator[ArraySeq[Byte]]
- î
def prepended[B >: Byte](elem: B): ArraySeq[B]
- î
def prependedAll[B >: Byte](prefix: IterableOnce[B]): ArraySeq[B]
- î
def product[B >: Byte](implicit num: math.Numeric[B]): B
- î
def reduce[B >: Byte](op: (B, B) => B): B
- î
def reduceLeft[B >: Byte](op: (B, Byte) => B): B
- î
def reduceLeftOption[B >: Byte](op: (B, Byte) => B): Option[B]
- î
def reduceOption[B >: Byte](op: (B, B) => B): Option[B]
- î
def reduceRight[B >: Byte](op: (Byte, B) => B): B
- î
def reduceRightOption[B >: Byte](op: (Byte, B) => B): Option[B]
- î
def reverse: ArraySeq[Byte]
- î
def reverseIterator: Iterator[Byte]
- î
def reversed: collection.Iterable[Byte]
- î
def runWith[U](action: (Byte) => U): (Int) => Boolean
- î
def sameElements[B >: Byte](that: IterableOnce[B]): Boolean
- î
def scan[B >: Byte](z: B)(op: (B, B) => B): ArraySeq[B]
- î
def scanLeft[B](z: B)(op: (B, Byte) => B): ArraySeq[B]
- î
def scanRight[B](z: B)(op: (Byte, B) => B): ArraySeq[B]
- î
def search[B >: Byte](elem: B, from: Int, to: Int)(implicit ord: math.Ordering[B]): SearchResult
- î
def search[B >: Byte](elem: B)(implicit ord: math.Ordering[B]): SearchResult
- î
def segmentLength(p: (Byte) => Boolean, from: Int): Int
- î
final def segmentLength(p: (Byte) => Boolean): Int
- î
final def size: Int
- î
final def sizeCompare(that: collection.Iterable[_]): Int
- î
final def sizeCompare(otherSize: Int): Int
- î
final def sizeIs: SizeCompareOps
- î
def slice(from: Int, until: Int): ArraySeq[Byte]
- î
def sliding(size: Int, step: Int): Iterator[ArraySeq[Byte]]
- î
def sliding(size: Int): Iterator[ArraySeq[Byte]]
- î
def sortBy[B](f: (Byte) => B)(implicit ord: Ordering[B]): ArraySeq[Byte]
- î
def sortInPlace[B >: Byte]()(implicit ord: Ordering[B]): ofByte.this.type
- î
def sortInPlaceBy[B](f: (Byte) => B)(implicit ord: Ordering[B]): ofByte.this.type
- î
def sortInPlaceWith(lt: (Byte, Byte) => Boolean): ofByte.this.type
- î
def sortWith(lt: (Byte, Byte) => Boolean): ArraySeq[Byte]
- î
def sorted[B >: Byte](implicit ord: Ordering[B]): ArraySeq[Byte]
- î
def span(p: (Byte) => Boolean): (ArraySeq[Byte], ArraySeq[Byte])
- î
def splitAt(n: Int): (ArraySeq[Byte], ArraySeq[Byte])
- î
def startsWith[B >: Byte](that: IterableOnce[B], offset: Int = 0): Boolean
- î
def stepper[S <: Stepper[_]](implicit shape: StepperShape[Byte, S]): S with EfficientSplit
- î
final def strictOptimizedCollect[B, C2](b: Builder[B, C2], pf: PartialFunction[Byte, B]): C2
- î
final def strictOptimizedConcat[B >: Byte, C2](that: IterableOnce[B], b: Builder[B, C2]): C2
- î
final def strictOptimizedFlatMap[B, C2](b: Builder[B, C2], f: (Byte) => IterableOnce[B]): C2
- î
final def strictOptimizedFlatten[B, C2](b: Builder[B, C2])(implicit toIterableOnce: (Byte) => IterableOnce[B]): C2
- î
final def strictOptimizedMap[B, C2](b: Builder[B, C2], f: (Byte) => B): C2
- î
final def strictOptimizedZip[B, C2](that: IterableOnce[B], b: Builder[(Byte, B), C2]): C2
- î
def stringPrefix: String
- î
def sum[B >: Byte](implicit num: math.Numeric[B]): B
- î
final def synchronized[T0](arg0: => T0): T0
- î
def tail: ArraySeq[Byte]
- î
def tails: Iterator[ArraySeq[Byte]]
- î
def take(n: Int): ArraySeq[Byte]
- î
def takeRight(n: Int): ArraySeq[Byte]
- î
def takeWhile(p: (Byte) => Boolean): ArraySeq[Byte]
- î
def tapEach[U](f: (Byte) => U): ArraySeq[Byte]
- î
def to[C1](factory: Factory[Byte, C1]): C1
- î
def toArray[B >: Byte](implicit arg0: ClassTag[B]): Array[B]
- î
final def toBuffer[B >: Byte]: Buffer[B]
- î
def toIndexedSeq: immutable.IndexedSeq[Byte]
- î
final def toIterable: ofByte.this.type
- î
def toList: immutable.List[Byte]
- î
def toMap[K, V](implicit ev: <:<[Byte, (K, V)]): immutable.Map[K, V]
- î
def toSeq: immutable.Seq[Byte]
- î
def toSet[B >: Byte]: immutable.Set[B]
- î
def toString(): String
- î
def toVector: immutable.Vector[Byte]
- î
def transpose[B](implicit asIterable: (Byte) => collection.Iterable[B]): ArraySeq[ArraySeq[B]]
- î
def unapply(a: Int): Option[Byte]
- î
def unzip[A1, A2](implicit asPair: (Byte) => (A1, A2)): (ArraySeq[A1], ArraySeq[A2])
- î
def unzip3[A1, A2, A3](implicit asTriple: (Byte) => (A1, A2, A3)): (ArraySeq[A1], ArraySeq[A2], ArraySeq[A3])
- î
def update(index: Int, elem: Byte): Unit
- î
def updated[B >: Byte](index: Int, elem: B): ArraySeq[B]
- î
def view: IndexedSeqView[Byte]
- î
final def wait(): Unit
- î
final def wait(arg0: Long, arg1: Int): Unit
- î
final def wait(arg0: Long): Unit
- î
def withFilter(p: (Byte) => Boolean): WithFilter[Byte, [_]ArraySeq[_]]
- î
def zip[B](that: IterableOnce[B]): ArraySeq[(Byte, B)]
- î
def zipAll[A1 >: Byte, B](that: collection.Iterable[B], thisElem: A1, thatElem: B): ArraySeq[(A1, B)]
- î
def zipWithIndex: ArraySeq[(Byte, Int)]
Deprecated Value Members
- î
def /:[B](z: B)(op: (B, Byte) => B): B
- î
final def /:[B](z: B)(op: (B, Byte) => B): B
- î
def :\[B](z: B)(op: (Byte, B) => B): B
- î
final def :\[B](z: B)(op: (Byte, B) => B): B
- î
def aggregate[B](z: => B)(seqop: (B, Byte) => B, combop: (B, B) => B): B
- î
def collectFirst[B](f: PartialFunction[Byte, B]): Option[B]
- î
def companion: IterableFactory[[_]ArraySeq[_]]
- î
def copyToBuffer(dest: Buffer[Byte]): Unit
- î
final def copyToBuffer[B >: Byte](dest: Buffer[B]): Unit
- î
def count(f: (Byte) => Boolean): Int
- î
def exists(f: (Byte) => Boolean): Boolean
- î
def filter(f: (Byte) => Boolean): Iterator[Byte]
- î
def find(p: (Byte) => Boolean): Option[Byte]
- î
def flatMap[B](f: (Byte) => IterableOnce[B]): IterableOnce[B]
- î
def fold[A1 >: A](z: A1)(op: (A1, A1) => A1): A1
- î
def foldLeft[B](z: B)(op: (B, Byte) => B): B
- î
def foldRight[B](z: B)(op: (Byte, B) => B): B
- î
def forall(f: (Byte) => Boolean): Boolean
- î
def foreach[U](f: (Byte) => U): Unit
- î
def hasDefiniteSize: Boolean
- î
def isEmpty: Boolean
- î
def map[B](f: (Byte) => B): IterableOnce[B]
- î
def max(implicit ord: math.Ordering[Byte]): Byte
- î
def maxBy[B](f: (Byte) => B)(implicit cmp: math.Ordering[B]): Byte
- î
def min(implicit ord: math.Ordering[Byte]): Byte
- î
def minBy[B](f: (Byte) => B)(implicit cmp: math.Ordering[B]): Byte
- î
def mkString: String
- î
def mkString(sep: String): String
- î
def mkString(start: String, sep: String, end: String): String
- î
def nonEmpty: Boolean
- î
final def prefixLength(p: (Byte) => Boolean): Int
- î
def product(implicit num: math.Numeric[Byte]): Byte
- î
def reduce(f: (Byte, Byte) => Byte): Byte
- î
def reduceLeft(f: (Byte, Byte) => Byte): Byte
- î
def reduceLeftOption(f: (Byte, Byte) => Byte): Option[Byte]
- î
def reduceOption(f: (Byte, Byte) => Byte): Option[Byte]
- î
def reduceRight(f: (Byte, Byte) => Byte): Byte
- î
def reduceRightOption(f: (Byte, Byte) => Byte): Option[Byte]
- î
final def repr: ArraySeq[Byte]
- î
def reverseMap[B](f: (Byte) => B): ArraySeq[B]
- î
def sameElements[B >: A](that: IterableOnce[B]): Boolean
- î
def seq: ofByte.this.type
- î
def size: Int
- î
def sum(implicit num: math.Numeric[Byte]): Byte
- î
def to[C1](factory: Factory[Byte, C1]): C1
- î
def toArray[B >: A](implicit arg0: ClassTag[B]): Array[B]
- î
def toBuffer[B >: A]: Buffer[B]
- î
def toIndexedSeq: collection.IndexedSeq[Byte]
- î
final def toIterable: collection.Iterable[Byte]
- î
def toIterator: Iterator[Byte]
- î
final def toIterator: Iterator[Byte]
- î
def toList: immutable.List[Byte]
- î
def toMap[K, V](implicit ev: <:<[Byte, (K, V)]): immutable.Map[K, V]
- î
def toSeq: immutable.Seq[Byte]
- î
def toSet[B >: A]: immutable.Set[B]
- î
def toStream: immutable.Stream[Byte]
- î
final def toStream: immutable.Stream[Byte]
- î
final def toTraversable: collection.Traversable[Byte]
- î
final def toTraversable: collection.Traversable[Byte]
- î
def toVector: immutable.Vector[Byte]
- î
final def transform(f: (Byte) => Byte): ofByte.this.type
- î
final def union[B >: Byte](that: collection.Seq[B]): ArraySeq[B]
- î
def view(from: Int, until: Int): IndexedSeqView[Byte]
- î
def withFilter(f: (Byte) => Boolean): Iterator[Byte]
- î
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