apkfuckery/com.discord/smali/com/discord/stores/StoreChannelMembersLazy$get...

95 lines
2.5 KiB
Smali
Raw Normal View History

2020-02-29 02:28:15 +00:00
.class public final Lcom/discord/stores/StoreChannelMembersLazy$get$1;
2019-07-24 11:27:29 +00:00
.super Ljava/lang/Object;
2020-02-29 02:28:15 +00:00
.source "StoreChannelMembersLazy.kt"
2019-07-24 11:27:29 +00:00
# interfaces
2020-02-20 19:33:18 +00:00
.implements Le0/l/i;
2019-07-24 11:27:29 +00:00
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
2020-02-29 02:28:15 +00:00
value = Lcom/discord/stores/StoreChannelMembersLazy;->get(JJ)Lrx/Observable;
2019-07-24 11:27:29 +00:00
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
2019-12-06 03:29:40 +00:00
accessFlags = 0x19
2019-07-24 11:27:29 +00:00
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
"R:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;",
2020-02-20 19:33:18 +00:00
"Le0/l/i<",
2019-07-24 11:27:29 +00:00
"TT;",
"Lrx/Observable<",
"+TR;>;>;"
}
.end annotation
# instance fields
2019-12-06 03:29:40 +00:00
.field public final synthetic $guildId:J
2019-07-24 11:27:29 +00:00
2020-02-29 02:28:15 +00:00
.field public final synthetic this$0:Lcom/discord/stores/StoreChannelMembersLazy;
2019-07-24 11:27:29 +00:00
# direct methods
2020-02-29 02:28:15 +00:00
.method public constructor <init>(Lcom/discord/stores/StoreChannelMembersLazy;J)V
2019-07-24 11:27:29 +00:00
.locals 0
2020-02-29 02:28:15 +00:00
iput-object p1, p0, Lcom/discord/stores/StoreChannelMembersLazy$get$1;->this$0:Lcom/discord/stores/StoreChannelMembersLazy;
2019-07-24 11:27:29 +00:00
2020-02-29 02:28:15 +00:00
iput-wide p2, p0, Lcom/discord/stores/StoreChannelMembersLazy$get$1;->$guildId:J
2019-07-24 11:27:29 +00:00
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
2019-12-06 03:29:40 +00:00
.method public bridge synthetic call(Ljava/lang/Object;)Ljava/lang/Object;
2019-07-24 11:27:29 +00:00
.locals 0
check-cast p1, Ljava/lang/String;
2020-02-29 02:28:15 +00:00
invoke-virtual {p0, p1}, Lcom/discord/stores/StoreChannelMembersLazy$get$1;->call(Ljava/lang/String;)Lrx/Observable;
2019-07-24 11:27:29 +00:00
move-result-object p1
return-object p1
.end method
.method public final call(Ljava/lang/String;)Lrx/Observable;
.locals 4
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
")",
"Lrx/Observable<",
"Lcom/discord/utilities/lazy/memberlist/ChannelMemberList;",
">;"
}
.end annotation
2020-02-29 02:28:15 +00:00
iget-object v0, p0, Lcom/discord/stores/StoreChannelMembersLazy$get$1;->this$0:Lcom/discord/stores/StoreChannelMembersLazy;
2019-07-24 11:27:29 +00:00
2020-02-29 02:28:15 +00:00
iget-wide v1, p0, Lcom/discord/stores/StoreChannelMembersLazy$get$1;->$guildId:J
2019-07-24 11:27:29 +00:00
const-string v3, "listId"
2020-02-20 19:33:18 +00:00
invoke-static {p1, v3}, Lw/u/b/j;->checkExpressionValueIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
2019-07-24 11:27:29 +00:00
2020-02-29 02:28:15 +00:00
invoke-static {v0, v1, v2, p1}, Lcom/discord/stores/StoreChannelMembersLazy;->access$getMemberListObservable(Lcom/discord/stores/StoreChannelMembersLazy;JLjava/lang/String;)Lrx/Observable;
2019-07-24 11:27:29 +00:00
move-result-object p1
return-object p1
.end method