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
Is there a way to use Combine in such a way that a result of Combine contains valueses of two/more results passed into Combine ?
Imagine the code below
Hi,
Is there a way to use Combine in such a way that a result of Combine contains valueses of two/more results passed into Combine ?
Imagine the code below
Can I somehow use
Result.Combine
so thatnameAndAge
contains valueses ofresult1
andresult2
(as a tuple, anonymous type, etc.) ?The text was updated successfully, but these errors were encountered: