Validates the state of an unknown value or a value that does not have a specialized validator.
The returned validator captures errors on validation failure rather than throwing them immediately. These errors can be retrieved or thrown once the validation completes. Errors unrelated to validation failures are thrown immediately.
the value
the name of the value
a validator for the value
Validates the state of an array.
The returned validator captures errors on validation failure rather than throwing them immediately. These errors can be retrieved or thrown once the validation completes. Errors unrelated to validation failures are thrown immediately.
the type of the value
the type of elements in the collection
the value
the name of the value
a validator for the value
Validates the state of a boolean
.
The returned validator captures errors on validation failure rather than throwing them immediately. These errors can be retrieved or thrown once the validation completes. Errors unrelated to validation failures are thrown immediately.
the value
the name of the value
a validator for the value
Validates the state of a Map
.
The returned validator captures errors on validation failure rather than throwing them immediately. These errors can be retrieved or thrown once the validation completes. Errors unrelated to validation failures are thrown immediately.
the value
the name of the value
a validator for the value
Validates the state of a number
.
The returned validator captures errors on validation failure rather than throwing them immediately. These errors can be retrieved or thrown once the validation completes. Errors unrelated to validation failures are thrown immediately.
the value
the name of the value
a validator for the value
Validates the state of a Set
.
The returned validator captures errors on validation failure rather than throwing them immediately. These errors can be retrieved or thrown once the validation completes. Errors unrelated to validation failures are thrown immediately.
the value
the name of the value
a validator for the value
Validates the state of a string
.
The returned validator captures errors on validation failure rather than throwing them immediately. These errors can be retrieved or thrown once the validation completes. Errors unrelated to validation failures are thrown immediately.
the value
the name of the value
a validator for the value
Creates validators for the Javascript API that capture errors on validation failure rather than throwing them immediately.