Skip to content

Commit

Permalink
Added rx type to wrapped types (#1629)
Browse files Browse the repository at this point in the history
Signed-off-by: Phillip Kruger <[email protected]>
  • Loading branch information
phillip-kruger authored Oct 27, 2023
1 parent d9a1d85 commit 8e5b662
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ public class TypeUtil {
wrapperTypes.add(MutinyConstants.UNI_TYPE.name());
wrapperTypes.add(JDKConstants.COMPLETION_STAGE_NAME);
wrapperTypes.add(JDKConstants.COMPLETABLE_FUTURE_NAME);
wrapperTypes.add(DotName.createSimple("io.reactivex.Single"));
}

private static void indexOptional(Indexer indexer, String className, ClassLoader contextLoader) {
Expand Down

0 comments on commit 8e5b662

Please sign in to comment.