Type class witnessing that a collection type Repr
has keys of type K
, values of type V
and has a conversion to
MapOps[K, V, Iterable, C]
, for some types K
, V
and C
.
Type class witnessing that a collection type Repr
has keys of type K
, values of type V
and has a conversion to
MapOps[K, V, Iterable, C]
, for some types K
, V
and C
.
This type enables simple enrichment of Map
s with extension methods.
- Type Params
- Repr
Collection type (e.g.
Map[Int, String]
)
- See also
- Companion
- object
Type members
Types
The type returned by transformation operations that preserve the same elements type (e.g.
The type returned by transformation operations that preserve the same elements
type (e.g. filter
, take
).
In practice, this type is often Repr
itself, excepted in the case
of SeqView[A]
(and other View[A]
subclasses), where it is “only” View[A]
.
Inherited types
The type of elements we can traverse over (e.g.
The type of elements we can traverse over (e.g. Int
).
- Inherited from
- IsIterableOnce
The type returned by transformation operations that preserve the same elements type (e.g.
The type returned by transformation operations that preserve the same elements
type (e.g. filter
, take
).
In practice, this type is often Repr
itself, excepted in the case
of SeqView[A]
(and other View[A]
subclasses), where it is “only” View[A]
.
- Inherited from
- IsIterable
Value members
Abstract methods
A conversion from the type Repr
to IterableOps[A, Iterable, C]
A conversion from the type Repr
to IterableOps[A, Iterable, C]
Deprecated fields
- Deprecated
Deprecated and Inherited fields
- Deprecated
- Inherited from
- IsIterable