1 Repo
Integration layers that adapt the RxJava reactive framework specifically for the Kotlin language.
Distinct from RxJava Android Bindings: Distinct from Android bindings by focusing on the general Kotlin language integration rather than the Android runtime.
Explore 1 awesome GitHub repository matching mobile development · RxJava Kotlin Bindings. Refine with filters or upvote what's useful.
RxKotlin is a reactive programming library and asynchronous stream processor that provides Kotlin language extensions for composing event-based data streams. It serves as a set of Kotlin bindings for RxJava, allowing developers to transform, filter, and flatten sequences of data emitted over time. The library focuses on integrating RxJava patterns into Kotlin projects by applying language-specific conventions and idioms. It utilizes extension functions to simplify reactive programming patterns, reduce boilerplate, and optimize workflows within the reactive ecosystem. The toolkit covers a bro
Integrates RxJava reactive streams into Kotlin via specialized extension functions and language idioms.