https://github.com/christian-schlichtherle/fun-io
Fun I/O provides functional programming patterns and high level abstractions for simple and reusable synchronous I/O.
https://github.com/christian-schlichtherle/fun-io
codec functional inputstream java json outputstream scala xml
Last synced: about 1 year ago
JSON representation
Fun I/O provides functional programming patterns and high level abstractions for simple and reusable synchronous I/O.
- Host: GitHub
- URL: https://github.com/christian-schlichtherle/fun-io
- Owner: christian-schlichtherle
- License: apache-2.0
- Created: 2017-11-18T14:58:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T17:00:59.000Z (over 3 years ago)
- Last Synced: 2025-04-06T03:24:10.313Z (about 1 year ago)
- Topics: codec, functional, inputstream, java, json, outputstream, scala, xml
- Language: Java
- Homepage: https://christian-schlichtherle.github.io/fun-io/
- Size: 8.37 MB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/christian-schlichtherle/fun-io/releases/latest)
[](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22global.namespace.fun-io%22)
[](https://www.apache.org/licenses/LICENSE-2.0)
[](https://travis-ci.org/christian-schlichtherle/fun-io)
# Fun I/O
Fun I/O provides functional programming patterns and high level abstractions for simple and reusable synchronous I/O.
Fun I/O supports Java 8 or later and Scala 2.10, 2.11, 2.12 and 2.13 equally well via dedicated APIs and is covered by the
Apache License, version 2.0.
## User Documentation
User documentation is available at https://christian-schlichtherle.github.io/fun-io/ .