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
Combining multiple properties currently requires multiple .combine calls and leads to ugly code. We sometimes alleviate this internally by using cats typeclasses and .mapN, but there should be a more convenient API ootb, which has the chance be more performant as well in some cases.
The text was updated successfully, but these errors were encountered:
Combining multiple properties currently requires multiple
.combine
calls and leads to ugly code. We sometimes alleviate this internally by using cats typeclasses and.mapN
, but there should be a more convenient API ootb, which has the chance be more performant as well in some cases.The text was updated successfully, but these errors were encountered: