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[Either[A, B]]
Inherited from
Domain
@inline
def either[B](b: Domain[B]): Domain[Either[A, B]]
Inherited from
Domain
def iterator: Iterator[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 subst[B >: A]: Domain[B]
Inherited from
Domain
def triple: Domain[(A, A, A)]
Inherited from
Domain

Concrete fields

override val size: Int