public final class io.reactivex.internal.operators.flowable.FlowableFromArray<T> extends io.reactivex.Flowable<T>
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.flowable.FlowableFromArray
super_class: io.reactivex.Flowable
{
final T[] array;
descriptor: [Ljava/lang/Object;
flags: (0x0010) ACC_FINAL
Signature: [TT;
public void <init>();
descriptor: ([Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 // io.reactivex.internal.operators.flowable.FlowableFromArray this
start local 1 // java.lang.Object[] array
0: .line 28
aload 0 /* this */
invokespecial io.reactivex.Flowable.<init>:()V
1: .line 29
aload 0 /* this */
aload 1 /* array */
putfield io.reactivex.internal.operators.flowable.FlowableFromArray.array:[Ljava/lang/Object;
2: .line 30
return
end local 1 // java.lang.Object[] array
end local 0 // io.reactivex.internal.operators.flowable.FlowableFromArray this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/reactivex/internal/operators/flowable/FlowableFromArray<TT;>;
0 3 1 array [Ljava/lang/Object;
Signature: ([TT;)V
MethodParameters:
Name Flags
array
public void subscribeActual(org.reactivestreams.Subscriber<? super T>);
descriptor: (Lorg/reactivestreams/Subscriber;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 // io.reactivex.internal.operators.flowable.FlowableFromArray this
start local 1 // org.reactivestreams.Subscriber s
0: .line 34
aload 1 /* s */
instanceof io.reactivex.internal.fuseable.ConditionalSubscriber
ifeq 5
1: .line 35
aload 1 /* s */
new io.reactivex.internal.operators.flowable.FlowableFromArray$ArrayConditionalSubscription
dup
2: .line 36
aload 1 /* s */
checkcast io.reactivex.internal.fuseable.ConditionalSubscriber
aload 0 /* this */
getfield io.reactivex.internal.operators.flowable.FlowableFromArray.array:[Ljava/lang/Object;
invokespecial io.reactivex.internal.operators.flowable.FlowableFromArray$ArrayConditionalSubscription.<init>:(Lio/reactivex/internal/fuseable/ConditionalSubscriber;[Ljava/lang/Object;)V
3: .line 35
invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
4: .line 37
goto 6
5: .line 38
StackMap locals:
StackMap stack:
aload 1 /* s */
new io.reactivex.internal.operators.flowable.FlowableFromArray$ArraySubscription
dup
aload 1 /* s */
aload 0 /* this */
getfield io.reactivex.internal.operators.flowable.FlowableFromArray.array:[Ljava/lang/Object;
invokespecial io.reactivex.internal.operators.flowable.FlowableFromArray$ArraySubscription.<init>:(Lorg/reactivestreams/Subscriber;[Ljava/lang/Object;)V
invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
6: .line 40
StackMap locals:
StackMap stack:
return
end local 1 // org.reactivestreams.Subscriber s
end local 0 // io.reactivex.internal.operators.flowable.FlowableFromArray this
LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/reactivex/internal/operators/flowable/FlowableFromArray<TT;>;
0 7 1 s Lorg/reactivestreams/Subscriber<-TT;>;
Signature: (Lorg/reactivestreams/Subscriber<-TT;>;)V
MethodParameters:
Name Flags
s
}
Signature: <T:Ljava/lang/Object;>Lio/reactivex/Flowable<TT;>;
SourceFile: "FlowableFromArray.java"
NestMembers:
io.reactivex.internal.operators.flowable.FlowableFromArray$ArrayConditionalSubscription io.reactivex.internal.operators.flowable.FlowableFromArray$ArraySubscription io.reactivex.internal.operators.flowable.FlowableFromArray$BaseArraySubscription
InnerClasses:
final ArrayConditionalSubscription = io.reactivex.internal.operators.flowable.FlowableFromArray$ArrayConditionalSubscription of io.reactivex.internal.operators.flowable.FlowableFromArray
final ArraySubscription = io.reactivex.internal.operators.flowable.FlowableFromArray$ArraySubscription of io.reactivex.internal.operators.flowable.FlowableFromArray
abstract BaseArraySubscription = io.reactivex.internal.operators.flowable.FlowableFromArray$BaseArraySubscription of io.reactivex.internal.operators.flowable.FlowableFromArray