public final class io.reactivex.internal.operators.flowable.BlockingFlowableLatest<T> implements java.lang.Iterable<T>
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.flowable.BlockingFlowableLatest
super_class: java.lang.Object
{
final org.reactivestreams.Publisher<? extends T> source;
descriptor: Lorg/reactivestreams/Publisher;
flags: (0x0010) ACC_FINAL
Signature: Lorg/reactivestreams/Publisher<+TT;>;
public void <init>(org.reactivestreams.Publisher<? extends T>);
descriptor: (Lorg/reactivestreams/Publisher;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield io.reactivex.internal.operators.flowable.BlockingFlowableLatest.source:Lorg/reactivestreams/Publisher;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/reactivex/internal/operators/flowable/BlockingFlowableLatest<TT;>;
0 3 1 source Lorg/reactivestreams/Publisher<+TT;>;
Signature: (Lorg/reactivestreams/Publisher<+TT;>;)V
MethodParameters:
Name Flags
source
public java.util.Iterator<T> iterator();
descriptor: ()Ljava/util/Iterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: new io.reactivex.internal.operators.flowable.BlockingFlowableLatest$LatestSubscriberIterator
dup
invokespecial io.reactivex.internal.operators.flowable.BlockingFlowableLatest$LatestSubscriberIterator.<init>:()V
astore 1
start local 1 1: aload 0
getfield io.reactivex.internal.operators.flowable.BlockingFlowableLatest.source:Lorg/reactivestreams/Publisher;
invokestatic io.reactivex.Flowable.fromPublisher:(Lorg/reactivestreams/Publisher;)Lio/reactivex/Flowable;
invokevirtual io.reactivex.Flowable.materialize:()Lio/reactivex/Flowable;
aload 1
invokevirtual io.reactivex.Flowable.subscribe:(Lio/reactivex/FlowableSubscriber;)V
2: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/reactivex/internal/operators/flowable/BlockingFlowableLatest<TT;>;
1 3 1 lio Lio/reactivex/internal/operators/flowable/BlockingFlowableLatest$LatestSubscriberIterator<TT;>;
Signature: ()Ljava/util/Iterator<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Ljava/lang/Iterable<TT;>;
SourceFile: "BlockingFlowableLatest.java"
NestMembers:
io.reactivex.internal.operators.flowable.BlockingFlowableLatest$LatestSubscriberIterator
InnerClasses:
final LatestSubscriberIterator = io.reactivex.internal.operators.flowable.BlockingFlowableLatest$LatestSubscriberIterator of io.reactivex.internal.operators.flowable.BlockingFlowableLatest