apkfuckery/com.discord/smali/com/discord/stores/StoreStream$lazyChannelMemb...

93 lines
2.2 KiB
Smali
Raw Normal View History

2020-05-17 12:40:10 +00:00
.class public final synthetic Lcom/discord/stores/StoreStream$lazyChannelMembersStore$2;
2020-09-23 03:12:49 +00:00
.super Lc0/n/c/i;
2020-05-17 12:40:10 +00:00
.source "StoreStream.kt"
# interfaces
.implements Lkotlin/jvm/functions/Function1;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/discord/stores/StoreStream;-><init>()V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1019
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
2020-09-23 03:12:49 +00:00
"Lc0/n/c/i;",
2020-05-17 12:40:10 +00:00
"Lkotlin/jvm/functions/Function1<",
"Ljava/lang/Long;",
"Lrx/Observable<",
"Ljava/lang/Integer;",
">;>;"
}
.end annotation
# direct methods
.method public constructor <init>(Lcom/discord/stores/StoreGuildMemberCounts;)V
2020-09-16 23:45:23 +00:00
.locals 7
2020-05-17 12:40:10 +00:00
2020-09-16 23:45:23 +00:00
const-class v3, Lcom/discord/stores/StoreGuildMemberCounts;
2020-05-17 12:40:10 +00:00
2020-09-16 23:45:23 +00:00
const/4 v1, 0x1
2020-05-17 12:40:10 +00:00
2020-09-22 07:09:10 +00:00
const-string v4, "observeApproximateMemberCount"
2020-09-08 08:16:32 +00:00
2020-09-22 07:09:10 +00:00
const-string v5, "observeApproximateMemberCount(J)Lrx/Observable;"
2020-09-08 08:16:32 +00:00
2020-09-16 23:45:23 +00:00
const/4 v6, 0x0
2020-09-08 08:16:32 +00:00
2020-09-16 23:45:23 +00:00
move-object v0, p0
2020-09-16 21:45:36 +00:00
2020-09-16 23:45:23 +00:00
move-object v2, p1
2020-09-16 21:45:36 +00:00
2020-09-23 03:12:49 +00:00
invoke-direct/range {v0 .. v6}, Lc0/n/c/i;-><init>(ILjava/lang/Object;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;I)V
2020-09-16 21:45:36 +00:00
2020-09-16 23:45:23 +00:00
return-void
2020-05-17 12:40:10 +00:00
.end method
2020-09-16 23:45:23 +00:00
# virtual methods
2020-05-17 12:40:10 +00:00
.method public bridge synthetic invoke(Ljava/lang/Object;)Ljava/lang/Object;
.locals 2
check-cast p1, Ljava/lang/Number;
invoke-virtual {p1}, Ljava/lang/Number;->longValue()J
move-result-wide v0
invoke-virtual {p0, v0, v1}, Lcom/discord/stores/StoreStream$lazyChannelMembersStore$2;->invoke(J)Lrx/Observable;
move-result-object p1
return-object p1
.end method
.method public final invoke(J)Lrx/Observable;
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"(J)",
"Lrx/Observable<",
"Ljava/lang/Integer;",
">;"
}
.end annotation
2020-09-23 03:12:49 +00:00
iget-object v0, p0, Lc0/n/c/c;->receiver:Ljava/lang/Object;
2020-05-17 12:40:10 +00:00
check-cast v0, Lcom/discord/stores/StoreGuildMemberCounts;
2020-09-22 07:09:10 +00:00
invoke-virtual {v0, p1, p2}, Lcom/discord/stores/StoreGuildMemberCounts;->observeApproximateMemberCount(J)Lrx/Observable;
2020-05-17 12:40:10 +00:00
move-result-object p1
return-object p1
.end method