ofInt

final class ofInt(elems: AtomicIntegerArray) extends AtomicArray[Int]
class AtomicArray[Int]
trait IndexedSeq[Int]
trait IndexedSeqOps[Int, [T] =>> AtomicArray[T], AtomicArray[Int]]
trait IndexedSeq[Int]
trait IndexedSeqOps[Int, [T] =>> AtomicArray[T], AtomicArray[Int]]
trait Seq[Int]
trait SeqOps[Int, [T] =>> AtomicArray[T], AtomicArray[Int]]
trait Cloneable[AtomicArray[Int]]
trait Cloneable
trait Seq[Int]
trait Equals
trait SeqOps[Int, [T] =>> AtomicArray[T], AtomicArray[Int]]
trait PartialFunction[Int, Int]
trait Int => Int
trait Iterable[Int]
trait Iterable[Int]
trait IterableFactoryDefaults[Int, [T] =>> AtomicArray[T]]
trait IterableOps[Int, [T] =>> AtomicArray[T], AtomicArray[Int]]
trait IterableOnceOps[Int, [T] =>> AtomicArray[T], AtomicArray[Int]]
trait IterableOnce[Int]
class Object
trait Matchable
class Any

Value members

Constructors

def this(size: Int)

Concrete methods

def apply(index: Int): Int
def compareAndSet(index: Int, expected: Int, elem: Int): Boolean
def length: Int
override def newSpecificBuilder: Builder[Int, AtomicArray[Int]]
Definition Classes
IterableFactoryDefaults -> IterableOps
def swap(index: Int, elem: Int): Int
def update(index: Int, elem: Int): Unit

Inherited methods

@inline
final def ++[B >: Int](suffix: IterableOnce[B]): AtomicArray[B]
Inherited from
IterableOps
@inline
final override def ++:[B >: Int](prefix: IterableOnce[B]): AtomicArray[B]
Definition Classes
SeqOps -> IterableOps
Inherited from
SeqOps
@inline
final def +:[B >: Int](elem: B): AtomicArray[B]
Inherited from
SeqOps
@inline
final def :+[B >: Int](elem: B): AtomicArray[B]
Inherited from
SeqOps
@inline
final def :++[B >: Int](suffix: IterableOnce[B]): AtomicArray[B]
Inherited from
SeqOps
def `scala$collection$SeqOps$$super$concat`[B >: Int](suffix: IterableOnce[B]): AtomicArray[B]
Inherited from
SeqOps
Inherited from
SeqOps
Inherited from
SeqOps
Inherited from
Cloneable
@inline
final def addString(b: StringBuilder): StringBuilder
Inherited from
IterableOnceOps
@inline
final def addString(b: StringBuilder, sep: String): StringBuilder
Inherited from
IterableOnceOps
def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
Inherited from
IterableOnceOps
def andThen[C](k: PartialFunction[Int, C]): PartialFunction[Int, C]
Inherited from
PartialFunction
override def andThen[C](k: Int => C): PartialFunction[Int, C]
Definition Classes
PartialFunction -> Function1
Inherited from
PartialFunction
def appended[B >: Int](elem: B): AtomicArray[B]
Inherited from
SeqOps
def appendedAll[B >: Int](suffix: IterableOnce[B]): AtomicArray[B]
Inherited from
SeqOps
def applyOrElse[A1 <: Int, B1 >: Int](x: A1, default: A1 => B1): B1
Inherited from
PartialFunction
def canEqual(that: Any): Boolean
Inherited from
Seq
override def className: String
Definition Classes
AtomicArray -> Iterable
Inherited from
AtomicArray
override def clone: AtomicArray[Int]

Clones this object, including the underlying Array.

Clones this object, including the underlying Array.

