https://github.com/wkgcass/f
a library to write async vert.x code similar as using java syntax
https://github.com/wkgcass/f
future java monad vertx
Last synced: 11 months ago
JSON representation
a library to write async vert.x code similar as using java syntax
- Host: GitHub
- URL: https://github.com/wkgcass/f
- Owner: wkgcass
- License: mit
- Created: 2018-10-15T11:02:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-25T18:38:42.000Z (almost 7 years ago)
- Last Synced: 2025-04-12T15:08:40.943Z (11 months ago)
- Topics: future, java, monad, vertx
- Language: Java
- Homepage:
- Size: 151 KB
- Stars: 21
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# f
[](https://travis-ci.org/wkgcass/f)
[](https://coveralls.io/github/wkgcass/f?branch=master)
## dependency
gradle
```groovy
compile 'net.cassite:f:0.4.2'
```
maven
```xml
net.cassite
f
0.4.2
```
## usage
Please check the documents in docs directory.