Apply1

neotype.eval.Eval.Apply1
case class Apply1[A, B, C](eval: Eval[A], rhs: Eval[B], op: (A, B) => C, show: (String, String) => String) extends Eval[C]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Eval[C]
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]): C

Attributes

Inherited from:
Eval