Macros

pipez.internal.Macros$
object Macros

Attributes

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

Members list

Concise view

Value members

Concrete methods

def deriveConfigured[Pipe[_, _], In, Out](config: Expr[PipeDerivationConfig[Pipe, In, Out]])(pd: Expr[PipeDerivation[Pipe]])(using Quotes, Type[Pipe], Type[In], Type[Out]): Expr[Pipe[In, Out]]

Called with macro pipez.internal.Macro.deriveConfigured[Pipe, In, Out]('config)('pd)

Called with macro pipez.internal.Macro.deriveConfigured[Pipe, In, Out]('config)('pd)

Attributes

def deriveDefault[Pipe[_, _], In, Out](pd: Expr[PipeDerivation[Pipe]])(using Quotes, Type[Pipe], Type[In], Type[Out]): Expr[Pipe[In, Out]]

Called with ${ pipez.internal.Macro.deriveDefault[Pipe, In, Out]('pd) }

Called with ${ pipez.internal.Macro.deriveDefault[Pipe, In, Out]('pd) }

Attributes