DFIf

dfhdl.core.DFIf
object DFIf

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
DFIf.type

Members list

Type members

Classlikes

object Block

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Block.type
object Header

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Header.type

Value members

Concrete methods

def fromBranches[R](branches: List[(DFValOf[DFBool], () => R)], elseOption: Option[() => R])(using DFC): R
def singleBranch[R](condOption: Option[DFValOf[DFBool]], prevBlockOrHeader: DFOwnerAny | DFValAny, run: () => R)(using DFC): (DFTypeAny, DFOwnerAny)