dave08
either { val id = ... // raises if not found // a bunch of operations that can raise }
CLOVIS
withErrors
either { val id = … withErrors({ it.withId(id) }) { // a bunch of operations that can raise } }
simon.vergauwen
A modern programming language that makes developers happier.