Config

dfhdl.compiler.patching.Patch.Add.Config
See theConfig companion trait
object Config

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Config.type

Members list

Type members

Classlikes

case object After extends Config

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Config
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
After.type
case object Before extends Config

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Config
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Before.type
case object InsideFirst extends Config

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Config
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object InsideLast extends Config

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Config
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
InsideLast.type
final case class ReplaceWithFirst(replacementConfig: Config, refFilter: RefFilter) extends Config

Attributes

Supertypes
trait Config
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class ReplaceWithLast(replacementConfig: Config, refFilter: RefFilter) extends Config

Attributes

Supertypes
trait Config
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object Via extends Config

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Config
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Via.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Givens

Givens

given derived$CanEqual: CanEqual[Config, Config]