final class io.reactivex.internal.functions.Functions$NotificationOnComplete<T> implements io.reactivex.functions.Action
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.functions.Functions$NotificationOnComplete
super_class: java.lang.Object
{
final io.reactivex.functions.Consumer<? super io.reactivex.Notification<T>> onNotification;
descriptor: Lio/reactivex/functions/Consumer;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/functions/Consumer<-Lio/reactivex/Notification<TT;>;>;
void <init>(io.reactivex.functions.Consumer<? super io.reactivex.Notification<T>>);
descriptor: (Lio/reactivex/functions/Consumer;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield io.reactivex.internal.functions.Functions$NotificationOnComplete.onNotification:Lio/reactivex/functions/Consumer;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/reactivex/internal/functions/Functions$NotificationOnComplete<TT;>;
0 3 1 onNotification Lio/reactivex/functions/Consumer<-Lio/reactivex/Notification<TT;>;>;
Signature: (Lio/reactivex/functions/Consumer<-Lio/reactivex/Notification<TT;>;>;)V
MethodParameters:
Name Flags
onNotification
public void run();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.reactivex.internal.functions.Functions$NotificationOnComplete.onNotification:Lio/reactivex/functions/Consumer;
invokestatic io.reactivex.Notification.createOnComplete:()Lio/reactivex/Notification;
invokeinterface io.reactivex.functions.Consumer.accept:(Ljava/lang/Object;)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/functions/Functions$NotificationOnComplete<TT;>;
Exceptions:
throws java.lang.Exception
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lio/reactivex/functions/Action;
SourceFile: "Functions.java"
NestHost: io.reactivex.internal.functions.Functions
InnerClasses:
final NotificationOnComplete = io.reactivex.internal.functions.Functions$NotificationOnComplete of io.reactivex.internal.functions.Functions