Skip to content

1.2.1 release

Compare
Choose a tag to compare
@TomasMikula TomasMikula released this 03 Jul 01:54
· 283 commits to master since this release
  • Added exec() and flatMap() methods to Either.
  • Added exec() methods to tuples.
  • Added EventStream.watch(subscriber, monitor) method as a convenient shortcut to subscribe(subscriber).and(monitor(monitor)).
  • Deprecated EitherEventStream because of questionable utility.
  • Added EventStream.mapToBi() and mapToTri() that return a BiEventStream and TriEventStream, respectively.