Definition Classes
AtomicArray -> SeqOps -> Cloneable -> Object
Inherited from
AtomicArray
def collect[B](pf: PartialFunction[Int, B]): AtomicArray[B]
Inherited from
IterableOps
def collectFirst[B](pf: PartialFunction[Int, B]): Option[B]
Inherited from
IterableOnceOps
def combinations(n: Int): Iterator[AtomicArray[Int]]
Inherited from
SeqOps
def compose[R](k: PartialFunction[R, Int]): PartialFunction[R, Int]
Inherited from
PartialFunction
@unspecialized
def compose[A](g: A => Int): A => Int
Inherited from
Function1
@inline
final override def concat[B >: Int](suffix: IterableOnce[B]): AtomicArray[B]
Definition Classes
SeqOps -> IterableOps
Inherited from
SeqOps
def contains[A1 >: Int](elem: A1): Boolean
Inherited from
SeqOps
def containsSlice[B >: Int](that: Seq[B]): Boolean
Inherited from
SeqOps
def copyToArray[B >: Int](xs: Array[B], start: Int, len: Int): Int
Inherited from
IterableOnceOps
@deprecatedOverriding("This should always forward to the 3-arg version of this method", "2.13.4")
def copyToArray[B >: Int](xs: Array[B], start: Int): Int
Inherited from
IterableOnceOps
@deprecatedOverriding("This should always forward to the 3-arg version of this method", "2.13.4")
def copyToArray[B >: Int](xs: Array[B]): Int
Inherited from
IterableOnceOps
def corresponds[B](that: IterableOnce[B])(p: (Int, B) => Boolean): Boolean
Inherited from
IterableOnceOps
def corresponds[B](that: Seq[B])(p: (Int, B) => Boolean): Boolean
Inherited from
SeqOps
def count(p: Int => Boolean): Int
Inherited from
IterableOnceOps
def diff[B >: Int](that: Seq[B]): AtomicArray[Int]
Inherited from
SeqOps
Inherited from
SeqOps
def distinctBy[B](f: Int => B): AtomicArray[Int]
Inherited from
SeqOps
override def drop(n: Int): AtomicArray[Int]
Definition Classes
IndexedSeqOps -> IterableOps -> IterableOnceOps
Inherited from
IndexedSeqOps
override def dropRight(n: Int): AtomicArray[Int]
Definition Classes
IndexedSeqOps -> IterableOps
Inherited from
IndexedSeqOps
def dropWhile(p: Int => Boolean): AtomicArray[Int]
Inherited from
IterableOps
def elementWise: ElementWiseExtractor[Int, Int]
Inherited from
PartialFunction
override def empty: AtomicArray[Int]
Definition Classes
IterableFactoryDefaults -> IterableOps
Inherited from
IterableFactoryDefaults
def endsWith[B >: Int](that: Iterable[B]): Boolean
Inherited from
SeqOps
override def equals(o: Any): Boolean
Definition Classes
Seq -> Equals -> Any
Inherited from
Seq
def exists(p: Int => Boolean): Boolean
Inherited from
IterableOnceOps
def filter(pred: Int => Boolean): AtomicArray[Int]
Inherited from
IterableOps
def filterNot(pred: Int => Boolean): AtomicArray[Int]
Inherited from
IterableOps
def find(p: Int => Boolean): Option[Int]
Inherited from
IterableOnceOps
def findLast(p: Int => Boolean): Option[Int]
Inherited from
SeqOps
def flatMap[B](f: Int => IterableOnce[B]): AtomicArray[B]
Inherited from
IterableOps
def flatten[B](asIterable: Int => IterableOnce[B]): AtomicArray[B]
Inherited from
IterableOps
def fold[A1 >: Int](z: A1)(op: (A1, A1) => A1): A1
Inherited from
IterableOnceOps
def foldLeft[B](z: B)(op: (B, Int) => B): B
Inherited from
IterableOnceOps
override def foldRight[B](z: B)(op: (Int, B) => B): B
Definition Classes
IndexedSeqOps -> IterableOnceOps
Inherited from
IndexedSeqOps
def forall(p: Int => Boolean): Boolean
Inherited from
IterableOnceOps
def foreach[U](f: Int => U): Unit
Inherited from
IterableOnceOps
protected def fromSpecific(coll: IterableOnce[Int]): AtomicArray[Int]
Inherited from
IterableFactoryDefaults
@tailrec
final def getAndTransform(index: Int)(f: Int => Int): Int

Retries compareAndSet until success, using f, then returns the old value

Retries compareAndSet until success, using f, then returns the old value

