com.github.vickumar1981.svalidate
A generic interface that holds a validation result of type T, interoperable with Seq[T]
the type of ValidationResult
List of errors from the validation
the list of errors from the validation result
Check if the validation failed
if the validation failed
Check if the validation succeeded
if the validation succeded
A generic interface that holds a validation result of type T, interoperable with Seq[T]
the type of ValidationResult