Skip to content

Releases: pakoito/RxSealedUnions

New Union0 type

29 Aug 22:22
Compare
Choose a tag to compare
  • Add a new Union0<T> interface, which only contains one possible type.
    To understand usage cases, see Designing with Types.
  • Add Union0.Factory along with GenericUnions.nulletFactory() to create Union0.

Stringify

05 Aug 16:59
Compare
Choose a tag to compare

Add toString() implementation to generic unions
Fix Jitpack building

Initial Release

14 Mar 13:22
Compare
Choose a tag to compare

Initial release

  • Union1 through Union9
  • GenericUnions
  • Tests and Tennis kata