Inherited from
AtomicArray
def groupBy[K](f: Int => K): Map[K, AtomicArray[Int]]
Inherited from
IterableOps
def groupMap[K, B](key: Int => K)(f: Int => B): Map[K, AtomicArray[B]]
Inherited from
IterableOps
def groupMapReduce[K, B](key: Int => K)(f: Int => B)(reduce: (B, B) => B): Map[K, B]
Inherited from
IterableOps
def grouped(size: Int): Iterator[AtomicArray[Int]]
Inherited from
IterableOps
override def hashCode(): Int
Definition Classes
Seq -> Any
Inherited from
Seq
override def head: Int
Definition Classes
IndexedSeqOps -> IterableOps
Inherited from
IndexedSeqOps
override def headOption: Option[Int]
Definition Classes
IndexedSeqOps -> IterableOps
Inherited from
IndexedSeqOps
@deprecatedOverriding("Override indexOf(elem, from) instead - indexOf(elem) calls indexOf(elem, 0)", "2.13.0")
def indexOf[B >: Int](elem: B): Int
Inherited from
SeqOps
def indexOf[B >: Int](elem: B, from: Int): Int
Inherited from
SeqOps
@deprecatedOverriding("Override indexOfSlice(that, from) instead - indexOfSlice(that) calls indexOfSlice(that, 0)", "2.13.0")
def indexOfSlice[B >: Int](that: Seq[B]): Int
Inherited from
SeqOps
def indexOfSlice[B >: Int](that: Seq[B], from: Int): Int
Inherited from
SeqOps
@deprecatedOverriding("Override indexWhere(p, from) instead - indexWhere(p) calls indexWhere(p, 0)", "2.13.0")
def indexWhere(p: Int => Boolean): Int
Inherited from
SeqOps
def indexWhere(p: Int => Boolean, from: Int): Int
Inherited from
SeqOps
def indices: Range
Inherited from
SeqOps
def init: AtomicArray[Int]
Inherited from
IterableOps
def inits: Iterator[AtomicArray[Int]]
Inherited from
IterableOps
def intersect[B >: Int](that: Seq[B]): AtomicArray[Int]
Inherited from
SeqOps
def isDefinedAt(idx: Int): Boolean
Inherited from
SeqOps
override def isEmpty: Boolean
Definition Classes
SeqOps -> IterableOnceOps
Inherited from
SeqOps
override def isTraversableAgain: Boolean
Definition Classes
IterableOps -> IterableOnceOps
Inherited from
IterableOps
def iterator: Iterator[Int]
Inherited from
IndexedSeqOps
override def knownSize: Int
Definition Classes
IndexedSeqOps -> IterableOnce
Inherited from
IndexedSeqOps
override def last: Int
Definition Classes
IndexedSeqOps -> IterableOps
Inherited from
IndexedSeqOps
def lastIndexOf[B >: Int](elem: B, end: Int): Int
Inherited from
SeqOps
@deprecatedOverriding("Override lastIndexOfSlice(that, end) instead - lastIndexOfSlice(that) calls lastIndexOfSlice(that, Int.MaxValue)", "2.13.0")
def lastIndexOfSlice[B >: Int](that: Seq[B]): Int
Inherited from
SeqOps
def lastIndexOfSlice[B >: Int](that: Seq[B], end: Int): Int
Inherited from
SeqOps
@deprecatedOverriding("Override lastIndexWhere(p, end) instead - lastIndexWhere(p) calls lastIndexWhere(p, Int.MaxValue)", "2.13.0")
def lastIndexWhere(p: Int => Boolean): Int
Inherited from
SeqOps
def lastIndexWhere(p: Int => Boolean, end: Int): Int
Inherited from
SeqOps
def lastOption: Option[Int]
Inherited from
IterableOps
def lazyZip[B](that: Iterable[B]): LazyZip2[Int, B, ofInt]
Inherited from
Iterable
final override def lengthCompare(that: Iterable[_]): Int
Definition Classes
IndexedSeqOps -> SeqOps
Inherited from
IndexedSeqOps
final override def lengthCompare(len: Int): Int
Definition Classes
IndexedSeqOps -> SeqOps
Inherited from
IndexedSeqOps
@inline
final def lengthIs: SizeCompareOps
Inherited from
SeqOps
def lift: Int => Option[Int]
Inherited from
PartialFunction
override def map[B](f: Int => B): AtomicArray[B]
Definition Classes
IndexedSeqOps -> IterableOps -> IterableOnceOps
Inherited from
IndexedSeqOps
def mapInPlace(f: Int => Int): ofInt
Inherited from
IndexedSeqOps
def max[B >: Int](ord: Ordering[B]): Int
Inherited from
IterableOnceOps
def maxBy[B](f: Int => B)(cmp: Ordering[B]): Int
Inherited from
IterableOnceOps
def maxByOption[B](f: Int => B)(cmp: Ordering[B]): Option[Int]
Inherited from
IterableOnceOps
def maxOption[B >: Int](ord: Ordering[B]): Option[Int]
Inherited from
IterableOnceOps
def min[B >: Int](ord: Ordering[B]): Int
Inherited from
IterableOnceOps
def minBy[B](f: Int => B)(cmp: Ordering[B]): Int
Inherited from
IterableOnceOps
def minByOption[B](f: Int => B)(cmp: Ordering[B]): Option[Int]
Inherited from
IterableOnceOps
def minOption[B >: Int](ord: Ordering[B]): Option[Int]
Inherited from
IterableOnceOps
@inline
final def mkString: String
Inherited from
IterableOnceOps
@inline
final def mkString(sep: String): String
Inherited from
IterableOnceOps
final def mkString(start: String, sep: String, end: String): String
Inherited from
IterableOnceOps
@deprecatedOverriding("nonEmpty is defined as !isEmpty; override isEmpty instead", "2.13.0")
def nonEmpty: Boolean
Inherited from
IterableOnceOps
def orElse[A1 <: Int, B1 >: Int](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
Inherited from
PartialFunction
def padTo[B >: Int](len: Int, elem: B): AtomicArray[B]
Inherited from
SeqOps
def partition(p: Int => Boolean): (AtomicArray[Int], AtomicArray[Int])
Inherited from
IterableOps
def partitionMap[A1, A2](f: Int => Either[A1, A2]): (AtomicArray[A1], AtomicArray[A2])
Inherited from
IterableOps
def patch[B >: Int](from: Int, other: IterableOnce[B], replaced: Int): AtomicArray[B]
Inherited from
SeqOps
def permutations: Iterator[AtomicArray[Int]]
Inherited from
SeqOps
override def prepended[B >: Int](elem: B): AtomicArray[B]
Definition Classes
IndexedSeqOps -> SeqOps
Inherited from
IndexedSeqOps
def prependedAll[B >: Int](prefix: IterableOnce[B]): AtomicArray[B]
Inherited from
SeqOps
def product[B >: Int](num: Numeric[B]): B
Inherited from
IterableOnceOps
def reduce[B >: Int](op: (B, B) => B): B
Inherited from
IterableOnceOps
def reduceLeft[B >: Int](op: (B, Int) => B): B
Inherited from
IterableOnceOps
def reduceLeftOption[B >: Int](op: (B, Int) => B): Option[B]
Inherited from
IterableOnceOps
def reduceOption[B >: Int](op: (B, B) => B): Option[B]
Inherited from
IterableOnceOps
def reduceRight[B >: Int](op: (Int, B) => B): B
Inherited from
IterableOnceOps
def reduceRightOption[B >: Int](op: (Int, B) => B): Option[B]
Inherited from
IterableOnceOps
override def reverse: AtomicArray[Int]
Definition Classes
IndexedSeqOps -> SeqOps
Inherited from
IndexedSeqOps
override def reverseIterator: Iterator[Int]
Definition Classes
IndexedSeqOps -> SeqOps
Inherited from
IndexedSeqOps
override protected def reversed: Iterable[Int]
Definition Classes
IndexedSeqOps -> IterableOnceOps
Inherited from
IndexedSeqOps
def runWith[U](action: Int => U): Int => Boolean
Inherited from
PartialFunction
def sameElements[B >: Int](that: IterableOnce[B]): Boolean
Inherited from
SeqOps
def scan[B >: Int](z: B)(op: (B, B) => B): AtomicArray[B]
Inherited from
IterableOps
def scanLeft[B](z: B)(op: (B, Int) => B): AtomicArray[B]
Inherited from
IterableOps
def scanRight[B](z: B)(op: (Int, B) => B): AtomicArray[B]
Inherited from
IterableOps
override def search[B >: Int](elem: B, from: Int, to: Int)(ord: Ordering[B]): SearchResult
Definition Classes
IndexedSeqOps -> SeqOps
Inherited from
IndexedSeqOps
override def search[B >: Int](elem: B)(ord: Ordering[B]): SearchResult
Definition Classes
IndexedSeqOps -> SeqOps
Inherited from
IndexedSeqOps
def segmentLength(p: Int => Boolean, from: Int): Int
Inherited from
SeqOps
final def segmentLength(p: Int => Boolean): Int
Inherited from
SeqOps
final override def size: Int
Definition Classes
SeqOps -> IterableOnceOps
Inherited from
SeqOps
final override def sizeCompare(that: Iterable[_]): Int
Definition Classes
SeqOps -> IterableOps
Inherited from
SeqOps
final override def sizeCompare(otherSize: Int): Int
Definition Classes
SeqOps -> IterableOps
Inherited from
SeqOps
@inline
final def sizeIs: SizeCompareOps
Inherited from
IterableOps
override def slice(from: Int, until: Int): AtomicArray[Int]
Definition Classes
IndexedSeqOps -> IterableOps -> IterableOnceOps
Inherited from
IndexedSeqOps
def sliding(size: Int, step: Int): Iterator[AtomicArray[Int]]
Inherited from
IterableOps
def sliding(size: Int): Iterator[AtomicArray[Int]]
Inherited from
IterableOps
def sortBy[B](f: Int => B)(ord: Ordering[B]): AtomicArray[Int]
Inherited from
SeqOps
def sortInPlace[B >: Int](ord: Ordering[B]): ofInt
Inherited from
IndexedSeqOps
def sortInPlaceBy[B](f: Int => B)(ord: Ordering[B]): ofInt
Inherited from
IndexedSeqOps
def sortInPlaceWith(lt: (Int, Int) => Boolean): ofInt
Inherited from
IndexedSeqOps
def sortWith(lt: (Int, Int) => Boolean): AtomicArray[Int]
Inherited from
SeqOps
def sorted[B >: Int](ord: Ordering[B]): AtomicArray[Int]
Inherited from
SeqOps
def span(p: Int => Boolean): (AtomicArray[Int], AtomicArray[Int])
Inherited from
IterableOps
override def splitAt(n: Int): (AtomicArray[Int], AtomicArray[Int])
Definition Classes
IterableOps -> IterableOnceOps
Inherited from
IterableOps
def startsWith[B >: Int](that: IterableOnce[B], offset: Int): Boolean
Inherited from
SeqOps
override def stepper[S <: Stepper[_]](shape: StepperShape[Int, S]): S & EfficientSplit
Definition Classes
IndexedSeqOps -> IterableOnce
Inherited from
IndexedSeqOps
def sum[B >: Int](num: Numeric[B]): B
Inherited from
IterableOnceOps
def tail: AtomicArray[Int]
Inherited from
IterableOps
def tails: Iterator[AtomicArray[Int]]
Inherited from
IterableOps
override def take(n: Int): AtomicArray[Int]
Definition Classes
IndexedSeqOps -> IterableOps -> IterableOnceOps
Inherited from
IndexedSeqOps
override def takeRight(n: Int): AtomicArray[Int]
Definition Classes
IndexedSeqOps -> IterableOps
Inherited from
IndexedSeqOps
def takeWhile(p: Int => Boolean): AtomicArray[Int]
Inherited from
IterableOps
override def tapEach[U](f: Int => U): AtomicArray[Int]
Definition Classes
IterableOps -> IterableOnceOps
Inherited from
IterableOps
def to[C1](factory: Factory[Int, C1]): C1
Inherited from
IterableOnceOps
def toArray[B >: Int](ClassTag[B]): Array[B]
Inherited from
IterableOnceOps
@inline
final def toBuffer[B >: Int]: Buffer[B]
Inherited from
IterableOnceOps
def toIndexedSeq: IndexedSeq[Int]
Inherited from
IterableOnceOps
final def toIterable: ofInt
Inherited from
Iterable
def toList: List[Int]
Inherited from
IterableOnceOps
def toMap[K, V](ev: Int <:< (K, V)): Map[K, V]
Inherited from
IterableOnceOps
def toSeq: Seq[Int]
Inherited from
IterableOnceOps
def toSet[B >: Int]: Set[B]
Inherited from
IterableOnceOps
override def toString(): String
Definition Classes
Seq -> Function1 -> Iterable -> Any
Inherited from
Seq
def toVector: Vector[Int]
Inherited from
IterableOnceOps
def transpose[B](asIterable: Int => Iterable[B]): AtomicArray[AtomicArray[B]]
Inherited from
IterableOps
def unapply(a: Int): Option[Int]
Inherited from
PartialFunction
def unzip[A1, A2](asPair: Int => (A1, A2)): (AtomicArray[A1], AtomicArray[A2])
Inherited from
IterableOps
def unzip3[A1, A2, A3](asTriple: Int => (A1, A2, A3)): (AtomicArray[A1], AtomicArray[A2], AtomicArray[A3])
Inherited from
IterableOps
def updated[B >: Int](index: Int, elem: B): AtomicArray[B]
Inherited from
SeqOps
override def view: IndexedSeqView[Int]
Definition Classes
IndexedSeqOps -> SeqOps -> IterableOps
Inherited from
IndexedSeqOps
def withFilter(p: Int => Boolean): WithFilter[Int, [T] =>> AtomicArray[T]]
Inherited from
IterableOps
def zip[B](that: IterableOnce[B]): AtomicArray[(Int, B)]
Inherited from
IterableOps
def zipAll[A1 >: Int, B](that: Iterable[B], thisElem: A1, thatElem: B): AtomicArray[(A1, B)]
Inherited from
IterableOps
def zipWithIndex: AtomicArray[(Int, Int)]
Inherited from
IterableOps

Deprecated and Inherited methods

@inline @deprecated("Use foldLeft instead of /:", "2.13.0")
final def /:[B](z: B)(op: (B, Int) => B): B
Deprecated
Inherited from
IterableOnceOps
@inline @deprecated("Use foldRight instead of :\\", "2.13.0")
final def :\[B](z: B)(op: (Int, B) => B): B
Deprecated
Inherited from
IterableOnceOps
@deprecated("`aggregate` is not relevant for sequential collections. Use `foldLeft(z)(seqop)` instead.", "2.13.0")
def aggregate[B](z: => B)(seqop: (B, Int) => B, combop: (B, B) => B): B
Deprecated
Inherited from
IterableOnceOps
@inline @deprecatedOverriding("Use iterableFactory instead", "2.13.0") @deprecated("Use iterableFactory instead", "2.13.0")
def companion: IterableFactory[[T] =>> AtomicArray[T]]
Deprecated
Inherited from
IterableOps
@inline @deprecated("Use `dest ++= coll` instead", "2.13.0")
final def copyToBuffer[B >: Int](dest: Buffer[B]): Unit
Deprecated
Inherited from
IterableOnceOps
@deprecated("Check .knownSize instead of .hasDefiniteSize for more actionable information (see scaladoc for details)", "2.13.0")
def hasDefiniteSize: Boolean
Deprecated
Inherited from
IterableOnceOps
@inline @deprecated("Use segmentLength instead of prefixLength", "2.13.0")
final def prefixLength(p: Int => Boolean): Int
Deprecated
Inherited from
SeqOps
@deprecated("Use coll instead of repr in a collection implementation, use the collection value itself from the outside", "2.13.0")
final def repr: AtomicArray[Int]
Deprecated
Inherited from
IterableOps
@deprecated("Use .reverseIterator.map(f).to(...) instead of .reverseMap(f)", "2.13.0")
def reverseMap[B](f: Int => B): AtomicArray[B]
Deprecated
Inherited from
SeqOps
@deprecated("Iterable.seq always returns the iterable itself", "2.13.0")
def seq: ofInt
Deprecated
Inherited from
Iterable
@inline @deprecated("Use .iterator instead of .toIterator", "2.13.0")
final def toIterator: Iterator[Int]
Deprecated
Inherited from
IterableOnceOps
@inline @deprecated("Use .to(LazyList) instead of .toStream", "2.13.0")
final def toStream: Stream[Int]
Deprecated
Inherited from
IterableOnceOps
@deprecated("Use toIterable instead", "2.13.0")
final def toTraversable: Iterable[Int]
Deprecated
Inherited from
IterableOps
@inline @deprecated("Use `mapInPlace` on an `IndexedSeq` instead", "2.13.0")
final def transform(f: Int => Int): ofInt
Deprecated
Inherited from
SeqOps
@inline @deprecated("Use `concat` instead", "2.13.0")
final def union[B >: Int](that: Seq[B]): AtomicArray[B]
Deprecated
Inherited from
SeqOps
@deprecated("Use .view.slice(from, until) instead of .view(from, until)", "2.13.0")
override def view(from: Int, until: Int): IndexedSeqView[Int]
Deprecated
Definition Classes
IndexedSeqOps -> IterableOps
Inherited from
IndexedSeqOps

Inherited fields

override val iterableFactory: SeqFactory[[T] =>> AtomicArray[T]]
Inherited from
AtomicArray