cyclops
cyclops copied to clipboard
An advanced, but easy to use, platform for writing functional applications in Java 8.
Hi, is this project abandoned?
**Describe the bug** My object mapper is configured as so: ```java ObjectMapper objectMapper = new ObjectMapper(); objectMapper.registerModule(new CyclopsModule()); objectMapper.registerModule(new Jdk8Module()); ``` I have a class defined as follows: ```java class...
Made T> into T>, I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I...
I confirm that this contribution is made under the terms of the license found in the root directory of AOL's repository's source tree and that I have the authority necessary...
I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary...
Are all included tests required? They are running for hours with no end in sight. if 9 iterations have passed, do we must wait for the other 99990?
I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary...
**Describe the bug** I have created a reproducible test case, and it seems that this old issue still persists: https://stackoverflow.com/questions/42363084/using-cyclops-react-for-batching-on-a-async-queue-stream **To Reproduce** Steps to reproduce the behavior: Test case attached...
When the type changes it breaks left identity ```java Future bindAndUnit = Future.ofResult(10).flatMap(i->Future.ofResult(i+10))); //Future[20] Future applyF = Lambda.λ(i->Future.ofResult(i+10))) .apply(10); //Future[20] ``` But changing the Function to return a Maybe or...
https://blog.gradle.org/gradle-wrapper-checksum-verification-github-action