https://bitbucket.org/atlassian/fugue
Provides functional constructs that complement Google's Guava library. Includes Option, Either, Pair, and other similarly useful classes. Includes a framework for retrying tasks with different strategies.
https://bitbucket.org/atlassian/fugue
Last synced: 8 months ago
JSON representation
Provides functional constructs that complement Google's Guava library. Includes Option, Either, Pair, and other similarly useful classes. Includes a framework for retrying tasks with different strategies.
- Host: Bitbucket.org
- URL: https://bitbucket.org/atlassian/fugue
- Owner: atlassian
- Created: 2012-03-23T21:25:46.597Z (over 13 years ago)
- Default Branch: master
- Last Synced: 2023-05-16T00:57:37.614Z (over 2 years ago)
- Language: java
- Homepage:
- Size: 14.4 MB
- Stars:
- Forks:
- Open Issues:
Awesome Lists containing this project
- awesome-java - Fugue - Functional extensions to Guava. (Projects / Functional Programming)
- awesome-java-zh - Fugue - 番石榴的功能扩展。 (项目 / 函数式编程)
- useful-java-links - Fugue - Java 8 has standardised some of the basic function interfaces, but does not include quite a few more tools that a functional programmer may expect to be available. This library attempts to fill in some of the gaps when using Java 8. In particular it provides Option and Either types as well as a Pair. There also additional helper classes for common Function, Supplier, and Iterable operations. License: [Apache 2](http://www.apache.org/licenses/LICENSE-2.0).  (I. Development / 6. Useful libraries)