final class io.reactivex.internal.operators.flowable.FlowableMaterialize$MaterializeSubscriber<T> extends io.reactivex.internal.subscribers.SinglePostCompleteSubscriber<T, io.reactivex.Notification<T>>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.flowable.FlowableMaterialize$MaterializeSubscriber
super_class: io.reactivex.internal.subscribers.SinglePostCompleteSubscriber
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: -3740826063558713822
void <init>(org.reactivestreams.Subscriber<? super io.reactivex.Notification<T>>);
descriptor: (Lorg/reactivestreams/Subscriber;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial io.reactivex.internal.subscribers.SinglePostCompleteSubscriber.<init>:(Lorg/reactivestreams/Subscriber;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/flowable/FlowableMaterialize$MaterializeSubscriber<TT;>;
0 2 1 downstream Lorg/reactivestreams/Subscriber<-Lio/reactivex/Notification<TT;>;>;
Signature: (Lorg/reactivestreams/Subscriber<-Lio/reactivex/Notification<TT;>;>;)V
MethodParameters:
Name Flags
downstream
public void onNext();
descriptor: (Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
dup
getfield io.reactivex.internal.operators.flowable.FlowableMaterialize$MaterializeSubscriber.produced:J
lconst_1
ladd
putfield io.reactivex.internal.operators.flowable.FlowableMaterialize$MaterializeSubscriber.produced:J
1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableMaterialize$MaterializeSubscriber.downstream:Lorg/reactivestreams/Subscriber;
aload 1
invokestatic io.reactivex.Notification.createOnNext:(Ljava/lang/Object;)Lio/reactivex/Notification;
invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/reactivex/internal/operators/flowable/FlowableMaterialize$MaterializeSubscriber<TT;>;
0 3 1 t TT;
Signature: (TT;)V
MethodParameters:
Name Flags
t
public void onError(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokestatic io.reactivex.Notification.createOnError:(Ljava/lang/Throwable;)Lio/reactivex/Notification;
invokevirtual io.reactivex.internal.operators.flowable.FlowableMaterialize$MaterializeSubscriber.complete:(Ljava/lang/Object;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/flowable/FlowableMaterialize$MaterializeSubscriber<TT;>;
0 2 1 t Ljava/lang/Throwable;
MethodParameters:
Name Flags
t
public void onComplete();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokestatic io.reactivex.Notification.createOnComplete:()Lio/reactivex/Notification;
invokevirtual io.reactivex.internal.operators.flowable.FlowableMaterialize$MaterializeSubscriber.complete:(Ljava/lang/Object;)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/flowable/FlowableMaterialize$MaterializeSubscriber<TT;>;
protected void onDrop(io.reactivex.Notification<T>);
descriptor: (Lio/reactivex/Notification;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual io.reactivex.Notification.isOnError:()Z
ifeq 2
1: aload 1
invokevirtual io.reactivex.Notification.getError:()Ljava/lang/Throwable;
invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
2: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/reactivex/internal/operators/flowable/FlowableMaterialize$MaterializeSubscriber<TT;>;
0 3 1 n Lio/reactivex/Notification<TT;>;
Signature: (Lio/reactivex/Notification<TT;>;)V
MethodParameters:
Name Flags
n
protected void onDrop(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast io.reactivex.Notification
invokevirtual io.reactivex.internal.operators.flowable.FlowableMaterialize$MaterializeSubscriber.onDrop:(Lio/reactivex/Notification;)V
return
LocalVariableTable:
Start End Slot Name Signature
}
Signature: <T:Ljava/lang/Object;>Lio/reactivex/internal/subscribers/SinglePostCompleteSubscriber<TT;Lio/reactivex/Notification<TT;>;>;
SourceFile: "FlowableMaterialize.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableMaterialize
InnerClasses:
final MaterializeSubscriber = io.reactivex.internal.operators.flowable.FlowableMaterialize$MaterializeSubscriber of io.reactivex.internal.operators.flowable.FlowableMaterialize