public final class io.reactivex.internal.operators.flowable.BlockingFlowableMostRecent<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.BlockingFlowableMostRecent
super_class: java.lang.Object
{
final io.reactivex.Flowable<T> source;
descriptor: Lio/reactivex/Flowable;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/Flowable<TT;>;
final T initialValue;
descriptor: Ljava/lang/Object;
flags: (0x0010) ACC_FINAL
Signature: TT;
public void <init>(io.reactivex.Flowable<T>, );
descriptor: (Lio/reactivex/Flowable;Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield io.reactivex.internal.operators.flowable.BlockingFlowableMostRecent.source:Lio/reactivex/Flowable;
2: aload 0
aload 2
putfield io.reactivex.internal.operators.flowable.BlockingFlowableMostRecent.initialValue:Ljava/lang/Object;
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/BlockingFlowableMostRecent<TT;>;
0 4 1 source Lio/reactivex/Flowable<TT;>;
0 4 2 initialValue TT;
Signature: (Lio/reactivex/Flowable<TT;>;TT;)V
MethodParameters:
Name Flags
source
initialValue
public java.util.Iterator<T> iterator();
descriptor: ()Ljava/util/Iterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: new io.reactivex.internal.operators.flowable.BlockingFlowableMostRecent$MostRecentSubscriber
dup
aload 0
getfield io.reactivex.internal.operators.flowable.BlockingFlowableMostRecent.initialValue:Ljava/lang/Object;
invokespecial io.reactivex.internal.operators.flowable.BlockingFlowableMostRecent$MostRecentSubscriber.<init>:(Ljava/lang/Object;)V
astore 1
start local 1 1: aload 0
getfield io.reactivex.internal.operators.flowable.BlockingFlowableMostRecent.source:Lio/reactivex/Flowable;
aload 1
invokevirtual io.reactivex.Flowable.subscribe:(Lio/reactivex/FlowableSubscriber;)V
2: aload 1
invokevirtual io.reactivex.internal.operators.flowable.BlockingFlowableMostRecent$MostRecentSubscriber.getIterable:()Lio/reactivex/internal/operators/flowable/BlockingFlowableMostRecent$MostRecentSubscriber$Iterator;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/reactivex/internal/operators/flowable/BlockingFlowableMostRecent<TT;>;
1 3 1 mostRecentSubscriber Lio/reactivex/internal/operators/flowable/BlockingFlowableMostRecent$MostRecentSubscriber<TT;>;
Signature: ()Ljava/util/Iterator<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Ljava/lang/Iterable<TT;>;
SourceFile: "BlockingFlowableMostRecent.java"
NestMembers:
io.reactivex.internal.operators.flowable.BlockingFlowableMostRecent$MostRecentSubscriber io.reactivex.internal.operators.flowable.BlockingFlowableMostRecent$MostRecentSubscriber$Iterator
InnerClasses:
final MostRecentSubscriber = io.reactivex.internal.operators.flowable.BlockingFlowableMostRecent$MostRecentSubscriber of io.reactivex.internal.operators.flowable.BlockingFlowableMostRecent
final Iterator = io.reactivex.internal.operators.flowable.BlockingFlowableMostRecent$MostRecentSubscriber$Iterator of io.reactivex.internal.operators.flowable.BlockingFlowableMostRecent$MostRecentSubscriber