Skip to content

Reakt Reactive Java, Streaming, Promises Lib 2.8.1.RELEASE

Compare
Choose a tag to compare
@RichardHightower RichardHightower released this 05 May 07:50
· 29 commits to master since this release
  • 28 Created isAbsent due to name conflict. Now isEmpty works like it should with collections, arrays and charsequences. isAbsent is the one you want to check for null.
  • 29 You can now chain a callback to a promise using thenCallback.