Releases: pakoito/JavaSealedUnions
Releases · pakoito/JavaSealedUnions
Union0 and Stringify
- Add a new
Union0<T>interface, which only contains one possible type.
To understand usage cases, see Designing with Types. - Add
Union0.Factoryalong withGenericUnions.nulletFactory()to createUnion0. - Add toString() implementation to generic unions
Release 1.0.0
Initial release
- Union1 through Union9
- GenericUnions
- Tests and Tennis kata