empty

object empty extends SimpleIdentitySet[Nothing]
class SimpleIdentitySet[Nothing]
class Object
trait Matchable
class Any
empty.type

Value members

Concrete methods

def +[E <: AnyRef](x: E): SimpleIdentitySet[E]
def -[E <: AnyRef](x: E): SimpleIdentitySet[Nothing]
def /:[A, E <: AnyRef](z: A)(f: (A, E) => A): A
def contains[E <: AnyRef](x: E): Boolean
def exists[E <: AnyRef](p: E => Boolean): Boolean
def foreach(f: Nothing => Unit): Unit
def map[B <: AnyRef](f: Nothing => B): SimpleIdentitySet[B]
def size: Int
def toList: List[Nothing]

Inherited methods

def ++[E <: AnyRef](that: SimpleIdentitySet[E]): SimpleIdentitySet[E]
Inherited from:
SimpleIdentitySet
def --[E <: AnyRef](that: SimpleIdentitySet[E]): SimpleIdentitySet[E]
Inherited from:
SimpleIdentitySet
def filter(p: Nothing => Boolean): SimpleIdentitySet[Nothing]
Inherited from:
SimpleIdentitySet
def forall[E <: AnyRef](p: E => Boolean): Boolean
Inherited from:
SimpleIdentitySet
final def isEmpty: Boolean
Inherited from:
SimpleIdentitySet
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Inherited from:
SimpleIdentitySet