-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Closed
Labels
Description
This is a container for identifying and tracking fixes to outdated or incorrent marble diagrams.
- Single.flattenAsFlowable: refers to flatMapIterable, no reordering of colors
- Single.flattenAsObservable: refers to flatMapIterable, no reordering of colors
- Flowable.flatMapIterable + 4 no reordering of colors
- Observable.flatMapIterable + 2 no reordering of colors
- Flowable.firstElement(), indicate cancellation after the first element, shift marbles so the 2nd element doesn't imply the completion like in
singleOrError
. - Observable.firstElement(), indicate cancellation after the first element, shift marbles so the 2nd element doesn't imply the completion like in
singleOrError
.