50 lines
1.1 KiB
Smali
50 lines
1.1 KiB
Smali
.class public interface abstract Lai/c0;
|
|
.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
|
|
|
|
.annotation runtime Ljava/lang/FunctionalInterface;
|
|
.end annotation
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract a(Lai/v;)Lai/b0;
|
|
.param p1 # Lai/v;
|
|
.annotation build Lio/reactivex/rxjava3/annotations/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.annotation system Ldalvik/annotation/MethodParameters;
|
|
accessFlags = {
|
|
0x0
|
|
}
|
|
names = {
|
|
"upstream"
|
|
}
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Lai/v<",
|
|
"TUpstream;>;)",
|
|
"Lai/b0<",
|
|
"TDownstream;>;"
|
|
}
|
|
.end annotation
|
|
|
|
.annotation build Lio/reactivex/rxjava3/annotations/NonNull;
|
|
.end annotation
|
|
.end method
|