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
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Calc
Attributes
- Inherited from:
- Calc
Attributes
- Inherited from:
- Calc