You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expected Validated to have an ap method or something, but I can't seem to find it. The only docs I can see are https://github.com/aol/cyclops/wiki/Validator, which clearly isn't the current implementation, and I notice #826 as another issue, but I don't see the proposed ap method.
The text was updated successfully, but these errors were encountered:
I guess modifying the question, is there any way to combine like 20 fields of different types?
I feel like there should be some way to combine a validated of a <Exception, String> and <Exception, Long> for example. I see a bunch of combine methods in vavr, for example https://www.vavr.io/vavr-docs/#_validation
I expected Validated to have an ap method or something, but I can't seem to find it. The only docs I can see are https://github.com/aol/cyclops/wiki/Validator, which clearly isn't the current implementation, and I notice #826 as another issue, but I don't see the proposed ap method.
The text was updated successfully, but these errors were encountered: