Apply3

neotype.eval.Eval.Apply3
case class Apply3[A, B, C, D, E](eval: Eval[A], arg1: Eval[B], arg2: Eval[C], arg3: Eval[D], op: (A, B, C, D) => E, show: (String, String, String, String) => String) extends Eval[E]

Attributes

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

Attributes

Inherited from:
Eval