final class io.reactivex.internal.operators.flowable.FlowableReplay$MulticastFlowable<R, U> extends io.reactivex.Flowable<R>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.flowable.FlowableReplay$MulticastFlowable
super_class: io.reactivex.Flowable
{
private final java.util.concurrent.Callable<? extends io.reactivex.flowables.ConnectableFlowable<U>> connectableFactory;
descriptor: Ljava/util/concurrent/Callable;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/concurrent/Callable<+Lio/reactivex/flowables/ConnectableFlowable<TU;>;>;
private final io.reactivex.functions.Function<? super io.reactivex.Flowable<U>, ? extends org.reactivestreams.Publisher<R>> selector;
descriptor: Lio/reactivex/functions/Function;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lio/reactivex/functions/Function<-Lio/reactivex/Flowable<TU;>;+Lorg/reactivestreams/Publisher<TR;>;>;
void <init>(java.util.concurrent.Callable<? extends io.reactivex.flowables.ConnectableFlowable<U>>, io.reactivex.functions.Function<? super io.reactivex.Flowable<U>, ? extends org.reactivestreams.Publisher<R>>);
descriptor: (Ljava/util/concurrent/Callable;Lio/reactivex/functions/Function;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial io.reactivex.Flowable.<init>:()V
1: aload 0
aload 1
putfield io.reactivex.internal.operators.flowable.FlowableReplay$MulticastFlowable.connectableFactory:Ljava/util/concurrent/Callable;
2: aload 0
aload 2
putfield io.reactivex.internal.operators.flowable.FlowableReplay$MulticastFlowable.selector:Lio/reactivex/functions/Function;
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/flowable/FlowableReplay$MulticastFlowable<TR;TU;>;
0 4 1 connectableFactory Ljava/util/concurrent/Callable<+Lio/reactivex/flowables/ConnectableFlowable<TU;>;>;
0 4 2 selector Lio/reactivex/functions/Function<-Lio/reactivex/Flowable<TU;>;+Lorg/reactivestreams/Publisher<TR;>;>;
Signature: (Ljava/util/concurrent/Callable<+Lio/reactivex/flowables/ConnectableFlowable<TU;>;>;Lio/reactivex/functions/Function<-Lio/reactivex/Flowable<TU;>;+Lorg/reactivestreams/Publisher<TR;>;>;)V
MethodParameters:
Name Flags
connectableFactory
selector
protected void subscribeActual(org.reactivestreams.Subscriber<? super R>);
descriptor: (Lorg/reactivestreams/Subscriber;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=5, locals=5, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableReplay$MulticastFlowable.connectableFactory:Ljava/util/concurrent/Callable;
invokeinterface java.util.concurrent.Callable.call:()Ljava/lang/Object;
checkcast io.reactivex.flowables.ConnectableFlowable
ldc "The connectableFactory returned null"
invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
checkcast io.reactivex.flowables.ConnectableFlowable
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: io.reactivex.flowables.ConnectableFlowable
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableReplay$MulticastFlowable.selector:Lio/reactivex/functions/Function;
aload 2
invokeinterface io.reactivex.functions.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast org.reactivestreams.Publisher
ldc "The selector returned a null Publisher"
invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
checkcast org.reactivestreams.Publisher
astore 3
start local 3 7: goto 12
end local 3 StackMap locals:
StackMap stack: java.lang.Throwable
8: astore 4
start local 4 9: aload 4
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
10: aload 4
aload 1
invokestatic io.reactivex.internal.subscriptions.EmptySubscription.error:(Ljava/lang/Throwable;Lorg/reactivestreams/Subscriber;)V
11: return
end local 4 start local 3 12: StackMap locals: org.reactivestreams.Publisher
StackMap stack:
new io.reactivex.internal.subscribers.SubscriberResourceWrapper
dup
aload 1
invokespecial io.reactivex.internal.subscribers.SubscriberResourceWrapper.<init>:(Lorg/reactivestreams/Subscriber;)V
astore 4
start local 4 13: aload 3
aload 4
invokeinterface org.reactivestreams.Publisher.subscribe:(Lorg/reactivestreams/Subscriber;)V
14: aload 2
new io.reactivex.internal.operators.flowable.FlowableReplay$MulticastFlowable$DisposableConsumer
dup
aload 0
aload 4
invokespecial io.reactivex.internal.operators.flowable.FlowableReplay$MulticastFlowable$DisposableConsumer.<init>:(Lio/reactivex/internal/operators/flowable/FlowableReplay$MulticastFlowable;Lio/reactivex/internal/subscribers/SubscriberResourceWrapper;)V
invokevirtual io.reactivex.flowables.ConnectableFlowable.connect:(Lio/reactivex/functions/Consumer;)V
15: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lio/reactivex/internal/operators/flowable/FlowableReplay$MulticastFlowable<TR;TU;>;
0 16 1 child Lorg/reactivestreams/Subscriber<-TR;>;
1 2 2 cf Lio/reactivex/flowables/ConnectableFlowable<TU;>;
6 16 2 cf Lio/reactivex/flowables/ConnectableFlowable<TU;>;
3 6 3 e Ljava/lang/Throwable;
7 8 3 observable Lorg/reactivestreams/Publisher<TR;>;
12 16 3 observable Lorg/reactivestreams/Publisher<TR;>;
9 12 4 e Ljava/lang/Throwable;
13 16 4 srw Lio/reactivex/internal/subscribers/SubscriberResourceWrapper<TR;>;
Exception table:
from to target type
0 1 2 Class java.lang.Throwable
6 7 8 Class java.lang.Throwable
Signature: (Lorg/reactivestreams/Subscriber<-TR;>;)V
MethodParameters:
Name Flags
child
}
Signature: <R:Ljava/lang/Object;U:Ljava/lang/Object;>Lio/reactivex/Flowable<TR;>;
SourceFile: "FlowableReplay.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableReplay
InnerClasses:
final MulticastFlowable = io.reactivex.internal.operators.flowable.FlowableReplay$MulticastFlowable of io.reactivex.internal.operators.flowable.FlowableReplay
final DisposableConsumer = io.reactivex.internal.operators.flowable.FlowableReplay$MulticastFlowable$DisposableConsumer of io.reactivex.internal.operators.flowable.FlowableReplay$MulticastFlowable