A validator that is composed of zero or more validators
A validator that is composed of zero or more validators
type validated
composed validators
Alias for empty to support builder syntax
Alias for empty to support builder syntax
an empty Validator
A validator that adds a comment to rules
A validator that adds a comment to rules
type validated
comment
a Validator that has no rules or descendant schema with a default schema for the type
A validator that tests a constraint
A validator that tests a constraint
type validated
text to explain what the constraint tests
tests the constraint
Generate a DataDiff implementation for a product type
Generate a DataDiff implementation for a product type
the product type
the DataDiff implementation
A validator for a user-defined value class that constrains the value space of the underlying type
A validator for a user-defined value class that constrains the value space of the underlying type
validators that constrain the value space of the underlying type
A validator for an Option[A] that always passes if set to None
A validator for an Option[A] that always passes if set to None
type validated
the validator for A
class tag for A
A validator for a collection of A
A validator for a collection of A
the collection type
the type validated
the validator for A
the class tag for A