Documentation
API reference and concepts for the functional-reactive library.
Browse the API reference or jump straight to Getting Started.
API Reference
Result<T>
A Success/Failure container with map, flatMap and async combinators.
Tuples
Type-safe N-ary tuples for ad-hoc grouping.
Checked Functions
Functional interfaces that may throw checked exceptions.
CompletableFutureQueue
Chain async transformations on top of CompletableFuture.
Case
Declarative branching without switch fall-through.
Memoizer
Cache the result of any pure function.
Transformations
Curry, uncurry and stream transformations.
Utilities
String, Stream, Exception and Converting helpers.