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 Stream.transform immediately calls bind on its transformer.
If that transformer is a Converter (which supports fuse), we can delay the bind call until the stream is used, and if it is instead transformed again with a converter, we can fuse the converters.