Join Slack
Powered by
Is there a rx `publish { observsble -> ... }`eq...
# coroutines
u
ursus
03/17/2021, 4:40 AM
Is there a rx `publish { observsble -> ... }`equivalent? I found useful for creating pseudo operators like
publish { o -> merge(o.take(1)... , o.skip(1)....) }
Open in Slack
Previous
Next