Skip to content

[Feature] Merge/Combine multiple observable #51

@bfrolicher

Description

@bfrolicher

What do you thinks about adding something like combineLatest function ?
This could be really useful when handling 2 or more observable values.

Like that

Observable.combine([observables]) { (values, oldValues) in 

}.add()

What would be your approche to do that ?

Ben

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