Skip to content

Commit 93222a5

Browse files
committed
updated readme
1 parent f04aaed commit 93222a5

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.adoc

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -219,17 +219,15 @@ link:./src/test/groovy/ch/petikoch/examples/mvvm_rxjava/example6[]
219219
link:./src/main/java/ch/petikoch/examples/mvvm_rxjava/example6a[]
220220

221221
* Same as Example 6
222-
* But like in real world, there are sometimes exceptions during e.g. model (backend) method invoking's
222+
* But like in real world, there are sometimes exceptions during e.g. model (backend) method calls
223223
* How to handle them?
224224

225225
This is of course a challenging task: +
226-
How to combine results from asynchronous tasks? +
226+
How to combine results from asynchronous tasks in general? +
227227
How to handle exceptions in those?
228228

229-
This is a typical problem, which solves RxJava easily: It offers all the necessary API's.
230-
See e.g. https://github.com/ReactiveX/RxJava/wiki/Error-Handling-Operators or of course the `onError` `Action1` in `rx.Observable#subscribe(..)`.
231-
232-
In this example, there is some code to illustrate those.
229+
This is a typical problem which solves RxJava easily: It offers all the necessary API's. +
230+
See e.g. https://github.com/ReactiveX/RxJava/wiki/Error-Handling-Operators or of course the `onError` in `rx.Observable#subscribe(..)`.
233231

234232
image::example6a.png[]
235233

0 commit comments

Comments
 (0)