ModifyMacro

com.softwaremill.diffx.ModifyMacro$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def ignoreMacro[T : Type, U : Type](base: Expr[Diff[T]])(path: Expr[T => U], conf: Expr[DiffConfiguration])(implicit evidence$1: Type[T], evidence$2: Type[U], Quotes): Expr[Diff[T]]
def modifiedFromPathImpl[T : Type, U : Type](path: Expr[T => U])(implicit evidence$5: Type[T], evidence$6: Type[U], Quotes): Expr[List[ModifyPath]]
def modifyMacro[T : Type, U : Type](base: Expr[Diff[T]])(path: Expr[T => U])(implicit evidence$3: Type[T], evidence$4: Type[U], Quotes): Expr[DiffLens[T, U]]