BAEL-5908: Single.just vs fromCallable

This commit is contained in:
emanueltrandafir1993
2022-12-02 00:48:50 +01:00
parent 26b58e6926
commit 2b2adf56f7
5 changed files with 109 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>rxjava-core-2</artifactId>
<version>1.0-SNAPSHOT</version>
<name>rxjava-core-2</name>
<parent>
<groupId>com.baeldung.rxjava-modules</groupId>
<artifactId>rxjava-modules</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
</project>