Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

Single support #77

Closed
wants to merge 5 commits into from
Closed

Single support #77

wants to merge 5 commits into from

Conversation

StefMa
Copy link
Contributor

@StefMa StefMa commented Mar 15, 2017

This will fix #40

Because in Java it is not possible to have the same Signature but a different return value I've splittet the RxTiPresenterUtils into three parts:

  • RxTiObservableUtils
  • RxTiUtils
  • RxTiSingleUtils
    RxTiPresenterUtils is deprecated now.

I've removed the Presenter in the class name because you can use it in Activtiys as well..
It is really not recommended but not mandatory...

However. I've also changed these "pattern" in Rx2.
But at this time, because we have no deliver*View methods, only the RxTiUtils class exist.
We need in Rx2 also a RxTiMaybeUtils :)
But that will be done in the future...

I've also added a simple example in our sample.

@StefMa
Copy link
Contributor Author

StefMa commented Apr 28, 2017

Because that solution is not acceptable (we have talked about that internally already) I will close that for now...

@StefMa StefMa closed this Apr 28, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging this pull request may close these issues.

rx.Single support for RxTiPresenterUtils
1 participant