ZonedDateTimeLiteral

object ZonedDateTimeLiteral extends Literally[ZonedDateTime]
trait Literally[ZonedDateTime]
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[ZonedDateTime]]
Definition Classes
Literally

Inherited methods

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

Inherited fields

val Expr: Expr
Inherited from
Literally