in scala
object Nil

case object Nil
extends scala.List[scala.Nothing]
with scala.ScalaObject
with scala.Product0
The empty list.
Author:
Martin Odersky
Version:
1.0, 15/07/2003

Constructor Summary
def this

Def Summary
final override def $tag : scala.Int

def head : scala.Nothing

override def isEmpty : scala.Boolean

final override def productPrefix : java.lang.String

protected def readResolve : java.lang.Object

def tail : scala.List[scala.Nothing]

Def inherited from scala.List[scala.Nothing]
:: , :::, apply, break, contains, count, diff, drop, dropRight, dropWhile, elements, exists, filter, find, flatMap, foldLeft, foldRight, forall, foreach, head, indices, init, intersect, isEmpty, last, length, map, partition, reduceLeft, reduceRight, remove, removeDuplicates, reverse, reverseMap, reverse_:::, sort, span, splitAt, stringPrefix, tail, take, takeRight, takeWhile, toList, union, zip, zipAll, zipWithIndex
Def inherited from scala.Product0
arity , element
Constructor Detail
def this

Def Detail
final override def $tag : scala.Int

def head : scala.Nothing

override def isEmpty : scala.Boolean

final override def productPrefix : java.lang.String

protected def readResolve : java.lang.Object

def tail : scala.List[scala.Nothing]