From 196f9575352ac34849e78099f1d4ba6c2fe5fc43 Mon Sep 17 00:00:00 2001 From: edizor <113095366+edizor@users.noreply.github.com> Date: Thu, 15 Dec 2022 15:56:23 +0800 Subject: [PATCH] Update README.md [skip ci] --- rxjava-modules/rxjava-core/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/rxjava-modules/rxjava-core/README.md b/rxjava-modules/rxjava-core/README.md index 16625435e6..a3c8cef4e7 100644 --- a/rxjava-modules/rxjava-core/README.md +++ b/rxjava-modules/rxjava-core/README.md @@ -14,3 +14,4 @@ This module contains articles about RxJava. - [Combining RxJava Completables](https://www.baeldung.com/rxjava-completable) - [RxJava Hooks](https://www.baeldung.com/rxjava-hooks) - [Retry with Delay in RxJava](https://www.baeldung.com/rxjava-retry-with-delay) +- [RxJava Single.just() vs Single.fromCallable()](https://www.baeldung.com/rxjava-single-just-single-fromcallable)