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
Having map accessible on a DeferredValue is already very useful but I'd like to also have flatMap available so I can return another DeferredValue based on the result of the later and return it's subsequent value. I think there would be some overlap with the Relation-based mechanics but I think adding flatMap would add more ergonomics to dealing with DeferredValues.
The text was updated successfully, but these errors were encountered:
halfmatthalfcat
changed the title
[Feature Request] flatMap over Deferred Value
[Feature Request] flatMap over DeferredValue
May 3, 2021
Having
map
accessible on a DeferredValue is already very useful but I'd like to also haveflatMap
available so I can return another DeferredValue based on the result of the later and return it's subsequent value. I think there would be some overlap with theRelation
-based mechanics but I think adding flatMap would add more ergonomics to dealing with DeferredValues.The text was updated successfully, but these errors were encountered: