2019-02-04 20:08:30 +00:00
|
|
|
.class public abstract Lrx/g;
|
2019-02-04 20:05:16 +00:00
|
|
|
.super Ljava/lang/Object;
|
2019-02-04 20:29:01 +00:00
|
|
|
.source "SingleSubscriber.java"
|
2019-02-04 20:05:16 +00:00
|
|
|
|
|
|
|
# interfaces
|
|
|
|
.implements Lrx/Subscription;
|
|
|
|
|
|
|
|
|
|
|
|
# annotations
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
|
|
value = {
|
|
|
|
"<T:",
|
|
|
|
"Ljava/lang/Object;",
|
|
|
|
">",
|
|
|
|
"Ljava/lang/Object;",
|
|
|
|
"Lrx/Subscription;"
|
|
|
|
}
|
|
|
|
.end annotation
|
|
|
|
|
|
|
|
|
|
|
|
# instance fields
|
2019-05-08 22:54:48 +00:00
|
|
|
.field private final bDM:Lrx/internal/util/SubscriptionList;
|
2019-02-04 20:05:16 +00:00
|
|
|
|
|
|
|
|
|
|
|
# direct methods
|
|
|
|
.method public constructor <init>()V
|
|
|
|
.locals 1
|
|
|
|
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
|
|
|
|
new-instance v0, Lrx/internal/util/SubscriptionList;
|
|
|
|
|
|
|
|
invoke-direct {v0}, Lrx/internal/util/SubscriptionList;-><init>()V
|
|
|
|
|
2019-05-08 22:54:48 +00:00
|
|
|
iput-object v0, p0, Lrx/g;->bDM:Lrx/internal/util/SubscriptionList;
|
2019-02-04 20:05:16 +00:00
|
|
|
|
|
|
|
return-void
|
|
|
|
.end method
|
|
|
|
|
|
|
|
|
|
|
|
# virtual methods
|
|
|
|
.method public final add(Lrx/Subscription;)V
|
|
|
|
.locals 1
|
|
|
|
|
2019-05-08 22:54:48 +00:00
|
|
|
iget-object v0, p0, Lrx/g;->bDM:Lrx/internal/util/SubscriptionList;
|
2019-02-04 20:05:16 +00:00
|
|
|
|
|
|
|
invoke-virtual {v0, p1}, Lrx/internal/util/SubscriptionList;->add(Lrx/Subscription;)V
|
|
|
|
|
|
|
|
return-void
|
|
|
|
.end method
|
|
|
|
|
|
|
|
.method public final isUnsubscribed()Z
|
|
|
|
.locals 1
|
|
|
|
|
2019-05-08 22:54:48 +00:00
|
|
|
iget-object v0, p0, Lrx/g;->bDM:Lrx/internal/util/SubscriptionList;
|
2019-02-04 20:05:16 +00:00
|
|
|
|
|
|
|
invoke-virtual {v0}, Lrx/internal/util/SubscriptionList;->isUnsubscribed()Z
|
|
|
|
|
|
|
|
move-result v0
|
|
|
|
|
|
|
|
return v0
|
|
|
|
.end method
|
|
|
|
|
|
|
|
.method public abstract onError(Ljava/lang/Throwable;)V
|
|
|
|
.end method
|
|
|
|
|
|
|
|
.method public abstract onSuccess(Ljava/lang/Object;)V
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
|
|
value = {
|
|
|
|
"(TT;)V"
|
|
|
|
}
|
|
|
|
.end annotation
|
|
|
|
.end method
|
|
|
|
|
|
|
|
.method public final unsubscribe()V
|
|
|
|
.locals 1
|
|
|
|
|
2019-05-08 22:54:48 +00:00
|
|
|
iget-object v0, p0, Lrx/g;->bDM:Lrx/internal/util/SubscriptionList;
|
2019-02-04 20:05:16 +00:00
|
|
|
|
|
|
|
invoke-virtual {v0}, Lrx/internal/util/SubscriptionList;->unsubscribe()V
|
|
|
|
|
|
|
|
return-void
|
|
|
|
.end method
|