name.rayrobdod.stringContextParserCombinator.Interpolator.LiftedInterpolator
Attributes
-
Source
-
Interpolator.scala
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
Members list
Arg
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