Skip to content

RxKotlinFX 2.2.2

Latest
Compare
Choose a tag to compare
@thomasnield thomasnield released this 27 Nov 01:13
· 1 commit to 2.x since this release

This was a release in conjunction with the developments of RxJavaFX 2.2.1 and 2.2.2.

RxJava and Kotlin dependencies have been updated. The following extensions have been added:

Observable#toNullBinding()
Observable#toNullableBinding()
Observable#toLazyNullBinding()
Observable#toLazyNullableBinding()

Flowable#toNullBinding()
Flowable#toNullableBinding()
Flowable#toLazyNullBinding()
Flowable#toLazyNullableBinding()

Single#toNullableBinding()
Single#toLazyNullableBinding()
Maybe#toNullableBinding()
Maybe#toLazyNullableBinding()

Certain deprecated API's have been removed as well, particularly anything related to the CompositeObservable and Dialog<T>#toObservable() which has been succeeded by Dialog<T>#toMaybe().