final class io.reactivex.internal.operators.parallel.ParallelReduceFull$ParallelReduceFullInnerSubscriber<T> extends java.util.concurrent.atomic.AtomicReference<org.reactivestreams.Subscription> implements io.reactivex.FlowableSubscriber<T>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.parallel.ParallelReduceFull$ParallelReduceFullInnerSubscriber
super_class: java.util.concurrent.atomic.AtomicReference
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: -7954444275102466525
final io.reactivex.internal.operators.parallel.ParallelReduceFull$ParallelReduceFullMainSubscriber<T> parent;
descriptor: Lio/reactivex/internal/operators/parallel/ParallelReduceFull$ParallelReduceFullMainSubscriber;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/internal/operators/parallel/ParallelReduceFull$ParallelReduceFullMainSubscriber<TT;>;
final io.reactivex.functions.BiFunction<T, T, T> reducer;
descriptor: Lio/reactivex/functions/BiFunction;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/functions/BiFunction<TT;TT;TT;>;
T value;
descriptor: Ljava/lang/Object;
flags: (0x0000)
Signature: TT;
boolean done;
descriptor: Z
flags: (0x0000)
void <init>(io.reactivex.internal.operators.parallel.ParallelReduceFull$ParallelReduceFullMainSubscriber<T>, io.reactivex.functions.BiFunction<T, T, T>);
descriptor: (Lio/reactivex/internal/operators/parallel/ParallelReduceFull$ParallelReduceFullMainSubscriber;Lio/reactivex/functions/BiFunction;)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.util.concurrent.atomic.AtomicReference.<init>:()V
1: aload 0
aload 1
putfield io.reactivex.internal.operators.parallel.ParallelReduceFull$ParallelReduceFullInnerSubscriber.parent:Lio/reactivex/internal/operators/parallel/ParallelReduceFull$ParallelReduceFullMainSubscriber;
2: aload 0
aload 2
putfield io.reactivex.internal.operators.parallel.ParallelReduceFull$ParallelReduceFullInnerSubscriber.reducer:Lio/reactivex/functions/BiFunction;
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/ParallelReduceFull$ParallelReduceFullInnerSubscriber<TT;>;
0 4 1 parent Lio/reactivex/internal/operators/parallel/ParallelReduceFull$ParallelReduceFullMainSubscriber<TT;>;
0 4 2 reducer Lio/reactivex/functions/BiFunction<TT;TT;TT;>;
Signature: (Lio/reactivex/internal/operators/parallel/ParallelReduceFull$ParallelReduceFullMainSubscriber<TT;>;Lio/reactivex/functions/BiFunction<TT;TT;TT;>;)V
MethodParameters:
Name Flags
parent
reducer
public void onSubscribe(org.reactivestreams.Subscription);
descriptor: (Lorg/reactivestreams/Subscription;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
ldc 9223372036854775807
invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.setOnce:(Ljava/util/concurrent/atomic/AtomicReference;Lorg/reactivestreams/Subscription;J)Z
pop
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/parallel/ParallelReduceFull$ParallelReduceFullInnerSubscriber<TT;>;
0 2 1 s Lorg/reactivestreams/Subscription;
MethodParameters:
Name Flags
s
public void onNext();
descriptor: (Ljava/lang/Object;)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.ParallelReduceFull$ParallelReduceFullInnerSubscriber.done:Z
ifne 13
1: aload 0
getfield io.reactivex.internal.operators.parallel.ParallelReduceFull$ParallelReduceFullInnerSubscriber.value:Ljava/lang/Object;
astore 2
start local 2 2: aload 2
ifnonnull 5
3: aload 0
aload 1
putfield io.reactivex.internal.operators.parallel.ParallelReduceFull$ParallelReduceFullInnerSubscriber.value:Ljava/lang/Object;
4: goto 13
5: StackMap locals: java.lang.Object
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.parallel.ParallelReduceFull$ParallelReduceFullInnerSubscriber.reducer:Lio/reactivex/functions/BiFunction;
aload 2
aload 1
invokeinterface io.reactivex.functions.BiFunction.apply:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
ldc "The reducer returned a null value"
invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
astore 2
6: goto 12
StackMap locals:
StackMap stack: java.lang.Throwable
7: astore 3
start local 3 8: aload 3
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
9: aload 0
invokevirtual io.reactivex.internal.operators.parallel.ParallelReduceFull$ParallelReduceFullInnerSubscriber.get:()Ljava/lang/Object;
checkcast org.reactivestreams.Subscription
invokeinterface org.reactivestreams.Subscription.cancel:()V
10: aload 0
aload 3
invokevirtual io.reactivex.internal.operators.parallel.ParallelReduceFull$ParallelReduceFullInnerSubscriber.onError:(Ljava/lang/Throwable;)V
11: return
end local 3 12: StackMap locals:
StackMap stack:
aload 0
aload 2
putfield io.reactivex.internal.operators.parallel.ParallelReduceFull$ParallelReduceFullInnerSubscriber.value:Ljava/lang/Object;
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/ParallelReduceFull$ParallelReduceFullInnerSubscriber<TT;>;
0 14 1 t TT;
2 13 2 v TT;
8 12 3 ex Ljava/lang/Throwable;
Exception table:
from to target type
5 6 7 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=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.parallel.ParallelReduceFull$ParallelReduceFullInnerSubscriber.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.ParallelReduceFull$ParallelReduceFullInnerSubscriber.done:Z
4: aload 0
getfield io.reactivex.internal.operators.parallel.ParallelReduceFull$ParallelReduceFullInnerSubscriber.parent:Lio/reactivex/internal/operators/parallel/ParallelReduceFull$ParallelReduceFullMainSubscriber;
aload 1
invokevirtual io.reactivex.internal.operators.parallel.ParallelReduceFull$ParallelReduceFullMainSubscriber.innerError:(Ljava/lang/Throwable;)V
5: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/reactivex/internal/operators/parallel/ParallelReduceFull$ParallelReduceFullInnerSubscriber<TT;>;
0 6 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
getfield io.reactivex.internal.operators.parallel.ParallelReduceFull$ParallelReduceFullInnerSubscriber.done:Z
ifne 3
1: aload 0
iconst_1
putfield io.reactivex.internal.operators.parallel.ParallelReduceFull$ParallelReduceFullInnerSubscriber.done:Z
2: aload 0
getfield io.reactivex.internal.operators.parallel.ParallelReduceFull$ParallelReduceFullInnerSubscriber.parent:Lio/reactivex/internal/operators/parallel/ParallelReduceFull$ParallelReduceFullMainSubscriber;
aload 0
getfield io.reactivex.internal.operators.parallel.ParallelReduceFull$ParallelReduceFullInnerSubscriber.value:Ljava/lang/Object;
invokevirtual io.reactivex.internal.operators.parallel.ParallelReduceFull$ParallelReduceFullMainSubscriber.innerComplete:(Ljava/lang/Object;)V
3: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactivex/internal/operators/parallel/ParallelReduceFull$ParallelReduceFullInnerSubscriber<TT;>;
void cancel();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.cancel:(Ljava/util/concurrent/atomic/AtomicReference;)Z
pop
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/parallel/ParallelReduceFull$ParallelReduceFullInnerSubscriber<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicReference<Lorg/reactivestreams/Subscription;>;Lio/reactivex/FlowableSubscriber<TT;>;
SourceFile: "ParallelReduceFull.java"
NestHost: io.reactivex.internal.operators.parallel.ParallelReduceFull
InnerClasses:
final ParallelReduceFullInnerSubscriber = io.reactivex.internal.operators.parallel.ParallelReduceFull$ParallelReduceFullInnerSubscriber of io.reactivex.internal.operators.parallel.ParallelReduceFull
final ParallelReduceFullMainSubscriber = io.reactivex.internal.operators.parallel.ParallelReduceFull$ParallelReduceFullMainSubscriber of io.reactivex.internal.operators.parallel.ParallelReduceFull