Replies: 1 comment
-
We already have |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my code, this has become a familiar pattern
There is nothing wrong with this, per se, but the
.toMulti()
step seems like boilerplateI would suggest an new method on
Multi
, allowing me to door even
If nessesary, we would call the method
flatMapAsUni
or something like this?How would the rest of the community feel about such syntactic sugar?
Beta Was this translation helpful? Give feedback.
All reactions