scala

collection

package collection

Linear Supertypes
Content Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. collection
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. final class EqSetFacade[A <: AnyRef] extends SetFacade[A]

    Wraps the Traversable t to a Set utilizing reference equality.

  2. trait FilterableSet[A] extends AnyRef

    Template for sets having a withFilter that keeps Set semantics.

  3. final class FilteredSet[A] extends collection.immutable.Set[A] with FilterableSet[A]

    A Set implementation extended by FilterableSet.

  4. final class SeqFacade[A] extends Seq[A]

    Wraps t to a Seq.

  5. class SetFacade[A] extends collection.immutable.Set[A]

    Wraps the Traversable t to a Set.

Value Members

  1. object Abstract

    Contains types that increase access to some private[scala] members of scala.collection in order to make them reusable in any package.

  2. object Util

  3. def breakOut[From, T, To](implicit b: CanBuildFrom[Nothing, T, To]): CanBuildFrom[From, T, To]

Inherited from AnyRef

Inherited from Any

Ungrouped