Join Slack
Powered by
Might be nice to have something to take an Option ...
# arrow
s
sam
06/09/2019, 2:53 AM
Might be nice to have something to take an Option and converted to a Validated - invoking a lambda for the error case. Something like
foo.toOption().toValidated { "foo is null" } // Validated<String, Foo>
2
Views
Open in Slack
Previous
Next