Skip to content

freddfy/FRED

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FRED

Functional Reactive Event Driver - a lightweight Java library aims to facilitate writing asychronous event-driven systems by Functional Reactive Programming.

Functional Reactives

Java 8 comes with CompletableFuture and Stream, which is great. But would it not be even nicer if we could have something that combines both, like the way in Functional Reactive Programming which allows write functional style operations on one or more async streams.

Example Usage

FunctionalReactives is your friend to write simple Java codes in a Functional Reactive style. (and it's on Java 6!)

About

Functional Reactive Event Driver - a lightweight Java library aims to facilitate writing asychronous event-driven systems by Functional Reactive Programming.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors