Package rx.internal.operators
Class CompletableOnSubscribeConcat
java.lang.Object
rx.internal.operators.CompletableOnSubscribeConcat
- All Implemented Interfaces:
Completable.CompletableOnSubscribe
,Action
,Action1<Completable.CompletableSubscriber>
,Function
public final class CompletableOnSubscribeConcat
extends Object
implements Completable.CompletableOnSubscribe
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final int
(package private) final Observable
<Completable> -
Constructor Summary
ConstructorsConstructorDescriptionCompletableOnSubscribeConcat
(Observable<? extends Completable> sources, int prefetch) -
Method Summary
-
Field Details
-
sources
-
prefetch
final int prefetch
-
-
Constructor Details
-
CompletableOnSubscribeConcat
-
-
Method Details
-
call
- Specified by:
call
in interfaceAction1<Completable.CompletableSubscriber>
-