RxPartialApplication
Function applicator
A library to partially apply functions on RxJava primitives.
Simple partial application for FuncN and ActionN on RxJava [STABLE]
30 stars
2 watching
1 forks
Language: Java
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
pakoito/rxcurrying | A library for currying and simplifying function calls in RxJava | 38 |
pakoito/rxactions | Provides a functional way to compose actions in an RxJava observable chain for smooth handling of side effects | 33 |
pakoito/rxfunctions | A library for composing and chaining functions on Observables in RxJava to simplify complex data processing pipelines. | 49 |
pakoito/rxtuples | Library providing tuple-like data structures to simplify RxJava usage and operations | 112 |
pakoito/rxcomprehensions | A set of methods to simplify and reduce boilerplate code in RxJava Observable chains | 85 |
reactivex/rxjavamath | Math operators for RxJava's functional programming framework | 96 |
reactivex/rxjavastring | A library providing RxJava string manipulation operators. | 129 |
reactivex/rxjavafx | A library that provides a bridge between RxJava and JavaFX event handling | 519 |
sonyxperiadev/apkanalyser | An Android app analysis and validation tool | 1,018 |
anitaa1990/rxandroid-sample | A collection of concise write-ups on implementing Reactive Programming in Android using RxJava | 36 |
autosponge/_part_ | Provides a way to make native methods available as partially applied functions to support functional programming. | 41 |
ribot/assertj-rx | Provides assertions for testing RxJava Observables in Java | 117 |
davidmoten/rxjava-jdbc | An efficient execution and functional composition of database calls using JDBC and RxJava Observables. | 807 |
reactivex/rxjavaasyncutil | Async utilities for RxJava to simplify asynchronous programming | 133 |
davidmoten/rxjava-extras | A collection of utility classes and operators for RxJava, extending its functionality with additional operators and actions. | 269 |