| 
 | 
          Scala 1.3.0.7 | |||
| Method Summary | |
| 
        final | def head: AllReturns this first element of the list. | 
| 
        final | def isEmpty: BooleanReturns true if the list does not contain any elements. | 
| 
        final | def tail: List[All]Returns this list without its first element. | 
| Method Detail | 
final def isEmpty: Boolean
final def head: All
java.lang.RuntimeException if the list is empty.
   
final def tail: List[All]
java.lang.RuntimeException if the list is empty.
   
| 
 | 
          Scala 1.3.0.7 | |||