Skip to content

Support mapToMany for Single #258

@asam139

Description

@asam139

Name and description

Support mapMany for Single

Motivation for inclusion

It is very annoying to convert to Observable to be able to use mapMany and then to convert it to single.

Example of use

mySingle.mapMany(...)

In place of

mySingle.asObservable()
               .mapMany(...)
               .asSingle()

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