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
AllFunctionExample.java:25: error: reference to subscribe is ambiguous
source.subscribe(Log::i);
^
both method subscribe(BiConsumer<? super T,? super Throwable>) in Single and method subscribe(Consumer<? super T>) in Single match
where T is a type-variable:
T extends Object declared in class Single
The text was updated successfully, but these errors were encountered:
AllFunctionExample.java:25: error: reference to subscribe is ambiguous
source.subscribe(Log::i);
^
both method subscribe(BiConsumer<? super T,? super Throwable>) in Single and method subscribe(Consumer<? super T>) in Single match
where T is a type-variable:
T extends Object declared in class Single
The text was updated successfully, but these errors were encountered: