public final class io.reactivex.internal.operators.flowable.FlowableGenerate<T, S> 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.FlowableGenerate
super_class: io.reactivex.Flowable
{
final java.util.concurrent.Callable<S> stateSupplier;
descriptor: Ljava/util/concurrent/Callable;
flags: (0x0010) ACC_FINAL
Signature: Ljava/util/concurrent/Callable<TS;>;
final io.reactivex.functions.BiFunction<S, io.reactivex.Emitter<T>, S> generator;
descriptor: Lio/reactivex/functions/BiFunction;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/functions/BiFunction<TS;Lio/reactivex/Emitter<TT;>;TS;>;
final io.reactivex.functions.Consumer<? super S> disposeState;
descriptor: Lio/reactivex/functions/Consumer;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/functions/Consumer<-TS;>;
public void <init>(java.util.concurrent.Callable<S>, io.reactivex.functions.BiFunction<S, io.reactivex.Emitter<T>, S>, io.reactivex.functions.Consumer<? super S>);
descriptor: (Ljava/util/concurrent/Callable;Lio/reactivex/functions/BiFunction;Lio/reactivex/functions/Consumer;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial io.reactivex.Flowable.<init>:()V
1: aload 0
aload 1
putfield io.reactivex.internal.operators.flowable.FlowableGenerate.stateSupplier:Ljava/util/concurrent/Callable;
2: aload 0
aload 2
putfield io.reactivex.internal.operators.flowable.FlowableGenerate.generator:Lio/reactivex/functions/BiFunction;
3: aload 0
aload 3
putfield io.reactivex.internal.operators.flowable.FlowableGenerate.disposeState:Lio/reactivex/functions/Consumer;
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/reactivex/internal/operators/flowable/FlowableGenerate<TT;TS;>;
0 5 1 stateSupplier Ljava/util/concurrent/Callable<TS;>;
0 5 2 generator Lio/reactivex/functions/BiFunction<TS;Lio/reactivex/Emitter<TT;>;TS;>;
0 5 3 disposeState Lio/reactivex/functions/Consumer<-TS;>;
Signature: (Ljava/util/concurrent/Callable<TS;>;Lio/reactivex/functions/BiFunction<TS;Lio/reactivex/Emitter<TT;>;TS;>;Lio/reactivex/functions/Consumer<-TS;>;)V
MethodParameters:
Name Flags
stateSupplier
generator
disposeState
public void subscribeActual(org.reactivestreams.Subscriber<? super T>);
descriptor: (Lorg/reactivestreams/Subscriber;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableGenerate.stateSupplier:Ljava/util/concurrent/Callable;
invokeinterface java.util.concurrent.Callable.call:()Ljava/lang/Object;
astore 2
start local 2 1: goto 6
end local 2 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
aload 1
invokestatic io.reactivex.internal.subscriptions.EmptySubscription.error:(Ljava/lang/Throwable;Lorg/reactivestreams/Subscriber;)V
5: return
end local 3 start local 2 6: StackMap locals: java.lang.Object
StackMap stack:
aload 1
new io.reactivex.internal.operators.flowable.FlowableGenerate$GeneratorSubscription
dup
aload 1
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableGenerate.generator:Lio/reactivex/functions/BiFunction;
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableGenerate.disposeState:Lio/reactivex/functions/Consumer;
aload 2
invokespecial io.reactivex.internal.operators.flowable.FlowableGenerate$GeneratorSubscription.<init>:(Lorg/reactivestreams/Subscriber;Lio/reactivex/functions/BiFunction;Lio/reactivex/functions/Consumer;Ljava/lang/Object;)V
invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
7: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/reactivex/internal/operators/flowable/FlowableGenerate<TT;TS;>;
0 8 1 s Lorg/reactivestreams/Subscriber<-TT;>;
1 2 2 state TS;
6 8 2 state TS;
3 6 3 e Ljava/lang/Throwable;
Exception table:
from to target type
0 1 2 Class java.lang.Throwable
Signature: (Lorg/reactivestreams/Subscriber<-TT;>;)V
MethodParameters:
Name Flags
s
}
Signature: <T:Ljava/lang/Object;S:Ljava/lang/Object;>Lio/reactivex/Flowable<TT;>;
SourceFile: "FlowableGenerate.java"
NestMembers:
io.reactivex.internal.operators.flowable.FlowableGenerate$GeneratorSubscription
InnerClasses:
final GeneratorSubscription = io.reactivex.internal.operators.flowable.FlowableGenerate$GeneratorSubscription of io.reactivex.internal.operators.flowable.FlowableGenerate