ProductSelect

neotype.eval.Eval.ProductSelect
case class ProductSelect[A](eval: Eval[A], field: String) extends Eval[Any]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Eval[Any]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def render(using ctx: Map[String, String])(using Quotes): String

Attributes

Inherited from:
Eval
def result(using context: Map[String, Any]): Any

Attributes

Inherited from:
Eval