MaybeOnSubscribe.smali 870 字节
.class public interface abstract Lio/reactivex/MaybeOnSubscribe;
.super Ljava/lang/Object;
.source "MaybeOnSubscribe.java"


# annotations
.annotation system Ldalvik/annotation/Signature;
    value = {
        "<T:",
        "Ljava/lang/Object;",
        ">",
        "Ljava/lang/Object;"
    }
.end annotation


# virtual methods
.method public abstract subscribe(Lio/reactivex/MaybeEmitter;)V
    .param p1    # Lio/reactivex/MaybeEmitter;
        .annotation build Lio/reactivex/annotations/NonNull;
        .end annotation
    .end param
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(",
            "Lio/reactivex/MaybeEmitter<",
            "TT;>;)V"
        }
    .end annotation

    .annotation system Ldalvik/annotation/Throws;
        value = {
            Ljava/lang/Exception;
        }
    .end annotation
.end method