RxCurrying
Function currier
A library for currying and simplifying function calls in RxJava
Simple currying for FuncN and ActionN on RxJava [STABLE]
38 stars
2 watching
1 forks
Language: Java
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
pakoito/rxpartialapplication | A library to partially apply functions on RxJava primitives. | 30 |
pakoito/rxactions | Provides a functional way to compose actions in an RxJava observable chain for smooth handling of side effects | 33 |
pakoito/rxtuples | Library providing tuple-like data structures to simplify RxJava usage and operations | 112 |
pakoito/rxfunctions | A library for composing and chaining functions on Observables in RxJava to simplify complex data processing pipelines. | 49 |
thunklife/fn-curry | A utility function to transform a regular function into a curried version, allowing it to be called with partial arguments. | 5 |
thoughtbot/curry | Provides Swift implementations of function currying to support higher-order functions | 495 |
thisables/curry | A utility library for converting functions to curried variants with optional placeholders and fixed arity. | 85 |
reactivex/rxjavastring | A library providing RxJava string manipulation operators. | 129 |
pakoito/rxcomprehensions | A set of methods to simplify and reduce boilerplate code in RxJava Observable chains | 85 |
debdut/omg-curry | A JavaScript library providing functions and utilities for creating curried functions. | 137 |
reactivex/rxjavafx | A library that provides a bridge between RxJava and JavaFX event handling | 519 |
reactivex/rxjavamath | Math operators for RxJava's functional programming framework | 96 |
rjnemo/underscore | A set of functional programming helpers for the Go language | 109 |
jayrulez/bulkan | Low-level bindings for Vulkan graphics API in the Beef programming language | 8 |