TextLiteral

object TextLiteral extends Constructor[(String, Vector[(Expr, String)])]
class Constructor[(String, Vector[(Expr, String)])]
class Object
trait Matchable
class Any

Type members

Inherited types

type Result = A
Inherited from
Constructor

Value members

Concrete methods

def apply(value: String): Expr
def apply(first: String, rest: Vector[(Expr, String)]): Expr

Inherited methods

final def unapply(expr: Expr): Option[(String, Vector[(Expr, String)])]
Inherited from
Constructor