TCConv

dfhdl.core.DFVal.TCConv
See theTCConv companion object
trait TCConv[T <: DFTypeAny, R] extends TC[T, R]

Attributes

Companion
object
Graph
Supertypes
trait TC[T, R]
trait TCCommon[T, R, DFValAny]
trait TC[DFTypeAny, T, [t <: DFTypeAny] =>> t, R, DFC]
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

type Out = DFValTP[T, OutP]
type OutP

Value members

Abstract methods

def apply(from: R)(using DFC): Out

Concrete methods

def conv(dfType: T, from: R)(using DFC): Out

Inherited methods

final def apply(dfType: T, value: R)(using DFC): Out

Attributes

Inherited from:
TC