FlowableTransformer.smali
.class public interface abstract Lio/reactivex/FlowableTransformer;
.super Ljava/lang/Object;
.source "FlowableTransformer.java"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<Upstream:",
"Ljava/lang/Object;",
"Downstream:",
"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(Lio/reactivex/Flowable;)Lorg/reactivestreams/Publisher;
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lio/reactivex/Flowable<",
"TUpstream;>;)",
"Lorg/reactivestreams/Publisher<",
"TDownstream;>;"
}
.end annotation
.end method