forked from ReactiveX/RxJava
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue ReactiveX#359: Support for retryOnResult method and Completable…
…. Added support for Maybe. * Upgrade RxJava2 version to 2.2.7 Recently RxJava folks inlined the SubscriptionHelper.isCancelled, so the method had to be inlined in our code as well. * Retry transformer for RxJava2 Completable type This type returns no values at all. It finishes either with onComplete or onError, so in order to properly count the successful calls without retry attempt we need to count onComplete as success. * RxJava2 support for retryOnResult * Stop using RxJava internal API in RetryTransformer + support for Maybe
- Loading branch information
Showing
6 changed files
with
466 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.