-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Zip/Map/Select with index #372
Comments
No we do not have that yet. Your naming convention will be what we need to use so we don't overload methods with functions of different arities as that causes issues. So |
I'd be happy with |
I don't think we have the arity problem with |
I take that back. I just experimented with this and noticed that at least Clojure does indeed have a problem with that. So |
* Add response predicate to retry sync and async for enhancement ReactiveX#259 * ReactiveX#317 skipping Java Error type from onError Rx retry transformer * ReactiveX#317 adding proper comment
I'm looking for a function corresponding to this Rx C# function:
http://msdn.microsoft.com/en-us/library/hh244311(v=vs.103).aspx
Do we already have this in RxJava? I'm asking this because I want to implement the
zipWithIndex
function in the Scala adaptor.The text was updated successfully, but these errors were encountered: