I don't seem to find the documentation for Mutiny that would cover all available operators for Multi / Uni, something similar to this for example. Is there such a resource? Guides section is great, but I'd like to get a more general idea about library capabilities.
Asked
Active
Viewed 67 times
-3
-
Welcome to Stack Overflow. Please take the [tour] to learn how Stack Overflow works and read [ask] on how to improve the quality of your question. Then check the [help/on-topic] to see what questions you can ask. – Progman Mar 27 '21 at 15:20
1 Answers
1
The link you gave as example is a JavaDoc.
Here's a link to the Mutiny one: https://javadoc.io/doc/io.smallrye.reactive/mutiny/latest/index.html

Davide D'Alto
- 7,421
- 2
- 16
- 30
-
Thanks! I feel silly now - I was somewhere in the vicinity of that page, but somehow missed it. – Sergey Yakovlev Mar 27 '21 at 17:34