public final class io.reactivex.internal.operators.completable.CompletableOnErrorComplete 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.CompletableOnErrorComplete
super_class: io.reactivex.Completable
{
final io.reactivex.CompletableSource source;
descriptor: Lio/reactivex/CompletableSource;
flags: (0x0010) ACC_FINAL
final io.reactivex.functions.Predicate<? super java.lang.Throwable> predicate;
descriptor: Lio/reactivex/functions/Predicate;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/functions/Predicate<-Ljava/lang/Throwable;>;
public void <init>(io.reactivex.CompletableSource, io.reactivex.functions.Predicate<? super java.lang.Throwable>);
descriptor: (Lio/reactivex/CompletableSource;Lio/reactivex/functions/Predicate;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 // io.reactivex.internal.operators.completable.CompletableOnErrorComplete this
start local 1 // io.reactivex.CompletableSource source
start local 2 // io.reactivex.functions.Predicate predicate
0: .line 27
aload 0 /* this */
invokespecial io.reactivex.Completable.<init>:()V
1: .line 28
aload 0 /* this */
aload 1 /* source */
putfield io.reactivex.internal.operators.completable.CompletableOnErrorComplete.source:Lio/reactivex/CompletableSource;
2: .line 29
aload 0 /* this */
aload 2 /* predicate */
putfield io.reactivex.internal.operators.completable.CompletableOnErrorComplete.predicate:Lio/reactivex/functions/Predicate;
3: .line 30
return
end local 2 // io.reactivex.functions.Predicate predicate
end local 1 // io.reactivex.CompletableSource source
end local 0 // io.reactivex.internal.operators.completable.CompletableOnErrorComplete this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactivex/internal/operators/completable/CompletableOnErrorComplete;
0 4 1 source Lio/reactivex/CompletableSource;
0 4 2 predicate Lio/reactivex/functions/Predicate<-Ljava/lang/Throwable;>;
Signature: (Lio/reactivex/CompletableSource;Lio/reactivex/functions/Predicate<-Ljava/lang/Throwable;>;)V
MethodParameters:
Name Flags
source
predicate
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 // io.reactivex.internal.operators.completable.CompletableOnErrorComplete this
start local 1 // io.reactivex.CompletableObserver observer
0: .line 35
aload 0 /* this */
getfield io.reactivex.internal.operators.completable.CompletableOnErrorComplete.source:Lio/reactivex/CompletableSource;
new io.reactivex.internal.operators.completable.CompletableOnErrorComplete$OnError
dup
aload 0 /* this */
aload 1 /* observer */
invokespecial io.reactivex.internal.operators.completable.CompletableOnErrorComplete$OnError.<init>:(Lio/reactivex/internal/operators/completable/CompletableOnErrorComplete;Lio/reactivex/CompletableObserver;)V
invokeinterface io.reactivex.CompletableSource.subscribe:(Lio/reactivex/CompletableObserver;)V
1: .line 36
return
end local 1 // io.reactivex.CompletableObserver observer
end local 0 // io.reactivex.internal.operators.completable.CompletableOnErrorComplete this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/completable/CompletableOnErrorComplete;
0 2 1 observer Lio/reactivex/CompletableObserver;
MethodParameters:
Name Flags
observer final
}
SourceFile: "CompletableOnErrorComplete.java"
NestMembers:
io.reactivex.internal.operators.completable.CompletableOnErrorComplete$OnError
InnerClasses:
final OnError = io.reactivex.internal.operators.completable.CompletableOnErrorComplete$OnError of io.reactivex.internal.operators.completable.CompletableOnErrorComplete