trait SingletonType
extends TypeProxy with ValueType

A marker trait for types that are guaranteed to contain only a single non-null value (they might contain null in addition).

Constructors

Members

def isOverloaded ( implicit ctx: Context ) : Boolean