Final

dfhdl.core.DFVal.Final
final class Final[+T <: DFTypeAny, +M <: ModifierAny](val irValue: DFVal | DFError)

Attributes

Graph
Supertypes
trait DFVal[T, M]
trait Selectable
trait DFMember[DFVal]
class AnyVal
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

transparent inline def !=[R](inline that: R)(using DFC): DFValTP[DFBool, Any]

Attributes

Inherited from:
DFVal
transparent inline def ==[R](inline that: R)(using DFC): DFValTP[DFBool, Any]

Attributes

Inherited from:
DFVal
def selectDynamic(name: String)(using DFC): Any

Attributes

Inherited from:
DFVal
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
DFMember -> Any
Inherited from:
DFMember

Concrete fields

val irValue: DFVal | DFError