An open API service indexing awesome lists of open source software.

https://github.com/jonathangiles/javaunions


https://github.com/jonathangiles/javaunions

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Union Types in Java

This repo is an exploration of a potential `Union` type in Java. It is clearly constrained by what the Java language allows, but perhaps is better than using `BinaryData` and `byte[]` everywhere.

Refer to the samples for demos of how the code is used.