public abstract class io.reactivex.processors.FlowableProcessor<T> extends io.reactivex.Flowable<T> implements org.reactivestreams.Processor<T, T>, io.reactivex.FlowableSubscriber<T>
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: io.reactivex.processors.FlowableProcessor
super_class: io.reactivex.Flowable
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial io.reactivex.Flowable.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/reactivex/processors/FlowableProcessor<TT;>;
public abstract boolean hasSubscribers();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract boolean hasThrowable();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract boolean hasComplete();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract java.lang.Throwable getThrowable();
descriptor: ()Ljava/lang/Throwable;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
RuntimeInvisibleAnnotations:
io.reactivex.annotations.Nullable()
public final io.reactivex.processors.FlowableProcessor<T> toSerialized();
descriptor: ()Lio/reactivex/processors/FlowableProcessor;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
instanceof io.reactivex.processors.SerializedProcessor
ifeq 2
1: aload 0
areturn
2: StackMap locals:
StackMap stack:
new io.reactivex.processors.SerializedProcessor
dup
aload 0
invokespecial io.reactivex.processors.SerializedProcessor.<init>:(Lio/reactivex/processors/FlowableProcessor;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/reactivex/processors/FlowableProcessor<TT;>;
Signature: ()Lio/reactivex/processors/FlowableProcessor<TT;>;
RuntimeVisibleAnnotations:
io.reactivex.annotations.CheckReturnValue()
RuntimeInvisibleAnnotations:
io.reactivex.annotations.NonNull()
}
Signature: <T:Ljava/lang/Object;>Lio/reactivex/Flowable<TT;>;Lorg/reactivestreams/Processor<TT;TT;>;Lio/reactivex/FlowableSubscriber<TT;>;
SourceFile: "FlowableProcessor.java"