public final class io.reactivex.internal.operators.completable.CompletablePeek extends io.reactivex.Completable
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.completable.CompletablePeek
super_class: io.reactivex.Completable
{
final io.reactivex.CompletableSource source;
descriptor: Lio/reactivex/CompletableSource;
flags: (0x0010) ACC_FINAL
final io.reactivex.functions.Consumer<? super io.reactivex.disposables.Disposable> onSubscribe;
descriptor: Lio/reactivex/functions/Consumer;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/functions/Consumer<-Lio/reactivex/disposables/Disposable;>;
final io.reactivex.functions.Consumer<? super java.lang.Throwable> onError;
descriptor: Lio/reactivex/functions/Consumer;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/functions/Consumer<-Ljava/lang/Throwable;>;
final io.reactivex.functions.Action onComplete;
descriptor: Lio/reactivex/functions/Action;
flags: (0x0010) ACC_FINAL
final io.reactivex.functions.Action onTerminate;
descriptor: Lio/reactivex/functions/Action;
flags: (0x0010) ACC_FINAL
final io.reactivex.functions.Action onAfterTerminate;
descriptor: Lio/reactivex/functions/Action;
flags: (0x0010) ACC_FINAL
final io.reactivex.functions.Action onDispose;
descriptor: Lio/reactivex/functions/Action;
flags: (0x0010) ACC_FINAL
public void <init>(io.reactivex.CompletableSource, io.reactivex.functions.Consumer<? super io.reactivex.disposables.Disposable>, io.reactivex.functions.Consumer<? super java.lang.Throwable>, io.reactivex.functions.Action, io.reactivex.functions.Action, io.reactivex.functions.Action, io.reactivex.functions.Action);
descriptor: (Lio/reactivex/CompletableSource;Lio/reactivex/functions/Consumer;Lio/reactivex/functions/Consumer;Lio/reactivex/functions/Action;Lio/reactivex/functions/Action;Lio/reactivex/functions/Action;Lio/reactivex/functions/Action;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=8, args_size=8
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 0: aload 0
invokespecial io.reactivex.Completable.<init>:()V
1: aload 0
aload 1
putfield io.reactivex.internal.operators.completable.CompletablePeek.source:Lio/reactivex/CompletableSource;
2: aload 0
aload 2
putfield io.reactivex.internal.operators.completable.CompletablePeek.onSubscribe:Lio/reactivex/functions/Consumer;
3: aload 0
aload 3
putfield io.reactivex.internal.operators.completable.CompletablePeek.onError:Lio/reactivex/functions/Consumer;
4: aload 0
aload 4
putfield io.reactivex.internal.operators.completable.CompletablePeek.onComplete:Lio/reactivex/functions/Action;
5: aload 0
aload 5
putfield io.reactivex.internal.operators.completable.CompletablePeek.onTerminate:Lio/reactivex/functions/Action;
6: aload 0
aload 6
putfield io.reactivex.internal.operators.completable.CompletablePeek.onAfterTerminate:Lio/reactivex/functions/Action;
7: aload 0
aload 7
putfield io.reactivex.internal.operators.completable.CompletablePeek.onDispose:Lio/reactivex/functions/Action;
8: return
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lio/reactivex/internal/operators/completable/CompletablePeek;
0 9 1 source Lio/reactivex/CompletableSource;
0 9 2 onSubscribe Lio/reactivex/functions/Consumer<-Lio/reactivex/disposables/Disposable;>;
0 9 3 onError Lio/reactivex/functions/Consumer<-Ljava/lang/Throwable;>;
0 9 4 onComplete Lio/reactivex/functions/Action;
0 9 5 onTerminate Lio/reactivex/functions/Action;
0 9 6 onAfterTerminate Lio/reactivex/functions/Action;
0 9 7 onDispose Lio/reactivex/functions/Action;
Signature: (Lio/reactivex/CompletableSource;Lio/reactivex/functions/Consumer<-Lio/reactivex/disposables/Disposable;>;Lio/reactivex/functions/Consumer<-Ljava/lang/Throwable;>;Lio/reactivex/functions/Action;Lio/reactivex/functions/Action;Lio/reactivex/functions/Action;Lio/reactivex/functions/Action;)V
MethodParameters:
Name Flags
source
onSubscribe
onError
onComplete
onTerminate
onAfterTerminate
onDispose
protected void subscribeActual(io.reactivex.CompletableObserver);
descriptor: (Lio/reactivex/CompletableObserver;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.completable.CompletablePeek.source:Lio/reactivex/CompletableSource;
new io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation
dup
aload 0
aload 1
invokespecial io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation.<init>:(Lio/reactivex/internal/operators/completable/CompletablePeek;Lio/reactivex/CompletableObserver;)V
invokeinterface io.reactivex.CompletableSource.subscribe:(Lio/reactivex/CompletableObserver;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/completable/CompletablePeek;
0 2 1 observer Lio/reactivex/CompletableObserver;
MethodParameters:
Name Flags
observer final
}
SourceFile: "CompletablePeek.java"
NestMembers:
io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation
InnerClasses:
final CompletableObserverImplementation = io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation of io.reactivex.internal.operators.completable.CompletablePeek