| Constructor and Description |
|---|
Pattern2(Observable<T1> first,
Observable<T2> second) |
public Pattern2(Observable<T1> first, Observable<T2> second)
public Observable<T1> first()
public Observable<T2> second()
public <T3> Pattern3<T1,T2,T3> and(Observable<T3> other)
other - Observable sequence to match with the two previous sequences.