You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cyclops-reactor/readme.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,8 @@ v8.2.0 of cyclops-reactor and above is built using v3.0.2.RELEASE of Project Rea
19
19
6. Compatible with cyclops-react pattern matching
20
20
7. Ability to use Reactor types inside cyclops-react monad transformers (as the wrapping type, requires conversion to act as the nested type).
21
21
8. Fluxes, Monos and Publishers companion classes for working with Flux, Mono and general Publishers
22
+
9.[Higher Kinded Type encodings](https://github.com/aol/cyclops/tree/master/cyclops-reactor/src/main/java/com/aol/cyclops/reactor/hkt) for Reactor types
23
+
10.[Haskell like type classes](https://github.com/aol/cyclops/tree/master/cyclops-reactor/src/main/java/com/aol/cyclops/reactor/hkt/typeclasses/instances) for Reactor types
0 commit comments