apkfuckery/com.discord/smali/com/discord/stores/StoreExperiments$Companion$...

84 lines
2.4 KiB
Smali
Raw Normal View History

2020-05-17 12:40:10 +00:00
.class public final Lcom/discord/stores/StoreExperiments$Companion$DEFAULT_CONTEXT_CALLBACK$1;
2020-09-23 03:12:49 +00:00
.super Lc0/n/c/k;
2020-05-17 12:40:10 +00:00
.source "StoreExperiments.kt"
# interfaces
.implements Lkotlin/jvm/functions/Function1;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/discord/stores/StoreExperiments;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
2020-09-23 03:12:49 +00:00
"Lc0/n/c/k;",
2020-05-17 12:40:10 +00:00
"Lkotlin/jvm/functions/Function1<",
2020-09-16 23:45:23 +00:00
"Lcom/discord/models/experiments/dto/UserExperimentDto;",
"Lcom/discord/models/experiments/domain/ExperimentContext;",
2020-05-17 12:40:10 +00:00
">;"
}
.end annotation
# static fields
.field public static final INSTANCE:Lcom/discord/stores/StoreExperiments$Companion$DEFAULT_CONTEXT_CALLBACK$1;
# direct methods
.method public static constructor <clinit>()V
.locals 1
new-instance v0, Lcom/discord/stores/StoreExperiments$Companion$DEFAULT_CONTEXT_CALLBACK$1;
invoke-direct {v0}, Lcom/discord/stores/StoreExperiments$Companion$DEFAULT_CONTEXT_CALLBACK$1;-><init>()V
sput-object v0, Lcom/discord/stores/StoreExperiments$Companion$DEFAULT_CONTEXT_CALLBACK$1;->INSTANCE:Lcom/discord/stores/StoreExperiments$Companion$DEFAULT_CONTEXT_CALLBACK$1;
return-void
.end method
.method public constructor <init>()V
.locals 1
const/4 v0, 0x1
2020-09-23 03:12:49 +00:00
invoke-direct {p0, v0}, Lc0/n/c/k;-><init>(I)V
2020-05-17 12:40:10 +00:00
return-void
.end method
# virtual methods
2020-09-16 23:45:23 +00:00
.method public final invoke(Lcom/discord/models/experiments/dto/UserExperimentDto;)Lcom/discord/models/experiments/domain/ExperimentContext;
2020-05-17 12:40:10 +00:00
.locals 2
2020-09-16 23:45:23 +00:00
new-instance p1, Lcom/discord/models/experiments/domain/ExperimentContext;
2020-05-17 12:40:10 +00:00
2020-07-08 16:44:49 +00:00
const/4 v0, 0x1
2020-05-17 12:40:10 +00:00
2020-07-08 16:44:49 +00:00
const/4 v1, 0x0
2020-05-17 12:40:10 +00:00
2020-09-16 23:45:23 +00:00
invoke-direct {p1, v0, v1, v1}, Lcom/discord/models/experiments/domain/ExperimentContext;-><init>(ZLjava/lang/Long;Ljava/lang/Long;)V
2020-05-17 12:40:10 +00:00
return-object p1
.end method
.method public bridge synthetic invoke(Ljava/lang/Object;)Ljava/lang/Object;
.locals 0
2020-09-16 23:45:23 +00:00
check-cast p1, Lcom/discord/models/experiments/dto/UserExperimentDto;
2020-05-17 12:40:10 +00:00
2020-09-16 23:45:23 +00:00
invoke-virtual {p0, p1}, Lcom/discord/stores/StoreExperiments$Companion$DEFAULT_CONTEXT_CALLBACK$1;->invoke(Lcom/discord/models/experiments/dto/UserExperimentDto;)Lcom/discord/models/experiments/domain/ExperimentContext;
2020-05-17 12:40:10 +00:00
move-result-object p1
return-object p1
.end method