Skip to content

How to handle the below error?  #4

@chanten

Description

@chanten

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions