Packages

p

scalax

collection

package collection

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

Package Members

  1. package io

Type Members

  1. type AnySet[A] = Set[A]
    Attributes
    protected[scalax]
  2. type ExtSet[A] = Set[A] with ExtSetMethods[A]
  3. type MMap[K, V] = Map[K, V]
    Attributes
    protected[scalax]
  4. type MSet[A] = Set[A]
    Attributes
    protected[scalax]

Value Members

  1. val AnyDegree: (Int) => Boolean
  2. final def MMap: Map
    Attributes
    protected[scalax]
    Annotations
    @inline()
  3. final def MSet: Set
    Attributes
    protected[scalax]
    Annotations
    @inline()
  4. def NeverUsed: Nothing
    Attributes
    protected
  5. final def mkIterable[A](it: => Iterator[A]): Iterable[A]
    Attributes
    protected[scalax]
    Annotations
    @inline()

Inherited from AnyRef

Inherited from Any

Ungrouped