public interface io.reactivex.MaybeOperator<Downstream, Upstream>
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: io.reactivex.MaybeOperator
super_class: java.lang.Object
{
public abstract io.reactivex.MaybeObserver<? super Upstream> apply(io.reactivex.MaybeObserver<? super Downstream>);
descriptor: (Lio/reactivex/MaybeObserver;)Lio/reactivex/MaybeObserver;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.lang.Exception
Signature: (Lio/reactivex/MaybeObserver<-TDownstream;>;)Lio/reactivex/MaybeObserver<-TUpstream;>;
RuntimeInvisibleAnnotations:
io.reactivex.annotations.NonNull()
RuntimeInvisibleParameterAnnotations:
0:
io.reactivex.annotations.NonNull()
MethodParameters:
Name Flags
observer
}
Signature: <Downstream:Ljava/lang/Object;Upstream:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "MaybeOperator.java"