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