Skip to content

2.x Single.flatMapCompletable expects Completable instead of CompletableSource #4923

@vanniktech

Description

@vanniktech

The signature looks like this:

final Function<? super T, ? extends Completable> mapper

although it should be

final Function<? super T, ? extends CompletableSource> mapper

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions