LiftedInterpolator

name.rayrobdod.stringContextParserCombinator.Interpolator.LiftedInterpolator

Attributes

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

Members list

Grouped members

Arg

def lifted[Lifter[_], Z](lift: LiftFunction[Lifter, Z], description: String)(implicit typ: TypeCreator[Lifter]): Interpolator[Quotes, Expr[Any], Z]

A parser that succeeds if the next part of the input is an arg and Lifter parameterized on arg's type can be implicitly summoned

A parser that succeeds if the next part of the input is an arg and Lifter parameterized on arg's type can be implicitly summoned

The implicitly summoned value and the arg value are passed to lift; the returned value is returned by this parser

Attributes

Source
Interpolator.scala