Undefined

reqt.Undefined
final case class Undefined[T](t: AttrType[T]) extends Attr[T]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Attr[T]
trait Node
trait Elem
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def value: T

Inherited methods

def isAttr: Boolean

Attributes

Inherited from:
Elem
def isEnt: Boolean

Attributes

Inherited from:
Elem
def isIntAttr: Boolean

Attributes

Inherited from:
Elem
def isNode: Boolean

Attributes

Inherited from:
Elem
def isRel: Boolean

Attributes

Inherited from:
Elem
def isStrAttr: Boolean

Attributes

Inherited from:
Elem
def isUndefined: Boolean

Attributes

Inherited from:
Elem
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product