IfThenElse
neotype.Calc.IfThenElse
final case class IfThenElse[A](cond: Calc[Boolean], thenCalc: Calc[A], elseCalc: Calc[A]) extends Calc[A]
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Calc
Attributes
- Inherited from:
- Calc
In this article