Mapped

final class Mapped[A, B](u: Domain[A], f: A => B) extends Domain[B]
trait Domain[B]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def apply(i: Int): B
Definition Classes
override def map[C](g: B => C): Domain[C]
Definition Classes

Inherited methods

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

Concrete fields

override val size: Int