MonthDayLiteral

object MonthDayLiteral extends Literally[MonthDay]
trait Literally[MonthDay]
class Object
trait Matchable
class Any

Type members

Inherited types

type Expr[A] = Expr[A]
Inherited from
Literally
type Quotes = Quotes
Inherited from
Literally

Value members

Concrete methods

override def validate(s: String)(using Quotes): Either[String, Expr[MonthDay]]
Definition Classes
Literally

Inherited methods

def apply(strCtxExpr: Expr[StringContext], argsExpr: Expr[Seq[Any]])(using Quotes): Expr[MonthDay]
Inherited from
Literally

Inherited fields

val Expr: Expr
Inherited from
Literally