1.1.2 release
New in this release:
- Added EitherEventStream, a specialized stream for events of type
Either<L, R>
. - Added supply(U) combinator to replace the emitted event with a constant value.
- Added EventStreams.eventsOf(Scene, EventType) factory method to create a stream of events on a Scene. This complements the
EventStreams.eventsOf(Node, EventType)
method present in ReactFX from the start.