package decorators
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- decorators
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- class ImmutableMapDecorator [K, V, CC[X, +Y] <: immutable.MapOps[X, Y, CC, CC[X, Y]]] extends AnyRef
- class IteratorDecorator [A] extends AnyRef
- trait MapDecorator [K, V] extends AnyRef
- class MutableMapDecorator [K, V] extends AnyRef
-
class
SeqDecorator
[A, CC[X] <: SeqOps[X, CC, _]] extends AnyRef
- A
the type of elements
- CC
the collection type constructor
Value Members
- implicit def ImmutableMapDecorator[K, V, CC[X, +Y] <: immutable.MapOps[X, Y, CC, CC[X, Y]]](map: CC[K, V]): ImmutableMapDecorator[K, V, CC]
- implicit def IteratorDecorator[A](it: Iterator[A]): IteratorDecorator[A]
- implicit def MapDecorator[K, V](map: Map[K, V]): MapDecorator[K, V] { val this: map.type }
- implicit def MutableMapDecorator[K, V](map: mutable.Map[K, V]): MutableMapDecorator[K, V]
- implicit def SeqDecorator[A, CC[X] <: SeqOps[X, CC, _]](seq: CC[A]): SeqDecorator[A, CC]
-
object
View
Views used by decorators