DFIf
dfhdl.core.DFIf
object DFIf
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DFIf.type
Members list
Type members
Classlikes
class Exact0TCDummy[From] extends TC[From, DFC]
Attributes
- Companion
- object
- Supertypes
- Known subtypes
-
object Exact0TCDummy
object Exact0TCDummy extends Exact0TCDummy[DFValAny]
Attributes
- Companion
- class
- Supertypes
- Self type
-
Exact0TCDummy.type
Value members
Concrete methods
def fromBranches[R](branches: List[(DFValOf[DFBoolOrBit], () => R)], elseOption: Option[() => R])(using dfc: DFC): R
def fromBranchesExact0[R](branches: List[(DFValOf[DFBoolOrBit], () => Exact0[DFC, _ <: (TC)])], elseOption: Option[() => Exact0[DFC, _ <: (TC)]])(using DFC): R
def fromBranchesExact1[R](branches: List[(DFValOf[DFBoolOrBit], () => Exact[DFTypeAny])], elseOption: Option[() => Exact[DFTypeAny]])(using DFC): R
def singleBranch[R](condOption: Option[DFValOf[DFBoolOrBit]], prevBlockOrHeader: DFOwnerAny | DFValAny, run: () => R)(using DFC): (DFTypeAny, DFOwnerAny)
In this article