Apply1

neotype.Calc$.Apply1
final case class Apply1[A, B, C](calc: Calc[A], rhs: Calc[B], op: (A, B) => C, show: (String, String) => String) extends Calc[C]

Members list

Concise view

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:
Calc
def result(using context: Map[String, Any], q: Quotes): A

Attributes

Inherited from:
Calc