public final class io.reactivex.internal.operators.completable.CompletableEmpty 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.CompletableEmpty
super_class: io.reactivex.Completable
{
public static final io.reactivex.Completable INSTANCE;
descriptor: Lio/reactivex/Completable;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new io.reactivex.internal.operators.completable.CompletableEmpty
dup
invokespecial io.reactivex.internal.operators.completable.CompletableEmpty.<init>:()V
putstatic io.reactivex.internal.operators.completable.CompletableEmpty.INSTANCE:Lio/reactivex/Completable;
return
LocalVariableTable:
Start End Slot Name Signature
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial io.reactivex.Completable.<init>:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/completable/CompletableEmpty;
public void subscribeActual(io.reactivex.CompletableObserver);
descriptor: (Lio/reactivex/CompletableObserver;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 1
invokestatic io.reactivex.internal.disposables.EmptyDisposable.complete:(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/CompletableEmpty;
0 2 1 observer Lio/reactivex/CompletableObserver;
MethodParameters:
Name Flags
observer
}
SourceFile: "CompletableEmpty.java"