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