final class io.reactivex.internal.operators.flowable.FlowableInternalHelper$SimpleBiGenerator<T, S> implements io.reactivex.functions.BiFunction<S, io.reactivex.Emitter<T>, S>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.flowable.FlowableInternalHelper$SimpleBiGenerator
super_class: java.lang.Object
{
final io.reactivex.functions.BiConsumer<S, io.reactivex.Emitter<T>> consumer;
descriptor: Lio/reactivex/functions/BiConsumer;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/functions/BiConsumer<TS;Lio/reactivex/Emitter<TT;>;>;
void <init>(io.reactivex.functions.BiConsumer<S, io.reactivex.Emitter<T>>);
descriptor: (Lio/reactivex/functions/BiConsumer;)V
flags: (0x0000)
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.FlowableInternalHelper$SimpleBiGenerator.consumer:Lio/reactivex/functions/BiConsumer;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/reactivex/internal/operators/flowable/FlowableInternalHelper$SimpleBiGenerator<TT;TS;>;
0 3 1 consumer Lio/reactivex/functions/BiConsumer<TS;Lio/reactivex/Emitter<TT;>;>;
Signature: (Lio/reactivex/functions/BiConsumer<TS;Lio/reactivex/Emitter<TT;>;>;)V
MethodParameters:
Name Flags
consumer
public S apply(S, io.reactivex.Emitter<T>);
descriptor: (Ljava/lang/Object;Lio/reactivex/Emitter;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableInternalHelper$SimpleBiGenerator.consumer:Lio/reactivex/functions/BiConsumer;
aload 1
aload 2
invokeinterface io.reactivex.functions.BiConsumer.accept:(Ljava/lang/Object;Ljava/lang/Object;)V
1: aload 1
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/flowable/FlowableInternalHelper$SimpleBiGenerator<TT;TS;>;
0 2 1 t1 TS;
0 2 2 t2 Lio/reactivex/Emitter<TT;>;
Exceptions:
throws java.lang.Exception
Signature: (TS;Lio/reactivex/Emitter<TT;>;)TS;
MethodParameters:
Name Flags
t1
t2
public java.lang.Object apply(java.lang.Object, java.lang.Object);
descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast java.lang.Object
aload 2
checkcast io.reactivex.Emitter
invokevirtual io.reactivex.internal.operators.flowable.FlowableInternalHelper$SimpleBiGenerator.apply:(Ljava/lang/Object;Lio/reactivex/Emitter;)Ljava/lang/Object;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.Exception
}
Signature: <T:Ljava/lang/Object;S:Ljava/lang/Object;>Ljava/lang/Object;Lio/reactivex/functions/BiFunction<TS;Lio/reactivex/Emitter<TT;>;TS;>;
SourceFile: "FlowableInternalHelper.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableInternalHelper
InnerClasses:
final SimpleBiGenerator = io.reactivex.internal.operators.flowable.FlowableInternalHelper$SimpleBiGenerator of io.reactivex.internal.operators.flowable.FlowableInternalHelper