- 所有已实现的接口:
- rx.functions.Func1<rx.Subscriber<? super T>,rx.Subscriber<? super T>>, rx.functions.Function, rx.Observable.Operator<T,T>
public class ParallelOperator<T>
extends Object
implements rx.Observable.Operator<T,T>
An operator to do tasks on specified scheduler and wait for all tasks completed.
- 作者:
- XDean