2022-06-10 21:38:30 +09:00

116 lines
2.6 KiB
Smali

.class public interface abstract Lio/reactivex/rxjava3/processors/ReplayProcessor$a;
.super Ljava/lang/Object;
.source "ReplayProcessor.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lio/reactivex/rxjava3/processors/ReplayProcessor;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "a"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;"
}
.end annotation
# virtual methods
.method public abstract a(Lio/reactivex/rxjava3/processors/ReplayProcessor$ReplaySubscription;)V
.annotation system Ldalvik/annotation/MethodParameters;
accessFlags = {
0x0
}
names = {
"rs"
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lio/reactivex/rxjava3/processors/ReplayProcessor$ReplaySubscription<",
"TT;>;)V"
}
.end annotation
.end method
.method public abstract complete()V
.end method
.method public abstract error(Ljava/lang/Throwable;)V
.annotation system Ldalvik/annotation/MethodParameters;
accessFlags = {
0x0
}
names = {
"ex"
}
.end annotation
.end method
.method public abstract getError()Ljava/lang/Throwable;
.end method
.method public abstract getValue()Ljava/lang/Object;
.annotation system Ldalvik/annotation/Signature;
value = {
"()TT;"
}
.end annotation
.annotation build Lio/reactivex/rxjava3/annotations/Nullable;
.end annotation
.end method
.method public abstract getValues([Ljava/lang/Object;)[Ljava/lang/Object;
.annotation system Ldalvik/annotation/MethodParameters;
accessFlags = {
0x0
}
names = {
"array"
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"([TT;)[TT;"
}
.end annotation
.end method
.method public abstract isDone()Z
.end method
.method public abstract next(Ljava/lang/Object;)V
.annotation system Ldalvik/annotation/MethodParameters;
accessFlags = {
0x0
}
names = {
"value"
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(TT;)V"
}
.end annotation
.end method
.method public abstract size()I
.end method
.method public abstract trimHead()V
.end method