strawman.collections.CollectionStrawMan5

Nil

Related Doc: package CollectionStrawMan5

object Nil extends List[Nothing] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, List[Nothing], Buildable[Nothing, List[Nothing]], Seq[Nothing], SeqLike[Nothing, List], SeqMonoTransforms[Nothing, List[Nothing]], Iterable[Nothing], IterableLike[Nothing, List], IterablePolyTransforms[Nothing, List], IterableMonoTransforms[Nothing, List[Nothing]], IterableOps[Nothing], FromIterable[List], IterableOnce[Nothing], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Nil
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. List
  7. Buildable
  8. Seq
  9. SeqLike
  10. SeqMonoTransforms
  11. Iterable
  12. IterableLike
  13. IterablePolyTransforms
  14. IterableMonoTransforms
  15. IterableOps
  16. FromIterable
  17. IterableOnce
  18. AnyRef
  19. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

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

    Definition Classes
    AnyRef → Any
  3. def ++[B >: Nothing](xs: IterableOnce[B]): List[B]

    Definition Classes
    ListIterablePolyTransforms
  4. def ++:[B >: Nothing](prefix: List[B]): List[B]

    Definition Classes
    List
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  6. def apply(i: Int): Nothing

    Definition Classes
    ListSeq
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def coll: Iterable[Nothing]

    Attributes
    protected
    Definition Classes
    IterableIterablePolyTransformsIterableMonoTransforms
  10. final def drop(n: Int): List[Nothing]

    Definition Classes
    ListIterableMonoTransforms
    Annotations
    @tailrec()
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def filter(p: (Nothing) ⇒ Boolean): List[Nothing]

    Definition Classes
    IterableMonoTransforms
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def flatMap[B](f: (Nothing) ⇒ IterableOnce[B]): List[B]

    Definition Classes
    IterablePolyTransforms
  16. def foldLeft[B](z: B)(op: (B, Nothing) ⇒ B): B

    Definition Classes
    IterableOps
  17. def foldRight[B](z: B)(op: (Nothing, B) ⇒ B): B

    Definition Classes
    IterableOps
  18. def foreach(f: (Nothing) ⇒ Unit): Unit

    Definition Classes
    IterableOps
  19. def fromIterable[B](c: Iterable[B]): List[B]

    Definition Classes
    ListIterablePolyTransformsFromIterable
  20. def fromLikeIterable(coll: Iterable[Nothing]): List[Nothing]

    Attributes
    protected[this]
    Definition Classes
    IterableLikeIterableMonoTransforms
  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  22. def head: Nothing

    Definition Classes
    NilListIterableOps
  23. def indexWhere(p: (Nothing) ⇒ Boolean): Int

    Definition Classes
    IterableOps
  24. def isEmpty: Boolean

    Definition Classes
    NilListIterableOps
  25. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    ListIterableOpsIterableOnce
  27. def knownLength: Int

    Definition Classes
    Iterable
  28. def length: Int

    Definition Classes
    ListSeq
  29. def map[B](f: (Nothing) ⇒ B): List[B]

    Definition Classes
    IterablePolyTransforms
  30. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. def newBuilder: ListBuffer[Nothing]

    Attributes
    protected[this]
    Definition Classes
    ListBuildable
  32. final def notify(): Unit

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

    Definition Classes
    AnyRef
  34. def partition(p: (Nothing) ⇒ Boolean): (List[Nothing], List[Nothing])

    Definition Classes
    BuildableIterableMonoTransforms
  35. def reverse: List[Nothing]

    Definition Classes
    SeqMonoTransforms
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def tail: Nothing

    Definition Classes
    NilList
  38. def to[C[X] <: Iterable[X]](fi: FromIterable[C]): C[Nothing]

    Definition Classes
    IterableMonoTransforms
  39. def view: View[Nothing]

    Definition Classes
    IterableOps
  40. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. def zip[B](xs: IterableOnce[B]): List[(Nothing, B)]

    Definition Classes
    IterablePolyTransforms

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from List[Nothing]

Inherited from Buildable[Nothing, List[Nothing]]

Inherited from Seq[Nothing]

Inherited from SeqLike[Nothing, List]

Inherited from SeqMonoTransforms[Nothing, List[Nothing]]

Inherited from Iterable[Nothing]

Inherited from IterableLike[Nothing, List]

Inherited from IterablePolyTransforms[Nothing, List]

Inherited from IterableMonoTransforms[Nothing, List[Nothing]]

Inherited from IterableOps[Nothing]

Inherited from FromIterable[List]

Inherited from IterableOnce[Nothing]

Inherited from AnyRef

Inherited from Any

Ungrouped