cyclops
cyclops copied to clipboard
An advanced, but easy to use, platform for writing functional applications in Java 8.
It currently accepts an Object based Key. A type parameter should be used.
I try to convert some code from Vavr to cyclops, but I found that Vavr's Future fromTry only support async but in cyclops fromTry only support sync method. I write...
Related to https://github.com/aol/cyclops/issues/923 Should be the specific type
Years of refactoring (esp. with IntelliJ unconstrained renaming) has resulted in a lot of nonesensical / out of date javadoc. E.g. appendAll for ImmutableQueue states appendAll(T... values)Append values to the...
Native filtering is likely to perform better than filtering via flatMap
In the cyclops README.MD there are lot's of examples of creating syncrhonous ReactiveSeq instances but very few for push based asynchronous reactive-streams instances via Spouts.
Simplify APIs by working with Java natively (Cyclops 12 2020 / 2021)