Packages

package immutable

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. immutable
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait CollectionInstances extends AnyRef

    ToRefTree instances for Scala immutable collections

    ToRefTree instances for Scala immutable collections

    The package name is intentionally changed so that we can get access to some private fields and classes.

  2. trait HackedCollectionInstances extends CollectionInstances

    ToRefTree instances for Scala immutable collections, which require access to private fields

    ToRefTree instances for Scala immutable collections, which require access to private fields

    The package name is intentionally changed so that we can get access to some private fields and classes.

  3. type StringOps = collection.StringOps
  4. type StringView = collection.StringView

Deprecated Type Members

  1. type DefaultMap[K, +V] = Map[K, V]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use Map instead of DefaultMap

  2. type Traversable[+X] = Iterable[X]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use Iterable instead of Traversable

Value Members

  1. val StringOps: collection.StringOps.type
  2. val StringView: collection.StringView.type

Deprecated Value Members

  1. val Traversable: Iterable.type
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use Iterable instead of Traversable

Inherited from AnyRef

Inherited from Any

Ungrouped