cyclops icon indicating copy to clipboard operation
cyclops copied to clipboard

An advanced, but easy to use, platform for writing functional applications in Java 8.

Results 29 cyclops issues
Sort by recently updated
recently updated
newest added

It currently accepts an Object based Key. A type parameter should be used.

bug
unsafe-api

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...

question

Related to https://github.com/aol/cyclops/issues/923 Should be the specific type

bug

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

enhancement

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)