Skip to content

RxScala zip #1189

Closed
Closed
@headinthebox

Description

@headinthebox

Why keep this private? I want it all the time. Perhaps we can call it zipWith to match the Haskell name to avoid bikeshedding that it is not in Scala (it should).

private def zip[U, R](that: Observable[U], selector: (T,U) => R): Observable[R] = {
    toScalaObservable[R](rx.Observable.zip[T, U, R](this.asJavaObservable, that.asJavaObservable, selector))
  }

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