ToExprMapping

name.rayrobdod.stringContextParserCombinator.typeclass.ToExprMapping
See theToExprMapping companion object
trait ToExprMapping[Expr[_], ToExpr[_], Type[_]]

Associates an Expr type with the implicit types required to lift a value into an Expr. Support for Interpolator.mapToExpr

Attributes

Companion
object
Source
ToExprMapping.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def apply[A](value: A, fn: ToExpr[A], tpe: Type[A]): Expr[A]

Attributes

Source
ToExprMapping.scala