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.4/scala/collection/mutable/ArraySeq$$ofInt.html below:

Scala Standard Library 2.13.4 - scala.collection.mutable.ArraySeq.ofInt

final class ofInt extends ArraySeq[Int]



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