- Either type is now based on the Union2 interface from the RxSealedUnions library.
Foldvariants have been deprecated in favor of Union'scontinuedandjoinmethods.
- Added lazy fold
Action1<Either<L, R>andFunc1<Either<L, R>, T>variants to the RxEither. - Exposed
isLeftandisRightfiltering functions from RxEither.
Fixed 1.7 source compatibility issue.
Initial release.