EvalClosure2

neotype.eval.Eval.EvalClosure2
case class EvalClosure2[A](ctx: Map[String, Any], p1: String, p2: String, body: Eval[A]) extends Eval[A], (Any, Any) => Any

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait (Any, Any) => Any
trait Eval[A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def apply(a: Any, b: Any): Any

Inherited methods

def curried: Any => Any => Any

Attributes

Inherited from:
Function2
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]): A

Attributes

Inherited from:
Eval
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function2 -> Any
Inherited from:
Function2
def tupled: ((Any, Any)) => Any

Attributes

Inherited from:
Function2