Packages

p

scala.collection

decorators

package decorators

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. decorators
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class IterableDecorator[C, I <: IsIterable[C]] extends AnyRef
  2. final class IteratorDecorator[A] extends AnyVal
  3. class MapDecorator[C, M <: IsMap[C]] extends AnyRef
  4. class SeqDecorator[C, S <: IsSeq[C]] extends AnyRef

    C

    type of the decorated collection (e.g. List[Int], String, etc.)

Value Members

  1. implicit def IterableDecorator[C](coll: C)(implicit it: IsIterable[C]): IterableDecorator[C, it.type]
  2. implicit def MapDecorator[C](coll: C)(implicit map: IsMap[C]): MapDecorator[C, map.type]
  3. implicit def SeqDecorator[C](coll: C)(implicit seq: IsSeq[C]): SeqDecorator[C, seq.type]
  4. implicit def iteratorDecorator[A](it: Iterator[A]): IteratorDecorator[A]
  5. object View

    Views used by decorators

Inherited from AnyRef

Inherited from Any

Ungrouped