PairwiseOperator<T> extension

on

Methods

pairwise() Observable<(T, T)>
Groups the items emitted by an Observable into a record type that represent the latest pair of items emitted by the source Observable.