Skip to content

Instance zip -> zipWith #1578

Closed
Closed
@benjchristensen

Description

@benjchristensen

zip(Iterable<? extends T2>, Func2<? super T, ? super T2, ? extends R>)

should change to

zipWith(Iterable<? extends T2>, Func2<? super T, ? super T2, ? extends R>)

to match

zipWith(Observable<? extends T2>, Func2<? super T, ? super T2, ? extends R>)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions