Closed
Description
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
Labels
No labels