EvalStringContext

neotype.eval.Eval.EvalStringContext
final case class EvalStringContext(parts: List[String], args: List[Eval[_]]) extends Eval[String]

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def render(using ctx: Map[String, String])(using Quotes): String

Attributes

Inherited from:
Eval
def result(using context: Map[String, Any], q: Quotes): A

Attributes

Inherited from:
Eval