FlowableOperator.smali
.class public interface abstract Lio/reactivex/FlowableOperator;
.super Ljava/lang/Object;
.source "FlowableOperator.java"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<Downstream:",
"Ljava/lang/Object;",
"Upstream:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;"
}
.end annotation
# direct methods
.method static constructor <clinit>()V
.registers 1
return-void
.end method
# virtual methods
.method public abstract apply(Lorg/reactivestreams/Subscriber;)Lorg/reactivestreams/Subscriber;
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lorg/reactivestreams/Subscriber<",
"-TDownstream;>;)",
"Lorg/reactivestreams/Subscriber<",
"-TUpstream;>;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/lang/Exception;
}
.end annotation
.end method