Closed
Description
Currently, MutinyGenerator#generator looks like this:
public abstract Uni<Object> generate(...);
I think it should be Uni<?>
to avoid the need of additional casts or conversions.
Currently, MutinyGenerator#generator looks like this:
public abstract Uni<Object> generate(...);
I think it should be Uni<?>
to avoid the need of additional casts or conversions.