IndexedSeqView

Companion:
class
Source:
IndexedSeqView.scala
class Object
trait Matchable
class Any

Type members

Classlikes

class Appended[+A](underlying: SomeIndexedSeqOps[A], elem: A) extends Appended[A] with IndexedSeqView[A]
class Drop[A](underlying: SomeIndexedSeqOps[A], n: Int) extends Drop[A] with IndexedSeqView[A]
class Id[+A](underlying: SomeIndexedSeqOps[A]) extends Id[A] with IndexedSeqView[A]
class Map[A, B](underlying: SomeIndexedSeqOps[A], f: A => B) extends Map[A, B] with IndexedSeqView[B]
class Prepended[+A](elem: A, underlying: SomeIndexedSeqOps[A]) extends Prepended[A] with IndexedSeqView[A]
class Slice[A](underlying: SomeIndexedSeqOps[A], from: Int, until: Int) extends AbstractIndexedSeqView[A]
class Take[A](underlying: SomeIndexedSeqOps[A], n: Int) extends Take[A] with IndexedSeqView[A]

Types

An IndexedSeqOps whose collection type and collection type constructor are unknown

An IndexedSeqOps whose collection type and collection type constructor are unknown

Source:
IndexedSeqView.scala