I’m 90% sure `combine(flow1, flow2)` is the same a...
# flow
m
I’m 90% sure
combine(flow1, flow2)
is the same as
flow1.combine(flow2)
Looking at the docs and implementation it seems to match up with my assumption, but I could be wrong.