basis.collections.immutable

Nil

object Nil extends List[Nothing]

Source
List.scala
Linear Supertypes
List[Nothing], Stack[Nothing], LinearSeq[Nothing], Seq[Nothing], Container[Nothing], Collection[Nothing], Traverser[Nothing], ListLike[Nothing], basis.Family[List[_]], Immutable, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Nil
  2. List
  3. Stack
  4. LinearSeq
  5. Seq
  6. Container
  7. Collection
  8. Traverser
  9. ListLike
  10. Family
  11. Immutable
  12. Equals
  13. AnyRef
  14. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Family = List[_]

    Definition Classes
    Family

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. def ::[B](elem: B): List[B]

    Definition Classes
    NilListStack
  4. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def canEqual(other: Any): Boolean

    Definition Classes
    Seq → Equals
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def drop(lower: Int): List[Nothing]

    Definition Classes
    List
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(other: Any): Boolean

    Definition Classes
    LinearSeqSeq → Equals → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Definition Classes
    LinearSeqSeq → Any
  14. def head: Nothing

    Definition Classes
    NilLinearSeq
  15. def isEmpty: Boolean

    Definition Classes
    NilContainerCollection
  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. def iterator: Iterator[Nothing]

    Definition Classes
    NilLinearSeqContainer
  18. def length: Int

    Definition Classes
    NilListSeq
  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  22. def reverse: List[Nothing]

    Definition Classes
    NilList
  23. def slice(lower: Int, upper: Int): List[Nothing]

    Definition Classes
    List
  24. def stringPrefix: String

    Attributes
    protected
    Definition Classes
    ListCollection
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  26. def tail: List[Nothing]

    Definition Classes
    NilListLinearSeq
  27. def take(upper: Int): List[Nothing]

    Definition Classes
    List
  28. final def toList: List[Nothing]

    Definition Classes
    ListListLike
  29. def toString(): String

    Definition Classes
    NilContainerCollection → AnyRef → Any
  30. def traverse(f: (Nothing) ⇒ Unit): Unit

    Definition Classes
    NilLinearSeqContainerTraverser
  31. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from List[Nothing]

Inherited from Stack[Nothing]

Inherited from LinearSeq[Nothing]

Inherited from Seq[Nothing]

Inherited from Container[Nothing]

Inherited from Collection[Nothing]

Inherited from Traverser[Nothing]

Inherited from ListLike[Nothing]

Inherited from basis.Family[List[_]]

Inherited from Immutable

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped