object RequireTypes
Encapsulates those classes and their utility methods which enforce a given invariant via the use of require.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RequireTypes
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed abstract case class ExistingFile extends Product with Serializable
- final case class InvariantViolation(message: String) extends Product with Serializable
- type NonNegativeInt = NonNegativeNumeric[Int]
- final case class NonNegativeNumeric[T] extends RefinedNumeric[T] with Product with Serializable
- sealed abstract case class Port extends Ordered[Port] with Product with Serializable
- type PositiveDouble = PositiveNumeric[Double]
- type PositiveInt = PositiveNumeric[Int]
- final case class PositiveNumeric[T] extends RefinedNumeric[T] with Product with Serializable
- sealed trait RefinedNumeric[T] extends Ordered[RefinedNumeric[T]]
Value Members
- object ExistingFile extends Serializable
- object NonNegativeInt
- object NonNegativeNumeric extends Serializable
- object Port extends Serializable
- object PositiveDouble
- object PositiveInt
- object PositiveNumeric extends Serializable