case object Valid extends ConfigValidation with Product with Serializable
- Source
- JoinConfigCompatChecker.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Valid
- Serializable
- Product
- Equals
- ConfigValidation
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def ++(that: ConfigValidation): with with Serializable
- Definition Classes
- ConfigValidation
- def concat(that: ConfigValidation): with with Serializable
- Definition Classes
- ConfigValidation
- def getInstance: Valid
Java API: get the singleton instance
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product