OverSeq

final class OverSeq[A](as: IndexedSeq[A]) extends Domain[A]
trait Domain[A]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def apply(i: Int): A
Definition Classes

Inherited methods

def ***[B](b: Domain[B]): Domain[(A, B)]
Inherited from
Domain
def +++[B](b: Domain[B]): Domain[A \/ B]
Inherited from
Domain
def array(r: Range)(t: ClassTag[A]): Domain[Array[A]]
Inherited from
Domain
def array(s: Int)(t: ClassTag[A]): Domain[Array[A]]
Inherited from
Domain
def either[B](b: Domain[B]): Domain[Either[A, B]]
Inherited from
Domain
def iterator: Iterator[A]
Inherited from
Domain
def list(r: Range): Domain[List[A]]
Inherited from
Domain
def list(s: Int): Domain[List[A]]
Inherited from
Domain
def map[B](f: A => B): Domain[B]
Inherited from
Domain
def option: Domain[Option[A]]
Inherited from
Domain
def pair: Domain[(A, A)]
Inherited from
Domain
def seq[S[_]](r: Range)(c: Factory[A, S[A]]): Domain[S[A]]
Inherited from
Domain
def subst[B >: A]: Domain[B]
Inherited from
Domain
def triple: Domain[(A, A, A)]
Inherited from
Domain
def vector(r: Range): Domain[Vector[A]]
Inherited from
Domain
def vector(s: Int): Domain[Vector[A]]
Inherited from
Domain

Concrete fields

override val size: Int