Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Release v0.3.2

Choose a tag to compare

@sinwe sinwe released this 11 Dec 07:27
· 924 commits to master since this release
  • Update reactor-core-3.1.2.RELEASE under the hood
  • Add Flux#index operator
  • Add Mono#single to enforce the presence of an element in a Mono[T]
  • Add Mono#blockOption to block and return an Option
  • Add Flux#fromStream(Supplier[Stream])