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.Map[X, Y]] extends AnyRef
  2. final class IterableDecorator[A] extends AnyVal
  3. final class IteratorDecorator[A] extends AnyVal
  4. trait MapDecorator[K, V] extends AnyRef
  5. class MutableMapDecorator[K, V] extends AnyRef
  6. 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.Map[X, Y]](map: CC[K, V]): ImmutableMapDecorator[K, V, CC]
  2. implicit def MapDecorator[K, V](map: Map[K, V]): MapDecorator[K, V] { val this: map.type }
  3. implicit def MutableMapDecorator[K, V](map: mutable.Map[K, V]): MutableMapDecorator[K, V]
  4. implicit def SeqDecorator[A, CC[X] <: SeqOps[X, CC, _]](seq: CC[A]): SeqDecorator[A, CC]
  5. implicit def iterableDecorator[A](it: Iterable[A]): IterableDecorator[A]
  6. implicit def iteratorDecorator[A](it: Iterator[A]): IteratorDecorator[A]
  7. object View

    Views used by decorators

Inherited from AnyRef

Inherited from Any

Ungrouped