strawman.collections.CollectionStrawMan5.View

Map

Related Doc: package View

case class Map[A, B](underlying: Iterable[A], f: (A) ⇒ B) extends View[B] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, View[B], Iterable[B], IterableLike[B, View], IterablePolyTransforms[B, View], IterableMonoTransforms[B, View[B]], IterableOps[B], FromIterable[View], IterableOnce[B], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Map
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. View
  7. Iterable
  8. IterableLike
  9. IterablePolyTransforms
  10. IterableMonoTransforms
  11. IterableOps
  12. FromIterable
  13. IterableOnce
  14. AnyRef
  15. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Map(underlying: Iterable[A], f: (A) ⇒ B)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. def ++[B >: B](xs: IterableOnce[B]): View[B]

    Definition Classes
    IterablePolyTransforms
  4. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def coll: Iterable[B]

    Attributes
    protected
    Definition Classes
    IterableIterablePolyTransformsIterableMonoTransforms
  8. def drop(n: Int): View[B]

    Definition Classes
    IterableMonoTransforms
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. val f: (A) ⇒ B

  11. def filter(p: (B) ⇒ Boolean): View[B]

    Definition Classes
    IterableMonoTransforms
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def flatMap[B](f: (B) ⇒ IterableOnce[B]): View[B]

    Definition Classes
    IterablePolyTransforms
  14. def foldLeft[B](z: B)(op: (B, B) ⇒ B): B

    Definition Classes
    IterableOps
  15. def foldRight[B](z: B)(op: (B, B) ⇒ B): B

    Definition Classes
    IterableOps
  16. def foreach(f: (B) ⇒ Unit): Unit

    Definition Classes
    IterableOps
  17. def fromIterable[B](c: Iterable[B]): View[B]

    Definition Classes
    ViewIterablePolyTransformsFromIterable
  18. def fromLikeIterable(coll: Iterable[B]): View[B]

    Attributes
    protected[this]
    Definition Classes
    IterableLikeIterableMonoTransforms
  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def head: B

    Definition Classes
    IterableOps
  21. def indexWhere(p: (B) ⇒ Boolean): Int

    Definition Classes
    IterableOps
  22. def isEmpty: Boolean

    Definition Classes
    IterableOps
  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. def iterator: Iterator[B]

    Definition Classes
    MapIterableOpsIterableOnce
  25. def knownLength: Int

    Definition Classes
    MapIterable
  26. def map[B](f: (B) ⇒ B): View[B]

    Definition Classes
    IterablePolyTransforms
  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  30. def partition(p: (B) ⇒ Boolean): (View[B], View[B])

    Definition Classes
    IterableMonoTransforms
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def to[C[X] <: Iterable[X]](fi: FromIterable[C]): C[B]

    Definition Classes
    IterableMonoTransforms
  33. val underlying: Iterable[A]

  34. def view: View[B]

    Definition Classes
    ViewIterableOps
  35. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def zip[B](xs: IterableOnce[B]): View[(B, B)]

    Definition Classes
    IterablePolyTransforms

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from View[B]

Inherited from Iterable[B]

Inherited from IterableLike[B, View]

Inherited from IterablePolyTransforms[B, View]

Inherited from IterableMonoTransforms[B, View[B]]

Inherited from IterableOps[B]

Inherited from FromIterable[View]

Inherited from IterableOnce[B]

Inherited from AnyRef

Inherited from Any

Ungrouped