Closed
Description
Discussion with @headinthebox suggests that the conditional operators really don't belong in RxJava (at least not the core) as they were added to Rx.Net for very specific use cases in F#.
These include ifThen
, switchCase
, doWhile
, whileDo
.
Are there reasons to keep these? If so do we move them out of Observable
or should we delete them?
/cc @headinthebox and @jhusain
Metadata
Metadata
Assignees
Labels
No labels