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