Basically, I’ve got a list of validation methods t...
# arrow
a
Basically, I’ve got a list of validation methods to run against a model. Each one is an optional of an error. I’d like to be able to turn this (at the end of the day) into an
Either<List<Error>, T>
for use elsewhere