FlagLiteral

pillars.flags.`package`.FlagLiteral
object FlagLiteral extends Literally[Flag]

Attributes

Graph
Supertypes
trait Literally[Flag]
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited types

type Expr[A] = Expr[A]

Attributes

Inherited from:
Literally
type Quotes = Quotes

Attributes

Inherited from:
Literally

Value members

Concrete methods

override def validate(s: String)(using Quotes): Either[String, Expr[Flag]]

Attributes

Definition Classes
Literally

Inherited methods

def apply(strCtxExpr: Expr[StringContext], argsExpr: Expr[Seq[Any]])(using Quotes): Expr[Flag]

Attributes

Inherited from:
Literally

Inherited fields

val Expr: Expr.type

Attributes

Inherited from:
Literally