Rx.Observable.prototype.and(rightSource)

Propagates the observable sequence that reacts first.

Arguments

  1. right (Observable): Observable sequence to match with the current sequence.

Returns

(Pattern): Pattern object that matches when both observable sequences have an available value.

Example