Config

object Config

Utility useful for providing configuration to macro.

Example: TypeClass.derive(TypeClass.Config[In, Out].enableDiagnostics).

class Object
trait Matchable
class Any
Config.type

Value members

Concrete methods

def apply[In, Out]: PipeDerivationConfig[Pipe, In, Out]

Initiates the config object. Should be used ONLY within TypeClass.derive(...)

Initiates the config object. Should be used ONLY within TypeClass.derive(...)