leon

collection

package collection

Linear Supertypes
AnyRef, Any
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. case class Cons[T](h: T, t: List[T]) extends List[T] with Product with Serializable

    Annotations
    @constructor( name = "List.list.Cons" )
  2. sealed abstract class List[T] extends AnyRef

    Annotations
    @library() @typ( name = "List.list" )
  3. case class Nil[T]() extends List[T] with Product with Serializable

    Annotations
    @constructor( name = "List.list.Nil" )

Value Members

  1. object ::

  2. object List

  3. object ListOps

    Annotations
    @library()
  4. object ListSpecs

    Annotations
    @library()
  5. def setExists[A](set: Set[A], p: (A) ⇒ Boolean): Boolean

    Annotations
    @library()
  6. def setForall[A](set: Set[A], p: (A) ⇒ Boolean): Boolean

    Annotations
    @library()
  7. def setToList[A](set: Set[A]): List[A]

    Annotations
    @internal() @library()

Inherited from AnyRef

Inherited from Any

Ungrouped