MaybeTransformer.smali

.class public interface abstract Lio/reactivex/MaybeTransformer;
.super Ljava/lang/Object;
.source "MaybeTransformer.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/Maybe;)Lio/reactivex/MaybeSource;
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(",
            "Lio/reactivex/Maybe<",
            "TUpstream;>;)",
            "Lio/reactivex/MaybeSource<",
            "TDownstream;>;"
        }
    .end annotation
.end method