final class reactor.core.publisher.FluxIterable$IterableSubscriptionConditional<T> implements reactor.core.publisher.InnerProducer<T>, reactor.core.Fuseable$SynchronousSubscription<T>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: reactor.core.publisher.FluxIterable$IterableSubscriptionConditional
super_class: java.lang.Object
{
final reactor.core.Fuseable$ConditionalSubscriber<? super T> actual;
descriptor: Lreactor/core/Fuseable$ConditionalSubscriber;
flags: (0x0010) ACC_FINAL
Signature: Lreactor/core/Fuseable$ConditionalSubscriber<-TT;>;
final java.util.Iterator<? extends T> iterator;
descriptor: Ljava/util/Iterator;
flags: (0x0010) ACC_FINAL
Signature: Ljava/util/Iterator<+TT;>;
final boolean knownToBeFinite;
descriptor: Z
flags: (0x0010) ACC_FINAL
final java.lang.Runnable onClose;
descriptor: Ljava/lang/Runnable;
flags: (0x0010) ACC_FINAL
volatile boolean cancelled;
descriptor: Z
flags: (0x0040) ACC_VOLATILE
volatile long requested;
descriptor: J
flags: (0x0040) ACC_VOLATILE
static final java.util.concurrent.atomic.AtomicLongFieldUpdater<reactor.core.publisher.FluxIterable$IterableSubscriptionConditional> REQUESTED;
descriptor: Ljava/util/concurrent/atomic/AtomicLongFieldUpdater;
flags: (0x0018) ACC_STATIC, ACC_FINAL
Signature: Ljava/util/concurrent/atomic/AtomicLongFieldUpdater<Lreactor/core/publisher/FluxIterable$IterableSubscriptionConditional;>;
int state;
descriptor: I
flags: (0x0000)
static final int STATE_HAS_NEXT_NO_VALUE;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 0
static final int STATE_HAS_NEXT_HAS_VALUE;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 1
static final int STATE_NO_NEXT;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 2
static final int STATE_CALL_HAS_NEXT;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 3
T current;
descriptor: Ljava/lang/Object;
flags: (0x0000)
Signature: TT;
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: ldc Lreactor/core/publisher/FluxIterable$IterableSubscriptionConditional;
1: ldc "requested"
2: invokestatic java.util.concurrent.atomic.AtomicLongFieldUpdater.newUpdater:(Ljava/lang/Class;Ljava/lang/String;)Ljava/util/concurrent/atomic/AtomicLongFieldUpdater;
3: putstatic reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.REQUESTED:Ljava/util/concurrent/atomic/AtomicLongFieldUpdater;
4: return
LocalVariableTable:
Start End Slot Name Signature
void <init>(reactor.core.Fuseable$ConditionalSubscriber<? super T>, java.util.Iterator<? extends T>, boolean, java.lang.Runnable);
descriptor: (Lreactor/core/Fuseable$ConditionalSubscriber;Ljava/util/Iterator;ZLjava/lang/Runnable;)V
flags: (0x0000)
Code:
stack=2, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.actual:Lreactor/core/Fuseable$ConditionalSubscriber;
2: aload 0
aload 2
putfield reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.iterator:Ljava/util/Iterator;
3: aload 0
iload 3
putfield reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.knownToBeFinite:Z
4: aload 0
aload 4
putfield reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.onClose:Ljava/lang/Runnable;
5: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lreactor/core/publisher/FluxIterable$IterableSubscriptionConditional<TT;>;
0 6 1 actual Lreactor/core/Fuseable$ConditionalSubscriber<-TT;>;
0 6 2 iterator Ljava/util/Iterator<+TT;>;
0 6 3 knownToBeFinite Z
0 6 4 onClose Ljava/lang/Runnable;
Signature: (Lreactor/core/Fuseable$ConditionalSubscriber<-TT;>;Ljava/util/Iterator<+TT;>;ZLjava/lang/Runnable;)V
RuntimeVisibleParameterAnnotations:
0:
1:
2:
3:
reactor.util.annotation.Nullable()
MethodParameters:
Name Flags
actual
iterator
knownToBeFinite
onClose
void <init>(reactor.core.Fuseable$ConditionalSubscriber<? super T>, java.util.Iterator<? extends T>, );
descriptor: (Lreactor/core/Fuseable$ConditionalSubscriber;Ljava/util/Iterator;Z)V
flags: (0x0000)
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
iload 3
aconst_null
invokespecial reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.<init>:(Lreactor/core/Fuseable$ConditionalSubscriber;Ljava/util/Iterator;ZLjava/lang/Runnable;)V
1: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lreactor/core/publisher/FluxIterable$IterableSubscriptionConditional<TT;>;
0 2 1 actual Lreactor/core/Fuseable$ConditionalSubscriber<-TT;>;
0 2 2 iterator Ljava/util/Iterator<+TT;>;
0 2 3 knownToBeFinite Z
Signature: (Lreactor/core/Fuseable$ConditionalSubscriber<-TT;>;Ljava/util/Iterator<+TT;>;Z)V
MethodParameters:
Name Flags
actual
iterator
knownToBeFinite
public void request(long);
descriptor: (J)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: lload 1
invokestatic reactor.core.publisher.Operators.validate:(J)Z
ifeq 6
1: getstatic reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.REQUESTED:Ljava/util/concurrent/atomic/AtomicLongFieldUpdater;
aload 0
lload 1
invokestatic reactor.core.publisher.Operators.addCap:(Ljava/util/concurrent/atomic/AtomicLongFieldUpdater;Ljava/lang/Object;J)J
lconst_0
lcmp
ifne 6
2: lload 1
ldc 9223372036854775807
lcmp
ifne 5
3: aload 0
invokevirtual reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.fastPath:()V
4: goto 6
5: StackMap locals:
StackMap stack:
aload 0
lload 1
invokevirtual reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.slowPath:(J)V
6: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lreactor/core/publisher/FluxIterable$IterableSubscriptionConditional<TT;>;
0 7 1 n J
MethodParameters:
Name Flags
n
private void onCloseWithDropError();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.onClose:Ljava/lang/Runnable;
ifnull 5
1: aload 0
getfield reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.onClose:Ljava/lang/Runnable;
invokeinterface java.lang.Runnable.run:()V
2: goto 5
3: StackMap locals:
StackMap stack: java.lang.Throwable
astore 1
start local 1 4: aload 1
aload 0
getfield reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.actual:Lreactor/core/Fuseable$ConditionalSubscriber;
invokeinterface reactor.core.Fuseable$ConditionalSubscriber.currentContext:()Lreactor/util/context/Context;
invokestatic reactor.core.publisher.Operators.onErrorDropped:(Ljava/lang/Throwable;Lreactor/util/context/Context;)V
end local 1 5: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lreactor/core/publisher/FluxIterable$IterableSubscriptionConditional<TT;>;
4 5 1 t Ljava/lang/Throwable;
Exception table:
from to target type
1 2 3 Class java.lang.Throwable
void slowPath(long);
descriptor: (J)V
flags: (0x0000)
Code:
stack=4, locals=11, args_size=2
start local 0 start local 1 0: aload 0
getfield reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.iterator:Ljava/util/Iterator;
astore 3
start local 3 1: aload 0
getfield reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.actual:Lreactor/core/Fuseable$ConditionalSubscriber;
astore 4
start local 4 2: lconst_0
lstore 5
start local 5 3: goto 31
4: StackMap locals: java.util.Iterator reactor.core.Fuseable$ConditionalSubscriber long
StackMap stack:
aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
5: ldc "The iterator returned a null value"
6: invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
astore 7
start local 7 7: goto 12
end local 7 8: StackMap locals:
StackMap stack: java.lang.Throwable
astore 8
start local 8 9: aload 4
aload 8
invokeinterface reactor.core.Fuseable$ConditionalSubscriber.onError:(Ljava/lang/Throwable;)V
10: aload 0
invokevirtual reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.onCloseWithDropError:()V
11: return
end local 8 start local 7 12: StackMap locals: java.lang.Object
StackMap stack:
aload 0
getfield reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.cancelled:Z
ifeq 14
13: return
14: StackMap locals:
StackMap stack:
aload 4
aload 7
invokeinterface reactor.core.Fuseable$ConditionalSubscriber.tryOnNext:(Ljava/lang/Object;)Z
istore 8
start local 8 15: aload 0
getfield reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.cancelled:Z
ifeq 17
16: return
17: StackMap locals: int
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
istore 9
start local 9 18: goto 23
end local 9 19: StackMap locals:
StackMap stack: java.lang.Throwable
astore 10
start local 10 20: aload 4
aload 10
invokeinterface reactor.core.Fuseable$ConditionalSubscriber.onError:(Ljava/lang/Throwable;)V
21: aload 0
invokevirtual reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.onCloseWithDropError:()V
22: return
end local 10 start local 9 23: StackMap locals: int
StackMap stack:
aload 0
getfield reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.cancelled:Z
ifeq 25
24: return
25: StackMap locals:
StackMap stack:
iload 9
ifne 29
26: aload 4
invokeinterface reactor.core.Fuseable$ConditionalSubscriber.onComplete:()V
27: aload 0
invokevirtual reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.onCloseWithDropError:()V
28: return
29: StackMap locals:
StackMap stack:
iload 8
ifeq 31
30: lload 5
lconst_1
ladd
lstore 5
end local 9 end local 8 end local 7 31: StackMap locals:
StackMap stack:
lload 5
lload 1
lcmp
ifne 4
32: aload 0
getfield reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.requested:J
lstore 1
33: lload 1
lload 5
lcmp
ifne 38
34: getstatic reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.REQUESTED:Ljava/util/concurrent/atomic/AtomicLongFieldUpdater;
aload 0
lload 5
lneg
invokevirtual java.util.concurrent.atomic.AtomicLongFieldUpdater.addAndGet:(Ljava/lang/Object;J)J
lstore 1
35: lload 1
lconst_0
lcmp
ifne 37
36: return
37: StackMap locals:
StackMap stack:
lconst_0
lstore 5
38: StackMap locals:
StackMap stack:
goto 31
end local 5 end local 4 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 39 0 this Lreactor/core/publisher/FluxIterable$IterableSubscriptionConditional<TT;>;
0 39 1 n J
1 39 3 a Ljava/util/Iterator<+TT;>;
2 39 4 s Lreactor/core/Fuseable$ConditionalSubscriber<-TT;>;
3 39 5 e J
7 8 7 t TT;
12 31 7 t TT;
9 12 8 ex Ljava/lang/Throwable;
15 31 8 consumed Z
18 19 9 b Z
23 31 9 b Z
20 23 10 ex Ljava/lang/Throwable;
Exception table:
from to target type
4 7 8 Class java.lang.Throwable
17 18 19 Class java.lang.Throwable
MethodParameters:
Name Flags
n
void fastPath();
descriptor: ()V
flags: (0x0000)
Code:
stack=2, locals=6, args_size=1
start local 0 0: aload 0
getfield reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.iterator:Ljava/util/Iterator;
astore 1
start local 1 1: aload 0
getfield reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.actual:Lreactor/core/Fuseable$ConditionalSubscriber;
astore 2
start local 2 2: StackMap locals: java.util.Iterator reactor.core.Fuseable$ConditionalSubscriber
StackMap stack:
aload 0
getfield reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.cancelled:Z
ifeq 4
3: return
4: StackMap locals:
StackMap stack:
aload 1
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
5: ldc "The iterator returned a null value"
6: invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
astore 3
start local 3 7: goto 12
end local 3 8: StackMap locals:
StackMap stack: java.lang.Exception
astore 4
start local 4 9: aload 2
aload 4
invokeinterface reactor.core.Fuseable$ConditionalSubscriber.onError:(Ljava/lang/Throwable;)V
10: aload 0
invokevirtual reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.onCloseWithDropError:()V
11: return
end local 4 start local 3 12: StackMap locals: java.lang.Object
StackMap stack:
aload 0
getfield reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.cancelled:Z
ifeq 14
13: return
14: StackMap locals:
StackMap stack:
aload 2
aload 3
invokeinterface reactor.core.Fuseable$ConditionalSubscriber.tryOnNext:(Ljava/lang/Object;)Z
pop
15: aload 0
getfield reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.cancelled:Z
ifeq 17
16: return
17: StackMap locals:
StackMap stack:
aload 1
invokeinterface java.util.Iterator.hasNext:()Z
istore 4
start local 4 18: goto 23
end local 4 19: StackMap locals:
StackMap stack: java.lang.Exception
astore 5
start local 5 20: aload 2
aload 5
invokeinterface reactor.core.Fuseable$ConditionalSubscriber.onError:(Ljava/lang/Throwable;)V
21: aload 0
invokevirtual reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.onCloseWithDropError:()V
22: return
end local 5 start local 4 23: StackMap locals: int
StackMap stack:
aload 0
getfield reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.cancelled:Z
ifeq 25
24: return
25: StackMap locals:
StackMap stack:
iload 4
ifne 2
26: aload 2
invokeinterface reactor.core.Fuseable$ConditionalSubscriber.onComplete:()V
27: aload 0
invokevirtual reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.onCloseWithDropError:()V
28: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 29 0 this Lreactor/core/publisher/FluxIterable$IterableSubscriptionConditional<TT;>;
1 29 1 a Ljava/util/Iterator<+TT;>;
2 29 2 s Lreactor/core/Fuseable$ConditionalSubscriber<-TT;>;
7 8 3 t TT;
12 29 3 t TT;
9 12 4 ex Ljava/lang/Exception;
18 19 4 b Z
23 29 4 b Z
20 23 5 ex Ljava/lang/Exception;
Exception table:
from to target type
4 7 8 Class java.lang.Exception
17 18 19 Class java.lang.Exception
public void cancel();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.onCloseWithDropError:()V
1: aload 0
iconst_1
putfield reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.cancelled:Z
2: aload 0
getfield reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.iterator:Ljava/util/Iterator;
aload 0
getfield reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.knownToBeFinite:Z
aload 0
getfield reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.actual:Lreactor/core/Fuseable$ConditionalSubscriber;
invokeinterface reactor.core.Fuseable$ConditionalSubscriber.currentContext:()Lreactor/util/context/Context;
invokestatic reactor.core.publisher.Operators.onDiscardMultiple:(Ljava/util/Iterator;ZLreactor/util/context/Context;)V
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lreactor/core/publisher/FluxIterable$IterableSubscriptionConditional<TT;>;
public reactor.core.CoreSubscriber<? super T> actual();
descriptor: ()Lreactor/core/CoreSubscriber;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.actual:Lreactor/core/Fuseable$ConditionalSubscriber;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lreactor/core/publisher/FluxIterable$IterableSubscriptionConditional<TT;>;
Signature: ()Lreactor/core/CoreSubscriber<-TT;>;
public java.lang.Object scanUnsafe(reactor.core.Scannable$Attr);
descriptor: (Lreactor/core/Scannable$Attr;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
getstatic reactor.core.Scannable$Attr.CANCELLED:Lreactor/core/Scannable$Attr;
if_acmpne 1
aload 0
getfield reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.cancelled:Z
invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
areturn
1: StackMap locals:
StackMap stack:
aload 1
getstatic reactor.core.Scannable$Attr.REQUESTED_FROM_DOWNSTREAM:Lreactor/core/Scannable$Attr;
if_acmpne 2
aload 0
getfield reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.requested:J
invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
areturn
2: StackMap locals:
StackMap stack:
aload 1
getstatic reactor.core.Scannable$Attr.TERMINATED:Lreactor/core/Scannable$Attr;
if_acmpne 4
aload 0
getfield reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.state:I
iconst_2
if_icmpne 3
iconst_1
invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
areturn
StackMap locals:
StackMap stack:
3: iconst_0
invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
areturn
4: StackMap locals:
StackMap stack:
aload 1
getstatic reactor.core.Scannable$Attr.RUN_STYLE:Lreactor/core/Scannable$Attr;
if_acmpne 5
getstatic reactor.core.Scannable$Attr$RunStyle.SYNC:Lreactor/core/Scannable$Attr$RunStyle;
areturn
5: StackMap locals:
StackMap stack:
aload 0
aload 1
invokespecial reactor.core.publisher.InnerProducer.scanUnsafe:(Lreactor/core/Scannable$Attr;)Ljava/lang/Object;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lreactor/core/publisher/FluxIterable$IterableSubscriptionConditional<TT;>;
0 6 1 key Lreactor/core/Scannable$Attr;
RuntimeVisibleAnnotations:
reactor.util.annotation.Nullable()
MethodParameters:
Name Flags
key
public void clear();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.iterator:Ljava/util/Iterator;
aload 0
getfield reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.knownToBeFinite:Z
aload 0
getfield reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.actual:Lreactor/core/Fuseable$ConditionalSubscriber;
invokeinterface reactor.core.Fuseable$ConditionalSubscriber.currentContext:()Lreactor/util/context/Context;
invokestatic reactor.core.publisher.Operators.onDiscardMultiple:(Ljava/util/Iterator;ZLreactor/util/context/Context;)V
1: aload 0
iconst_2
putfield reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.state:I
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lreactor/core/publisher/FluxIterable$IterableSubscriptionConditional<TT;>;
public boolean isEmpty();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.state:I
istore 1
start local 1 1: iload 1
iconst_2
if_icmpne 3
2: iconst_1
ireturn
3: StackMap locals: int
StackMap stack:
iload 1
iconst_1
if_icmpeq 4
iload 1
ifne 5
4: StackMap locals:
StackMap stack:
iconst_0
ireturn
5: StackMap locals:
StackMap stack:
aload 0
getfield reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.iterator:Ljava/util/Iterator;
invokeinterface java.util.Iterator.hasNext:()Z
ifeq 8
6: aload 0
iconst_0
putfield reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.state:I
7: iconst_0
ireturn
8: StackMap locals:
StackMap stack:
aload 0
iconst_2
putfield reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.state:I
9: iconst_1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lreactor/core/publisher/FluxIterable$IterableSubscriptionConditional<TT;>;
1 10 1 s I
public T poll();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.isEmpty:()Z
ifne 8
1: aload 0
getfield reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.state:I
ifne 4
2: aload 0
getfield reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.iterator:Ljava/util/Iterator;
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
astore 1
start local 1 3: goto 6
end local 1 4: StackMap locals:
StackMap stack:
aload 0
getfield reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.current:Ljava/lang/Object;
astore 1
start local 1 5: aload 0
aconst_null
putfield reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.current:Ljava/lang/Object;
6: StackMap locals: java.lang.Object
StackMap stack:
aload 0
iconst_3
putfield reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.state:I
7: aload 1
areturn
end local 1 8: StackMap locals:
StackMap stack:
aload 0
invokevirtual reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.onCloseWithDropError:()V
9: aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lreactor/core/publisher/FluxIterable$IterableSubscriptionConditional<TT;>;
3 4 1 c TT;
5 8 1 c TT;
Signature: ()TT;
RuntimeVisibleAnnotations:
reactor.util.annotation.Nullable()
public int size();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield reactor.core.publisher.FluxIterable$IterableSubscriptionConditional.state:I
iconst_2
if_icmpne 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lreactor/core/publisher/FluxIterable$IterableSubscriptionConditional<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lreactor/core/publisher/InnerProducer<TT;>;Lreactor/core/Fuseable$SynchronousSubscription<TT;>;
SourceFile: "FluxIterable.java"
NestHost: reactor.core.publisher.FluxIterable
InnerClasses:
public abstract ConditionalSubscriber = reactor.core.Fuseable$ConditionalSubscriber of reactor.core.Fuseable
public abstract SynchronousSubscription = reactor.core.Fuseable$SynchronousSubscription of reactor.core.Fuseable
public Attr = reactor.core.Scannable$Attr of reactor.core.Scannable
public final RunStyle = reactor.core.Scannable$Attr$RunStyle of reactor.core.Scannable$Attr
final IterableSubscriptionConditional = reactor.core.publisher.FluxIterable$IterableSubscriptionConditional of reactor.core.publisher.FluxIterable