https://github.com/thoughtworksinc/dsl-domains-cats
https://github.com/thoughtworksinc/dsl-domains-cats
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thoughtworksinc/dsl-domains-cats
- Owner: ThoughtWorksInc
- License: apache-2.0
- Created: 2019-06-10T20:59:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-14T00:25:27.000Z (about 1 year ago)
- Last Synced: 2024-04-14T05:09:33.134Z (about 1 year ago)
- Language: Scala
- Size: 1.1 MB
- Stars: 13
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/ThoughtWorksInc/dsl-domains-cats)
[](https://search.maven.org/search?q=g:com.thoughtworks.dsl%20AND%20a:domains-cats_*)
[](https://javadoc.io/page/com.thoughtworks.dsl/domains-cats_2.12/latest/com/thoughtworks/dsl/domains/cats$.html)**dsl-domains-cats** contains utilities to integrate Cats with [Dsl.scala](https://github.com/ThoughtWorksInc/Dsl.scala). It provides the `!`-notation for creating Cats monadic expressions.
## Versions
* Use [](https://search.maven.org/search?q=g:com.thoughtworks.dsl%20AND%20a:domains-cats_*%20AND%20v:1.*) for cats 1.x
* Use [](https://search.maven.org/search?q=g:com.thoughtworks.dsl%20AND%20a:domains-cats_*%20AND%20v:2.*) for cats 2.x## Documentation
See [Scaladoc](https://javadoc.io/page/com.thoughtworks.dsl/domains-cats_2.12/latest/com/thoughtworks/dsl/domains/cats$.html) for more information.