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

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
  4. class MapDecorator[C, M <: IsMap[C]] extends AnyRef
  5. 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 IterableDecorator[C](coll: C)(implicit it: IsIterable[C]): IterableDecorator[C, it.type]
  2. implicit def MapDecorator[C](coll: C)(implicit map: IsMap[C]): MapDecorator[C, map.type]
  3. implicit def SeqDecorator[C](coll: C)(implicit seq: IsSeq[C]): SeqDecorator[C, seq.type]
  4. implicit def bitSetDecorator[C <: BitSet with BitSetOps[C]](bs: C): BitSetDecorator[C]
  5. implicit def iteratorDecorator[A](it: Iterator[A]): IteratorDecorator[A]
  6. object BitSetDecorator
  7. object View

    Views used by decorators

Inherited from AnyRef

Inherited from Any

Ungrouped