FlagLiteral

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

Attributes

Source
package.scala
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
Source
Literally.scala
type Quotes = Quotes

Attributes

Inherited from:
Literally
Source
Literally.scala

Value members

Concrete methods

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

Attributes

Definition Classes
Source
package.scala

Inherited methods

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

Attributes

Inherited from:
Literally
Source
Literally.scala

Inherited fields

val Expr: Expr.type

Attributes

Inherited from:
Literally
Source
Literally.scala