purefun icon indicating copy to clipboard operation
purefun copied to clipboard

Functional Programming library for Java

Results 14 purefun issues
Sort by recently updated
recently updated
newest added

[ZLayer](https://zio.dev/docs/howto/howto_use_layers) It seems that is samething that receives an environment and the result is other enviroment ```java public interface ZLayer { Either provide(R input); } ```

enhancement

a possible method is ```java static ZIO fork(ZIO value); ``` so the definition of a Fiber is a ZIO of a ZIO?

enhancement

take a look to this https://tpolecat.github.io/presentations/sw2016/slides.html And probably other recursion schemes

enhancement

If you are using purefun, It would be awesome if you tell me how you are using it. - Environment: - Purpose: - Which features are you using: - Which...

help wanted
question

Bumps org.sonarqube from 4.4.1.3373 to 5.0.0.4638. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.sonarqube&package-manager=gradle&previous-version=4.4.1.3373&new-version=5.0.0.4638)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java