Showing content from http://www.scala-lang.org/api/2.12.19/scala/collection/mutable/ArrayOps$$ofInt.html below:
Scala Standard Library 2.12.19 - scala.collection.mutable.ArrayOps.ofInt
final class ofInt extends AnyVal with ArrayOps[Int] with ArrayLike[Int, Array[Int]]
î· î
Ordering
- Alphabetic
- By Inheritance
Inherited
- ofInt
- ArrayOps
- CustomParallelizable
- ArrayLike
- IndexedSeqOptimized
- IndexedSeqOptimized
- IndexedSeqLike
- IndexedSeqLike
- SeqLike
- GenSeqLike
- IterableLike
- GenIterableLike
- TraversableLike
- GenTraversableLike
- Parallelizable
- TraversableOnce
- GenTraversableOnce
- FilterMonadic
- HasNewBuilder
- Equals
- AnyVal
- Any
Implicitly
- by CollectionsHaveToParArray
- by MonadOps
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- by alternateImplicit
Value Members
- î
final def !=(arg0: Any): Boolean
- î
final def ##(): Int
- î
def +(other: String): String
- î
def ++[B >: Int, That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[Array[Int], B, That]): That
- î
def ++:[B >: Int, That](that: collection.Traversable[B])(implicit bf: CanBuildFrom[Array[Int], B, That]): That
- î
def ++:[B](that: TraversableOnce[B]): Array[B]
- î
def +:[B >: Int](elem: B)(implicit arg0: ClassTag[B]): Array[B]
- î
def +:(elem: A): Array[A]
- î
def ->[B](y: B): (ofInt, B)
- î
def :+[B >: Int](elem: B)(implicit arg0: ClassTag[B]): Array[B]
- î
def :+(elem: A): Array[A]
- î
final def ==(arg0: Any): Boolean
- î
def addString(b: scala.StringBuilder): scala.StringBuilder
- î
def addString(b: scala.StringBuilder, sep: String): scala.StringBuilder
- î
def addString(b: scala.StringBuilder, start: String, sep: String, end: String): scala.StringBuilder
- î
def aggregate[B](z: â B)(seqop: (B, Int) â B, combop: (B, B) â B): B
- î
def apply(index: Int): Int
- î
final def asInstanceOf[T0]: T0
- î
def canEqual(that: Any): Boolean
- î
def collect[B](pf: PartialFunction[A, B]): Array[B]
- î
def collectFirst[B](pf: PartialFunction[Int, B]): Option[B]
- î
def combinations(n: Int): Iterator[Array[Int]]
- î
def contains[A1 >: Int](elem: A1): Boolean
- î
def containsSlice[B](that: GenSeq[B]): Boolean
- î
def copyToArray(xs: Array[A], start: Int, len: Int): Unit
- î
def copyToArray(xs: Array[A]): Unit
- î
def copyToArray(xs: Array[A], start: Int): Unit
- î
def copyToBuffer[B >: Int](dest: Buffer[B]): Unit
- î
def corresponds[B](that: GenSeq[B])(p: (Int, B) â Boolean): Boolean
- î
def count(p: (Int) â Boolean): Int
- î
def deep: collection.IndexedSeq[Any]
- î
def diff(that: collection.Seq[Int]): Array[Int]
- î
def distinct: Array[Int]
- î
def drop(n: Int): Array[Int]
- î
def dropRight(n: Int): Array[Int]
- î
def dropWhile(p: (Int) â Boolean): Array[Int]
- î
def endsWith[B](that: GenSeq[B]): Boolean
- î
def ensuring(cond: (ofInt) â Boolean, msg: â Any): ofInt
- î
def ensuring(cond: (ofInt) â Boolean): ofInt
- î
def ensuring(cond: Boolean, msg: â Any): ofInt
- î
def ensuring(cond: Boolean): ofInt
- î
def exists(p: (Int) â Boolean): Boolean
- î
def filter(p: (Int) â Boolean): Array[Int]
- î
def filterNot(p: (Int) â Boolean): Array[Int]
- î
def find(p: (Int) â Boolean): Option[Int]
- î
def flatMap[B](f: (A) â GenTraversableOnce[B]): Array[B]
- î
def flatten[U](implicit asTrav: (Int) â collection.Traversable[U], m: ClassTag[U]): Array[U]
- î
def fold[A1 >: Int](z: A1)(op: (A1, A1) â A1): A1
- î
def foldLeft[B](z: B)(op: (B, Int) â B): B
- î
def foldRight[B](z: B)(op: (Int, B) â B): B
- î
def forall(p: (Int) â Boolean): Boolean
- î
def foreach(f: (A) â Unit): Unit
- î
def getClass(): Class[_ <: AnyVal]
- î
def groupBy[K](f: (Int) â K): immutable.Map[K, Array[Int]]
- î
def grouped(size: Int): Iterator[Array[Int]]
- î
def hasDefiniteSize: Boolean
- î
def head: Int
- î
def headOption: Option[Int]
- î
def indexOf(elem: Int, from: Int): Int
- î
def indexOf(elem: Int): Int
- î
def indexOfSlice[B >: Int](that: GenSeq[B], from: Int): Int
- î
def indexOfSlice[B >: Int](that: GenSeq[B]): Int
- î
def indexWhere(p: (Int) â Boolean, from: Int): Int
- î
def indexWhere(p: (Int) â Boolean): Int
- î
def indices: immutable.Range
- î
def init: Array[Int]
- î
def inits: Iterator[Array[Int]]
- î
def intersect(that: collection.Seq[Int]): Array[Int]
- î
def isDefinedAt(idx: Int): Boolean
- î
def isEmpty: Boolean
- î
final def isInstanceOf[T0]: Boolean
- î
final def isTraversableAgain: Boolean
- î
def iterator: Iterator[Int]
- î
def last: Int
- î
def lastIndexOf(elem: Int, end: Int): Int
- î
def lastIndexOf(elem: Int): Int
- î
def lastIndexOfSlice[B >: Int](that: GenSeq[B], end: Int): Int
- î
def lastIndexOfSlice[B >: Int](that: GenSeq[B]): Int
- î
def lastIndexWhere(p: (Int) â Boolean, end: Int): Int
- î
def lastIndexWhere(p: (Int) â Boolean): Int
- î
def lastOption: Option[Int]
- î
def length: Int
- î
def lengthCompare(len: Int): Int
- î
def map[B](f: (A) â B): Array[B]
- î
def max: A
- î
def maxBy[B](f: (A) â B): A
- î
def min: A
- î
def minBy[B](f: (A) â B): A
- î
def mkString: String
- î
def mkString(sep: String): String
- î
def mkString(start: String, sep: String, end: String): String
- î
def newBuilder: ArrayBuilder.ofInt
- î
def nonEmpty: Boolean
- î
def padTo(len: Int, elem: A): Array[A]
- î
def par: ParArray[Int]
- î
def parCombiner: Combiner[Int, ParArray[Int]]
- î
def partition(p: (Int) â Boolean): (Array[Int], Array[Int])
- î
def patch(from: Int, that: GenSeq[A], replaced: Int): Array[A]
- î
def permutations: Iterator[Array[Int]]
- î
def prefixLength(p: (Int) â Boolean): Int
- î
def product: A
- î
def reduce[A1 >: Int](op: (A1, A1) â A1): A1
- î
def reduceLeft[B >: Int](op: (B, Int) â B): B
- î
def reduceLeftOption[B >: Int](op: (B, Int) â B): Option[B]
- î
def reduceOption[A1 >: Int](op: (A1, A1) â A1): Option[A1]
- î
def reduceRight[B >: Int](op: (Int, B) â B): B
- î
def reduceRightOption[B >: Int](op: (Int, B) â B): Option[B]
- î
val repr: Array[Int]
- î
def reverse: Array[Int]
- î
def reverseIterator: Iterator[Int]
- î
def reverseMap[B](f: (A) â B): Array[B]
- î
def reversed: List[Int]
- î
def sameElements(that: GenIterable[A]): Boolean
- î
def scan[B >: Int, That](z: B)(op: (B, B) â B)(implicit cbf: CanBuildFrom[Array[Int], B, That]): That
- î
def scanLeft[B, That](z: B)(op: (B, Int) â B)(implicit bf: CanBuildFrom[Array[Int], B, That]): That
- î
def scanRight[B, That](z: B)(op: (Int, B) â B)(implicit bf: CanBuildFrom[Array[Int], B, That]): That
- î
def segmentLength(p: (Int) â Boolean, from: Int): Int
- î
def seq: IndexedSeq[Int]
- î
def size: Int
- î
def sizeHintIfCheap: Int
- î
def slice(from: Int, until: Int): Array[Int]
- î
def sliding(size: Int, step: Int): Iterator[Array[Int]]
- î
def sliding(size: Int): Iterator[Array[Int]]
- î
def sortBy[B](f: (Int) â B)(implicit ord: math.Ordering[B]): Array[Int]
- î
def sortWith(lt: (Int, Int) â Boolean): Array[Int]
- î
def sorted[B >: Int](implicit ord: math.Ordering[B]): Array[Int]
- î
def span(p: (Int) â Boolean): (Array[Int], Array[Int])
- î
def splitAt(n: Int): (Array[Int], Array[Int])
- î
def startsWith[B](that: GenSeq[B], offset: Int): Boolean
- î
def startsWith[B](that: GenSeq[B]): Boolean
- î
def stringPrefix: String
- î
def sum: A
- î
def tail: Array[Int]
- î
def tails: Iterator[Array[Int]]
- î
def take(n: Int): Array[Int]
- î
def takeRight(n: Int): Array[Int]
- î
def takeWhile(p: (Int) â Boolean): Array[Int]
- î
def thisCollection: WrappedArray[Int]
- î
def to[Col[_]]: Col[A]
- î
def toArray: Array[A]
- î
def toBuffer[A1 >: Int]: Buffer[A1]
- î
def toCollection(repr: Array[Int]): WrappedArray[Int]
- î
def toIndexedSeq: immutable.IndexedSeq[Int]
- î
def toIterable: collection.Iterable[Int]
- î
def toIterator: Iterator[Int]
- î
def toList: List[Int]
- î
def toMap[T, U]: collection.Map[T, U]
- î
def toParArray: ParArray[T]
- î
def toSeq: collection.Seq[Int]
- î
def toSet[B >: Int]: immutable.Set[B]
- î
def toStream: immutable.Stream[Int]
- î
def toString(): String
- î
def toTraversable: collection.Traversable[Int]
- î
def toVector: Vector[Int]
- î
def transpose[U](implicit asArray: (Int) â Array[U]): Array[Array[U]]
- î
def union(that: collection.Seq[Int]): Array[Int]
- î
def unzip[T1, T2](implicit asPair: (Int) â (T1, T2), ct1: ClassTag[T1], ct2: ClassTag[T2]): (Array[T1], Array[T2])
- î
def unzip3[T1, T2, T3](implicit asTriple: (Int) â (T1, T2, T3), ct1: ClassTag[T1], ct2: ClassTag[T2], ct3: ClassTag[T3]): (Array[T1], Array[T2], Array[T3])
- î
def update(index: Int, elem: Int): Unit
- î
def updated(index: Int, elem: A): Array[A]
- î
def view(from: Int, until: Int): IndexedSeqView[Int, Array[Int]]
- î
def view: IndexedSeqView[Int, Array[Int]]
- î
def withFilter(p: (Int) â Boolean): FilterMonadic[Int, Array[Int]]
- î
def zip[B](that: GenIterable[B]): Array[(A, B)]
- î
def zipAll[B](that: collection.Iterable[B], thisElem: A, thatElem: B): Array[(A, B)]
- î
def zipWithIndex: Array[(A, Int)]
- î
def â[B](y: B): (ofInt, B)
Deprecated Value Members
- î
def /:[B](z: B)(op: (B, Int) â B): B
- î
def :\[B](z: B)(op: (Int, B) â B): B
- î
def formatted(fmtstr: String): String
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