Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Coding Dojo
reactive-programming
Commits
3c8d4a1d
Commit
3c8d4a1d
authored
Dec 12, 2018
by
Julien SADAOUI
Browse files
typo
parent
349e093b
Changes
1
Show whitespace changes
Inline
Side-by-side
rxjava/README.md
View file @
3c8d4a1d
...
...
@@ -16,7 +16,7 @@ Ci-dessous la liste des Frameworks utilisés :
## Enoncé
###
B
. Level 1
###
A
. Level 1
Anatomie d'un flux de données (
**stream**
)
...
...
@@ -34,7 +34,7 @@ RxJava met à disposition 3 méthodes à la disposition lors de la souscription.
-
notifie une erreur :
`stream.subscribe(item -> {}, error -> {});`
-
notifie la fin du flux :
`stream.subscribe(item -> {}, error -> {}, () -> {});`
###
A
. Level 2
###
B
. Level 2
Création de flux de données
...
...
@@ -49,6 +49,7 @@ La méthode **Observable.create** offre la possibilité de créer un flux dynami
subscriber.onComplete();
})
`
### C. Level 3
Cold Stream vs HotStream.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment