RxKotlin is a lightweight library that adds convenient extension functions to RxJava. You can use RxJava with Kotlin out-of-the-box, but Kotlin has language features (such as extension functions) that can streamline usage of RxJava even more. RxKotlin aims to conservatively collect these conveniences in one centralized library, and standardize conventions for using RxJava with Kotlin. Since Kotlin makes it easy to implement extensions for anything and everything, this project has to be conservative in what features are in scope. Intentions to create syntactic sugar can quickly regress into syntactic saccharin, and such personal preferences belong in one's internal domain rather than an OSS library. You can also use Gradle or Maven with JitPack to build directly off a snapshot, branch, or commit of this repository.
Features
- RxKotlin is a lightweight library that adds convenient extension functions to RxJava
- RxKotlin can be used in conjunction with other Rx and Kotlin libraries
- RxKotlin is merely a set of extension functions to RxJava that can be used with these other libraries
- You can use RxJava with Kotlin out-of-the-box
- Kotlin has language features (such as extension functions) that can streamline usage of RxJava even more
- Standardize conventions for using RxJava with Kotlin