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
Currently, according to typings, flatMap always returns Iterable, no matter on what type it is called. In comparison to map which has overrides for every specific type. Would be really great to have something similar for flatMap.
The text was updated successfully, but these errors were encountered:
Currently, according to typings,
flatMap
always returns Iterable, no matter on what type it is called. In comparison tomap
which has overrides for every specific type. Would be really great to have something similar for flatMap.The text was updated successfully, but these errors were encountered: