reportTo
fun <T> ValidationResult<T>.reportTo(errorReporter: BiConsumer<String, Throwable?>): ValidationResult<T>
Reports errors in this validation to an error consumer.
Return
this validation
Author
fzzyhmstrs
Since
0.7.0
Parameters
errorReporter
BiConsumer