apkfuckery/com.discord/smali_classes2/h0/i.smali

72 lines
1.5 KiB
Smali
Raw Normal View History

2020-11-21 22:11:07 +00:00
.class public abstract Lh0/i;
.super Ljava/lang/Object;
.source "SingleSubscriber.java"
# interfaces
.implements Lrx/Subscription;
2020-11-12 02:11:44 +00:00
# annotations
2020-11-21 22:11:07 +00:00
.annotation system Ldalvik/annotation/Signature;
2020-11-12 02:11:44 +00:00
value = {
2020-11-21 22:11:07 +00:00
"<T:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;",
"Lrx/Subscription;"
2020-11-12 02:11:44 +00:00
}
.end annotation
# instance fields
2020-11-21 22:11:07 +00:00
.field public final d:Lrx/internal/util/SubscriptionList;
2020-11-12 02:11:44 +00:00
# direct methods
2020-11-21 22:11:07 +00:00
.method public constructor <init>()V
.locals 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
2020-11-13 01:15:36 +00:00
2020-11-21 22:11:07 +00:00
new-instance v0, Lrx/internal/util/SubscriptionList;
2020-11-12 02:11:44 +00:00
2020-11-21 22:11:07 +00:00
invoke-direct {v0}, Lrx/internal/util/SubscriptionList;-><init>()V
iput-object v0, p0, Lh0/i;->d:Lrx/internal/util/SubscriptionList;
2020-11-12 02:11:44 +00:00
return-void
.end method
# virtual methods
2020-11-21 22:11:07 +00:00
.method public abstract a(Ljava/lang/Throwable;)V
.end method
.method public abstract b(Ljava/lang/Object;)V
2020-11-13 19:18:44 +00:00
.annotation system Ldalvik/annotation/Signature;
value = {
2020-11-21 22:11:07 +00:00
"(TT;)V"
2020-11-13 19:18:44 +00:00
}
.end annotation
2020-11-21 22:11:07 +00:00
.end method
2020-11-13 19:18:44 +00:00
2020-11-21 22:11:07 +00:00
.method public final isUnsubscribed()Z
.locals 1
2020-11-21 21:10:53 +00:00
2020-11-21 22:11:07 +00:00
iget-object v0, p0, Lh0/i;->d:Lrx/internal/util/SubscriptionList;
2020-11-21 21:10:53 +00:00
2020-11-21 22:11:07 +00:00
iget-boolean v0, v0, Lrx/internal/util/SubscriptionList;->e:Z
2020-11-21 21:10:53 +00:00
2020-11-21 22:11:07 +00:00
return v0
.end method
2020-11-21 21:10:53 +00:00
2020-11-21 22:11:07 +00:00
.method public final unsubscribe()V
.locals 1
2020-11-21 21:10:53 +00:00
2020-11-21 22:11:07 +00:00
iget-object v0, p0, Lh0/i;->d:Lrx/internal/util/SubscriptionList;
2020-11-21 21:10:53 +00:00
2020-11-21 22:11:07 +00:00
invoke-virtual {v0}, Lrx/internal/util/SubscriptionList;->unsubscribe()V
2020-11-21 21:10:53 +00:00
2020-11-21 22:11:07 +00:00
return-void
2020-11-12 02:11:44 +00:00
.end method