| 程序包 | 说明 |
|---|---|
| xdean.jex.extra | |
| xdean.jex.extra.rx | |
| xdean.jex.extra.rx.op |
| 限定符和类型 | 方法和说明 |
|---|---|
static <K,V> Pair<K,V> |
Pair.empty() |
<L> Pair<L,V> |
Pair.left(L left) |
static <K,V> Pair<K,V> |
Pair.of(K k,
V v) |
<R> Pair<K,R> |
Pair.right(R right) |
| 限定符和类型 | 方法和说明 |
|---|---|
static <A,B> rx.Observable<Pair<A,B>> |
RxUtil.cross(rx.Observable<A> oa,
rx.Observable<B> ob) |
| 限定符和类型 | 方法和说明 |
|---|---|
rx.Subscriber<? super T> |
ContinuousGroupOperator.call(rx.Subscriber<? super Pair<K,List<T>>> s) |
protected void |
BothOperator.onNext(rx.Subscriber<? super Pair<T,T>> actual,
T t) |
Copyright © 2017. All rights reserved.