public interface io.reactivex.internal.operators.flowable.FlowablePublishClassic<T>
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: io.reactivex.internal.operators.flowable.FlowablePublishClassic
super_class: java.lang.Object
{
public abstract org.reactivestreams.Publisher<T> publishSource();
descriptor: ()Lorg/reactivestreams/Publisher;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Lorg/reactivestreams/Publisher<TT;>;
public abstract int publishBufferSize();
descriptor: ()I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "FlowablePublishClassic.java"