LessThan

neotype.Calc$.LessThan
final case class LessThan[A](lhs: Calc[A], rhs: Calc[A])(using ordering: Ordering[A]) extends Calc[Boolean]

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]): String

Attributes

Inherited from:
Calc
def renderConstant(value: Any): String

Attributes

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

Attributes

Inherited from:
Calc

Givens

Givens

given ordering: Ordering[A]