Eval

neotype.eval.Eval
See theEval companion enum
object Eval

Attributes

Companion
enum
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Eval.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def call(op: String): (String, String) => String
def call2(op: String): (String, String, String) => String
def closureToFunction[A](closure: EvalClosure[A])(using Quotes): Any
def infix(op: String): (String, String) => String
def nullary(op: String): String => String
def prefix(op: String): String => String
def renderValue(value: Any): String
def unapply[A](expr: Expr[A])(using Quotes): Option[Eval[A]]