Join Slack
Powered by
<@U8VGMNEAZ> additionally you can abstract away va...
# arrow
r
raulraja
05/21/2018, 5:46 PM
@tginiotis
additionally you can abstract away validation or error handling strategies with ApplicativeError as show in this example where we can support both
FailFast
and
ErrorAccumulating
with the same code
https://arrow-kt.io/docs/datatypes/validated/#alternative-validation-strategies-to-validated-using-applicativeerror
Open in Slack
Previous
Next