package lowEmissionCars
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- trait AbstractLowEmissionCar extends AnyRef
- case class Car(regNumber: Option[String], isNew: Option[Boolean], price: Option[Int], emissions: Option[Int], dateOfPurchase: Option[LocalDate]) extends AbstractLowEmissionCar with ValidatableBox[ComputationsBoxRetriever] with ExtraValidation with Product with Serializable
- case class LEC01(values: List[Car] = List.empty) extends CtBoxIdentifier with CtValue[List[Car]] with Input with ValidatableBox[ComputationsBoxRetriever] with Product with Serializable
- case class LEC10(value: Boolean) extends CtBoxIdentifier with CtBoolean with Product with Serializable
- case class LEC11(value: Boolean) extends CtBoxIdentifier with CtBoolean with Product with Serializable
- case class LEC12(value: Boolean) extends CtBoxIdentifier with CtBoolean with Product with Serializable
- case class LEC13(value: Boolean) extends CtBoxIdentifier with CtBoolean with Product with Serializable
Value Members
- object Car extends Serializable
- object CarsHelper
- object LEC10 extends Calculated[LEC10, ComputationsBoxRetriever] with LowEmissionCarsCalculator with Serializable
- object LEC11 extends Calculated[LEC11, ComputationsBoxRetriever] with LowEmissionCarsCalculator with Serializable
- object LEC12 extends Calculated[LEC12, ComputationsBoxRetriever] with LowEmissionCarsCalculator with Serializable
- object LEC13 extends Calculated[LEC13, ComputationsBoxRetriever] with LowEmissionCarsCalculator with Serializable