I am building a small app with Quarkus and I am using ReactivePanacheMongoEntity.
I am using Intellij and I need to evaluate the value of a Uni Object. When I do Evaluate(Alt +F8), it doesn't show the values as it used to be in the normal objects. How do I covert a Uni object to normal during debugging?