Frontend

dfhdl.core.DFOpaque$package.DFOpaque.Frontend
abstract class Frontend[A <: DFTypeAny](val actualType: A)

Attributes

Graph
Supertypes
trait CustomId
trait Id
trait Serializable
trait Product
trait Equals
trait HasTypeName
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

type ActualType = A

Value members

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def productArity: Int

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product
def productElementName(n: Int): String

Attributes

Inherited from:
Product
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def productPrefix: String

Attributes

Inherited from:
Product

Inherited fields

lazy val typeName: String

Attributes

Inherited from:
HasTypeName