public interface io.reactivex.FlowableEmitter<T> extends io.reactivex.Emitter<T>
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: io.reactivex.FlowableEmitter
super_class: java.lang.Object
{
public abstract void setDisposable(io.reactivex.disposables.Disposable);
descriptor: (Lio/reactivex/disposables/Disposable;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
RuntimeInvisibleParameterAnnotations:
0:
io.reactivex.annotations.Nullable()
MethodParameters:
Name Flags
d
public abstract void setCancellable(io.reactivex.functions.Cancellable);
descriptor: (Lio/reactivex/functions/Cancellable;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
RuntimeInvisibleParameterAnnotations:
0:
io.reactivex.annotations.Nullable()
MethodParameters:
Name Flags
c
public abstract long requested();
descriptor: ()J
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract boolean isCancelled();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract io.reactivex.FlowableEmitter<T> serialize();
descriptor: ()Lio/reactivex/FlowableEmitter;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Lio/reactivex/FlowableEmitter<TT;>;
RuntimeInvisibleAnnotations:
io.reactivex.annotations.NonNull()
public abstract boolean tryOnError(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
RuntimeInvisibleParameterAnnotations:
0:
io.reactivex.annotations.NonNull()
MethodParameters:
Name Flags
t
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lio/reactivex/Emitter<TT;>;
SourceFile: "FlowableEmitter.java"