You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's true, but sometimes, the return type is fixed to Flux , because there may be more elements. We are using this in an SSR scene, it's only one element once it fails, or I can make the return type a Publisher<T>
Motivation:
I have some cases when I'm using Flux.
There is an Stream#ofNullable, so I think this method would be helpful.
The text was updated successfully, but these errors were encountered: