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


# virtual methods
.method public abstract apply(Lio/reactivex/CompletableObserver;)Lio/reactivex/CompletableObserver;
    .param p1    # Lio/reactivex/CompletableObserver;
        .annotation build Lio/reactivex/annotations/NonNull;
        .end annotation
    .end param
    .annotation system Ldalvik/annotation/Throws;
        value = {
            Ljava/lang/Exception;
        }
    .end annotation

    .annotation build Lio/reactivex/annotations/NonNull;
    .end annotation
.end method