scala.collection.decorators
package scala.collection.decorators
Members list
Type members
Classlikes
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object BitSetDecorator
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
BitSetDecorator.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
final class IteratorDecorator[A](val this: Iterator[A]) extends AnyVal
Enriches Iterator with additional methods.
Enriches Iterator with additional methods.
Attributes
- Supertypes
-
class AnyValtrait Matchableclass Any
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Type parameters
- C
-
type of the decorated collection (e.g.
List[Int]
,String
, etc.)
Value parameters
- coll
-
the decorated collection
- seq
-
evidence that type
C
is a sequence
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Implicits
Implicits
implicit def iterableDecorator[C](coll: C)(implicit it: IsIterable[C]): IterableDecorator[C, it.type]
In this article