Packages

p

scala.collection

decorators

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. Protected

Type Members

  1. class BitSetDecorator[+C <: BitSet with BitSetOps[C]] extends AnyRef
  2. class IterableDecorator[C, I <: IsIterable[C]] extends AnyRef
  3. final class IteratorDecorator[A] extends AnyVal

    Enriches Iterator with additional methods.

  4. class MapDecorator[C, M <: IsMap[C]] extends AnyRef
  5. class MutableBitSetDecorator extends AnyRef
  6. class SeqDecorator[C, S <: IsSeq[C]] extends AnyRef

    C

    type of the decorated collection (e.g. List[Int], String, etc.)

Value Members

  1. implicit def bitSetDecorator[C <: BitSet with BitSetOps[C]](bs: C): BitSetDecorator[C]
  2. implicit def iterableDecorator[C](coll: C)(implicit it: IsIterable[C]): IterableDecorator[C, it.type]
  3. implicit def iteratorDecorator[A](it: Iterator[A]): IteratorDecorator[A]
  4. implicit def mapDecorator[C](coll: C)(implicit map: IsMap[C]): MapDecorator[C, map.type]
  5. implicit def mutableBitSetDecorator(bs: mutable.BitSet): MutableBitSetDecorator
  6. implicit def seqDecorator[C](coll: C)(implicit seq: IsSeq[C]): SeqDecorator[C, seq.type]
  7. object BitSetDecorator
  8. object View

    Views used by decorators

Inherited from AnyRef

Inherited from Any

Ungrouped