Packages

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 ImmutableMapDecorator [K, V, CC[X, +Y] <: immutable.MapOps[X, Y, CC, CC[X, Y]]] extends AnyRef
  2. class IteratorDecorator [A] extends AnyRef
  3. trait MapDecorator [K, V] extends AnyRef
  4. class MutableMapDecorator [K, V] extends AnyRef
  5. class SeqDecorator [A, CC[X] <: SeqOps[X, CC, _]] extends AnyRef

    A

    the type of elements

    CC

    the collection type constructor

Value Members

  1. implicit def ImmutableMapDecorator[K, V, CC[X, +Y] <: immutable.MapOps[X, Y, CC, CC[X, Y]]](map: CC[K, V]): ImmutableMapDecorator[K, V, CC]
  2. implicit def IteratorDecorator[A](it: Iterator[A]): IteratorDecorator[A]
  3. implicit def MapDecorator[K, V](map: Map[K, V]): MapDecorator[K, V] { val this: map.type }
  4. implicit def MutableMapDecorator[K, V](map: mutable.Map[K, V]): MutableMapDecorator[K, V]
  5. implicit def SeqDecorator[A, CC[X] <: SeqOps[X, CC, _]](seq: CC[A]): SeqDecorator[A, CC]
  6. object View

    Views used by decorators

Inherited from AnyRef

Inherited from Any

Ungrouped