Skip to content
This repository was archived by the owner on Jun 29, 2021. It is now read-only.

Does not compile lambda expression #638

@natebass

Description

@natebass

When I try to compile the app from source I get this error.

/Users/NateBass/A/Android/Gitskarios/app/src/main/java/com/alorma/github/presenter/CommitInfoPresenter.java
Error:(23, 57) error: incompatible types: bad return type in lambda expression
Observable<Pair<GithubStatusResponse,Integer>> cannot be converted to Observable<? extends CAP#1>
where CAP#1 is a fresh type-variable:
CAP#1 extends Pair<GithubStatusResponse,Integer> from capture of ? extends Pair<GithubStatusResponse,Integer>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions