Exact

dfhdl.internals.Exact
See theExact companion class
object Exact

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Exact.type

Members list

Type members

Classlikes

object Summon

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Summon.type
trait Summon[R, T <: R]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Success

Value members

Concrete methods

inline def apply[T](inline value: T): Exact[T]
def fromValueMacro[T](value: Expr[T])(using Quotes, Type[T]): Expr[Exact[_]]
def strip(value: Any): Any

Implicits

Implicits

implicit transparent inline def fromExactTypes[T <: ExactTypes](inline value: T): Exact[_]
implicit inline def fromValue[T](value: T)(using inline ng: NotGiven[T <:< ExactTypes]): Exact[T]
implicit inline def toValue[T](inline exact: Exact[T]): T