final class io.reactivex.internal.operators.parallel.ParallelPeek$ParallelPeekSubscriber<T> implements io.reactivex.FlowableSubscriber<T>, org.reactivestreams.Subscription
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.parallel.ParallelPeek$ParallelPeekSubscriber
super_class: java.lang.Object
{
final org.reactivestreams.Subscriber<? super T> downstream;
descriptor: Lorg/reactivestreams/Subscriber;
flags: (0x0010) ACC_FINAL
Signature: Lorg/reactivestreams/Subscriber<-TT;>;
final io.reactivex.internal.operators.parallel.ParallelPeek<T> parent;
descriptor: Lio/reactivex/internal/operators/parallel/ParallelPeek;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/internal/operators/parallel/ParallelPeek<TT;>;
org.reactivestreams.Subscription upstream;
descriptor: Lorg/reactivestreams/Subscription;
flags: (0x0000)
boolean done;
descriptor: Z
flags: (0x0000)
void <init>(org.reactivestreams.Subscriber<? super T>, io.reactivex.internal.operators.parallel.ParallelPeek<T>);
descriptor: (Lorg/reactivestreams/Subscriber;Lio/reactivex/internal/operators/parallel/ParallelPeek;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield io.reactivex.internal.operators.parallel.ParallelPeek$ParallelPeekSubscriber.downstream:Lorg/reactivestreams/Subscriber;
2: aload 0
aload 2
putfield io.reactivex.internal.operators.parallel.ParallelPeek$ParallelPeekSubscriber.parent:Lio/reactivex/internal/operators/parallel/ParallelPeek;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactivex/internal/operators/parallel/ParallelPeek$ParallelPeekSubscriber<TT;>;
0 4 1 actual Lorg/reactivestreams/Subscriber<-TT;>;
0 4 2 parent Lio/reactivex/internal/operators/parallel/ParallelPeek<TT;>;
Signature: (Lorg/reactivestreams/Subscriber<-TT;>;Lio/reactivex/internal/operators/parallel/ParallelPeek<TT;>;)V
MethodParameters:
Name Flags
actual
parent
public void request(long);
descriptor: (J)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.parallel.ParallelPeek$ParallelPeekSubscriber.parent:Lio/reactivex/internal/operators/parallel/ParallelPeek;
getfield io.reactivex.internal.operators.parallel.ParallelPeek.onRequest:Lio/reactivex/functions/LongConsumer;
lload 1
invokeinterface io.reactivex.functions.LongConsumer.accept:(J)V
1: goto 5
StackMap locals:
StackMap stack: java.lang.Throwable
2: astore 3
start local 3 3: aload 3
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
4: aload 3
invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
end local 3 5: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.parallel.ParallelPeek$ParallelPeekSubscriber.upstream:Lorg/reactivestreams/Subscription;
lload 1
invokeinterface org.reactivestreams.Subscription.request:(J)V
6: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/reactivex/internal/operators/parallel/ParallelPeek$ParallelPeekSubscriber<TT;>;
0 7 1 n J
3 5 3 ex Ljava/lang/Throwable;
Exception table:
from to target type
0 1 2 Class java.lang.Throwable
MethodParameters:
Name Flags
n
public void cancel();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
getfield io.reactivex.internal.operators.parallel.ParallelPeek$ParallelPeekSubscriber.parent:Lio/reactivex/internal/operators/parallel/ParallelPeek;
getfield io.reactivex.internal.operators.parallel.ParallelPeek.onCancel:Lio/reactivex/functions/Action;
invokeinterface io.reactivex.functions.Action.run:()V
1: goto 5
StackMap locals:
StackMap stack: java.lang.Throwable
2: astore 1
start local 1 3: aload 1
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
4: aload 1
invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
end local 1 5: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.parallel.ParallelPeek$ParallelPeekSubscriber.upstream:Lorg/reactivestreams/Subscription;
invokeinterface org.reactivestreams.Subscription.cancel:()V
6: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/reactivex/internal/operators/parallel/ParallelPeek$ParallelPeekSubscriber<TT;>;
3 5 1 ex Ljava/lang/Throwable;
Exception table:
from to target type
0 1 2 Class java.lang.Throwable
public void onSubscribe(org.reactivestreams.Subscription);
descriptor: (Lorg/reactivestreams/Subscription;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.parallel.ParallelPeek$ParallelPeekSubscriber.upstream:Lorg/reactivestreams/Subscription;
aload 1
invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(Lorg/reactivestreams/Subscription;Lorg/reactivestreams/Subscription;)Z
ifeq 11
1: aload 0
aload 1
putfield io.reactivex.internal.operators.parallel.ParallelPeek$ParallelPeekSubscriber.upstream:Lorg/reactivestreams/Subscription;
2: aload 0
getfield io.reactivex.internal.operators.parallel.ParallelPeek$ParallelPeekSubscriber.parent:Lio/reactivex/internal/operators/parallel/ParallelPeek;
getfield io.reactivex.internal.operators.parallel.ParallelPeek.onSubscribe:Lio/reactivex/functions/Consumer;
aload 1
invokeinterface io.reactivex.functions.Consumer.accept:(Ljava/lang/Object;)V
3: goto 10
StackMap locals:
StackMap stack: java.lang.Throwable
4: astore 2
start local 2 5: aload 2
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
6: aload 1
invokeinterface org.reactivestreams.Subscription.cancel:()V
7: aload 0
getfield io.reactivex.internal.operators.parallel.ParallelPeek$ParallelPeekSubscriber.downstream:Lorg/reactivestreams/Subscriber;
getstatic io.reactivex.internal.subscriptions.EmptySubscription.INSTANCE:Lio/reactivex/internal/subscriptions/EmptySubscription;
invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
8: aload 0
aload 2
invokevirtual io.reactivex.internal.operators.parallel.ParallelPeek$ParallelPeekSubscriber.onError:(Ljava/lang/Throwable;)V
9: return
end local 2 10: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.parallel.ParallelPeek$ParallelPeekSubscriber.downstream:Lorg/reactivestreams/Subscriber;
aload 0
invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
11: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lio/reactivex/internal/operators/parallel/ParallelPeek$ParallelPeekSubscriber<TT;>;
0 12 1 s Lorg/reactivestreams/Subscription;
5 10 2 ex Ljava/lang/Throwable;
Exception table:
from to target type
2 3 4 Class java.lang.Throwable
MethodParameters:
Name Flags
s
public void onNext();
descriptor: (Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.parallel.ParallelPeek$ParallelPeekSubscriber.done:Z
ifne 13
1: aload 0
getfield io.reactivex.internal.operators.parallel.ParallelPeek$ParallelPeekSubscriber.parent:Lio/reactivex/internal/operators/parallel/ParallelPeek;
getfield io.reactivex.internal.operators.parallel.ParallelPeek.onNext:Lio/reactivex/functions/Consumer;
aload 1
invokeinterface io.reactivex.functions.Consumer.accept:(Ljava/lang/Object;)V
2: goto 7
StackMap locals:
StackMap stack: java.lang.Throwable
3: astore 2
start local 2 4: aload 2
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
5: aload 0
aload 2
invokevirtual io.reactivex.internal.operators.parallel.ParallelPeek$ParallelPeekSubscriber.onError:(Ljava/lang/Throwable;)V
6: return
end local 2 7: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.parallel.ParallelPeek$ParallelPeekSubscriber.downstream:Lorg/reactivestreams/Subscriber;
aload 1
invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
8: aload 0
getfield io.reactivex.internal.operators.parallel.ParallelPeek$ParallelPeekSubscriber.parent:Lio/reactivex/internal/operators/parallel/ParallelPeek;
getfield io.reactivex.internal.operators.parallel.ParallelPeek.onAfterNext:Lio/reactivex/functions/Consumer;
aload 1
invokeinterface io.reactivex.functions.Consumer.accept:(Ljava/lang/Object;)V
9: goto 13
StackMap locals:
StackMap stack: java.lang.Throwable
10: astore 2
start local 2 11: aload 2
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
12: aload 0
aload 2
invokevirtual io.reactivex.internal.operators.parallel.ParallelPeek$ParallelPeekSubscriber.onError:(Ljava/lang/Throwable;)V
end local 2 13: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lio/reactivex/internal/operators/parallel/ParallelPeek$ParallelPeekSubscriber<TT;>;
0 14 1 t TT;
4 7 2 ex Ljava/lang/Throwable;
11 13 2 ex Ljava/lang/Throwable;
Exception table:
from to target type
1 2 3 Class java.lang.Throwable
8 9 10 Class java.lang.Throwable
Signature: (TT;)V
MethodParameters:
Name Flags
t
public void onError(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.parallel.ParallelPeek$ParallelPeekSubscriber.done:Z
ifeq 3
1: aload 1
invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
2: return
3: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield io.reactivex.internal.operators.parallel.ParallelPeek$ParallelPeekSubscriber.done:Z
4: aload 0
getfield io.reactivex.internal.operators.parallel.ParallelPeek$ParallelPeekSubscriber.parent:Lio/reactivex/internal/operators/parallel/ParallelPeek;
getfield io.reactivex.internal.operators.parallel.ParallelPeek.onError:Lio/reactivex/functions/Consumer;
aload 1
invokeinterface io.reactivex.functions.Consumer.accept:(Ljava/lang/Object;)V
5: goto 9
StackMap locals:
StackMap stack: java.lang.Throwable
6: astore 2
start local 2 7: aload 2
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
8: new io.reactivex.exceptions.CompositeException
dup
iconst_2
anewarray java.lang.Throwable
dup
iconst_0
aload 1
aastore
dup
iconst_1
aload 2
aastore
invokespecial io.reactivex.exceptions.CompositeException.<init>:([Ljava/lang/Throwable;)V
astore 1
end local 2 9: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.parallel.ParallelPeek$ParallelPeekSubscriber.downstream:Lorg/reactivestreams/Subscriber;
aload 1
invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
10: aload 0
getfield io.reactivex.internal.operators.parallel.ParallelPeek$ParallelPeekSubscriber.parent:Lio/reactivex/internal/operators/parallel/ParallelPeek;
getfield io.reactivex.internal.operators.parallel.ParallelPeek.onAfterTerminated:Lio/reactivex/functions/Action;
invokeinterface io.reactivex.functions.Action.run:()V
11: goto 15
StackMap locals:
StackMap stack: java.lang.Throwable
12: astore 2
start local 2 13: aload 2
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
14: aload 2
invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
end local 2 15: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lio/reactivex/internal/operators/parallel/ParallelPeek$ParallelPeekSubscriber<TT;>;
0 16 1 t Ljava/lang/Throwable;
7 9 2 ex Ljava/lang/Throwable;
13 15 2 ex Ljava/lang/Throwable;
Exception table:
from to target type
4 5 6 Class java.lang.Throwable
10 11 12 Class java.lang.Throwable
MethodParameters:
Name Flags
t
public void onComplete();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.reactivex.internal.operators.parallel.ParallelPeek$ParallelPeekSubscriber.done:Z
ifne 14
1: aload 0
iconst_1
putfield io.reactivex.internal.operators.parallel.ParallelPeek$ParallelPeekSubscriber.done:Z
2: aload 0
getfield io.reactivex.internal.operators.parallel.ParallelPeek$ParallelPeekSubscriber.parent:Lio/reactivex/internal/operators/parallel/ParallelPeek;
getfield io.reactivex.internal.operators.parallel.ParallelPeek.onComplete:Lio/reactivex/functions/Action;
invokeinterface io.reactivex.functions.Action.run:()V
3: goto 8
StackMap locals:
StackMap stack: java.lang.Throwable
4: astore 1
start local 1 5: aload 1
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
6: aload 0
getfield io.reactivex.internal.operators.parallel.ParallelPeek$ParallelPeekSubscriber.downstream:Lorg/reactivestreams/Subscriber;
aload 1
invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
7: return
end local 1 8: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.parallel.ParallelPeek$ParallelPeekSubscriber.downstream:Lorg/reactivestreams/Subscriber;
invokeinterface org.reactivestreams.Subscriber.onComplete:()V
9: aload 0
getfield io.reactivex.internal.operators.parallel.ParallelPeek$ParallelPeekSubscriber.parent:Lio/reactivex/internal/operators/parallel/ParallelPeek;
getfield io.reactivex.internal.operators.parallel.ParallelPeek.onAfterTerminated:Lio/reactivex/functions/Action;
invokeinterface io.reactivex.functions.Action.run:()V
10: goto 14
StackMap locals:
StackMap stack: java.lang.Throwable
11: astore 1
start local 1 12: aload 1
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
13: aload 1
invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
end local 1 14: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lio/reactivex/internal/operators/parallel/ParallelPeek$ParallelPeekSubscriber<TT;>;
5 8 1 ex Ljava/lang/Throwable;
12 14 1 ex Ljava/lang/Throwable;
Exception table:
from to target type
2 3 4 Class java.lang.Throwable
9 10 11 Class java.lang.Throwable
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lio/reactivex/FlowableSubscriber<TT;>;Lorg/reactivestreams/Subscription;
SourceFile: "ParallelPeek.java"
NestHost: io.reactivex.internal.operators.parallel.ParallelPeek
InnerClasses:
final ParallelPeekSubscriber = io.reactivex.internal.operators.parallel.ParallelPeek$ParallelPeekSubscriber of io.reactivex.internal.operators.parallel.ParallelPeek