CompletableConverter.smali
905 字节
.class public interface abstract Lio/reactivex/CompletableConverter;
.super Ljava/lang/Object;
.source "CompletableConverter.java"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<R:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;"
}
.end annotation
.annotation build Lio/reactivex/annotations/Experimental;
.end annotation
# virtual methods
.method public abstract apply(Lio/reactivex/Completable;)Ljava/lang/Object;
.param p1 # Lio/reactivex/Completable;
.annotation build Lio/reactivex/annotations/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lio/reactivex/Completable;",
")TR;"
}
.end annotation
.annotation build Lio/reactivex/annotations/NonNull;
.end annotation
.end method