LiftFunction

name.rayrobdod.stringContextParserCombinator.LiftFunction
trait LiftFunction[-CC[_], +Z]

Support for Interpolator.lifted; represents a macro-level function that combines a CC[A] and an A.

Attributes

Source
package.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def apply[A](lifter: Expr[CC[A]], elem: Expr[A])(using Type[A], Quotes): Z

Attributes

Source
package.scala