Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

any Operators like switchMap, concatMap, exhaustMap or in furture release? #50

Open
neroishero opened this issue Nov 25, 2019 · 1 comment

Comments

@neroishero
Copy link

any Operators like switchMap, concatMap, exhaustMap or in furture release?

@guillaumearm
Copy link

+1 for concatMap and exhaustMap

for switchMap it's simple because :switch() is already implemented:

function Observable:switchMap(callback)
  return self:map(callback):switch()
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants