package
collection
Type Members
-
case class
Cons[T](h: T, t: List[T]) extends List[T] with Product with Serializable
-
sealed abstract
class
List[T] extends AnyRef
-
case class
Nil[T]() extends List[T] with Product with Serializable
Value Members
-
object
::
-
-
-
-
def
setExists[A](set: Set[A], p: (A) ⇒ Boolean): Boolean
-
def
setForall[A](set: Set[A], p: (A) ⇒ Boolean): Boolean
-
def
setToList[A](set: Set[A]): List[A]
Inherited from AnyRef
Inherited from Any