List

object List
class Object
trait Matchable
class Any
List.type

Value members

Concrete methods

def Cons[A](head: A, tail: List[A]): List[A]
def apply[A](as: A*): List[A]
def empty[A]: List[A]

Concrete fields

val Nil: List[Nothing]