Changes of com.discord v1134

This commit is contained in:
root 2020-05-11 21:22:21 +02:00
parent f1b997dae1
commit e9d6f57b66
19532 changed files with 1506564 additions and 1486687 deletions

View file

@ -0,0 +1,50 @@
.class public final synthetic Lf/a/m/b/a/a;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lg0/l/i;
# static fields
.field public static final synthetic d:Lf/a/m/b/a/a;
# direct methods
.method static synthetic constructor <clinit>()V
.locals 1
new-instance v0, Lf/a/m/b/a/a;
invoke-direct {v0}, Lf/a/m/b/a/a;-><init>()V
sput-object v0, Lf/a/m/b/a/a;->d:Lf/a/m/b/a/a;
return-void
.end method
.method private synthetic constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;)Ljava/lang/Object;
.locals 2
check-cast p1, Lcom/discord/models/domain/ModelUser;
invoke-virtual {p1}, Lcom/discord/models/domain/ModelUser;->getId()J
move-result-wide v0
invoke-static {v0, v1}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
move-result-object p1
return-object p1
.end method

View file

@ -0,0 +1,46 @@
.class public final synthetic Lf/a/m/b/a/a0;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lg0/l/i;
# static fields
.field public static final synthetic d:Lf/a/m/b/a/a0;
# direct methods
.method static synthetic constructor <clinit>()V
.locals 1
new-instance v0, Lf/a/m/b/a/a0;
invoke-direct {v0}, Lf/a/m/b/a/a0;-><init>()V
sput-object v0, Lf/a/m/b/a/a0;->d:Lf/a/m/b/a/a0;
return-void
.end method
.method private synthetic constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;)Ljava/lang/Object;
.locals 0
check-cast p1, Ljava/lang/Integer;
invoke-static {p1}, Lcom/discord/widgets/chat/input/WidgetChatInputModel;->a(Ljava/lang/Integer;)Ljava/lang/Boolean;
move-result-object p1
return-object p1
.end method

View file

@ -0,0 +1,46 @@
.class public final synthetic Lf/a/m/b/a/b;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lg0/l/i;
# static fields
.field public static final synthetic d:Lf/a/m/b/a/b;
# direct methods
.method static synthetic constructor <clinit>()V
.locals 1
new-instance v0, Lf/a/m/b/a/b;
invoke-direct {v0}, Lf/a/m/b/a/b;-><init>()V
sput-object v0, Lf/a/m/b/a/b;->d:Lf/a/m/b/a/b;
return-void
.end method
.method private synthetic constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;)Ljava/lang/Object;
.locals 0
check-cast p1, Lcom/discord/models/domain/emoji/EmojiSet;
invoke-static {p1}, Lcom/discord/widgets/chat/input/WidgetChatInputCommandsModel;->createCommandsForEmoji(Lcom/discord/models/domain/emoji/EmojiSet;)Ljava/util/Collection;
move-result-object p1
return-object p1
.end method

View file

@ -0,0 +1,38 @@
.class public final synthetic Lf/a/m/b/a/b0;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lkotlin/jvm/functions/Function1;
# instance fields
.field private final synthetic d:Landroid/content/Context;
# direct methods
.method public synthetic constructor <init>(Landroid/content/Context;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/a/b0;->d:Landroid/content/Context;
return-void
.end method
# virtual methods
.method public final invoke(Ljava/lang/Object;)Ljava/lang/Object;
.locals 1
iget-object v0, p0, Lf/a/m/b/a/b0;->d:Landroid/content/Context;
check-cast p1, Lcom/discord/models/domain/ModelChannel;
invoke-static {v0, p1}, Lcom/discord/widgets/chat/input/WidgetChatInputModel;->a(Landroid/content/Context;Lcom/discord/models/domain/ModelChannel;)Lrx/Observable;
move-result-object p1
return-object p1
.end method

View file

@ -0,0 +1,42 @@
.class public final synthetic Lf/a/m/b/a/c;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lkotlin/jvm/functions/Function3;
# instance fields
.field private final synthetic d:Lcom/discord/models/domain/emoji/Emoji;
# direct methods
.method public synthetic constructor <init>(Lcom/discord/models/domain/emoji/Emoji;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/a/c;->d:Lcom/discord/models/domain/emoji/Emoji;
return-void
.end method
# virtual methods
.method public final invoke(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
.locals 1
iget-object v0, p0, Lf/a/m/b/a/c;->d:Lcom/discord/models/domain/emoji/Emoji;
check-cast p1, Ljava/lang/Boolean;
check-cast p2, Ljava/lang/Integer;
check-cast p3, Landroid/content/Context;
invoke-static {v0, p1, p2, p3}, Lcom/discord/widgets/chat/input/WidgetChatInputCommandsAdapter$Item;->a(Lcom/discord/models/domain/emoji/Emoji;Ljava/lang/Boolean;Ljava/lang/Integer;Landroid/content/Context;)Ljava/lang/String;
move-result-object p1
return-object p1
.end method

View file

@ -0,0 +1,56 @@
.class public final synthetic Lf/a/m/b/a/c0;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lrx/functions/Func5;
# instance fields
.field private final synthetic d:J
# direct methods
.method public synthetic constructor <init>(J)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-wide p1, p0, Lf/a/m/b/a/c0;->d:J
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
.locals 7
iget-wide v0, p0, Lf/a/m/b/a/c0;->d:J
move-object v2, p1
check-cast v2, Ljava/lang/Long;
move-object v3, p2
check-cast v3, Lcom/discord/models/domain/ModelGuild;
move-object v4, p3
check-cast v4, Ljava/lang/Integer;
move-object v5, p4
check-cast v5, Ljava/util/Map;
move-object v6, p5
check-cast v6, Lcom/discord/models/domain/ModelUser$Me;
invoke-static/range {v0 .. v6}, Lcom/discord/widgets/chat/input/WidgetChatInputModel;->a(JLjava/lang/Long;Lcom/discord/models/domain/ModelGuild;Ljava/lang/Integer;Ljava/util/Map;Lcom/discord/models/domain/ModelUser$Me;)Ljava/lang/Integer;
move-result-object p1
return-object p1
.end method

View file

@ -0,0 +1,40 @@
.class public final synthetic Lf/a/m/b/a/d;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lrx/functions/Action3;
# instance fields
.field private final synthetic d:Lcom/discord/widgets/chat/input/WidgetChatInputCommandsAdapter;
# direct methods
.method public synthetic constructor <init>(Lcom/discord/widgets/chat/input/WidgetChatInputCommandsAdapter;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/a/d;->d:Lcom/discord/widgets/chat/input/WidgetChatInputCommandsAdapter;
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V
.locals 1
iget-object v0, p0, Lf/a/m/b/a/d;->d:Lcom/discord/widgets/chat/input/WidgetChatInputCommandsAdapter;
check-cast p1, Landroid/view/View;
check-cast p2, Ljava/lang/Integer;
check-cast p3, Lcom/discord/widgets/chat/input/WidgetChatInputCommandsModel;
invoke-static {v0, p1, p2, p3}, Lcom/discord/widgets/chat/input/WidgetChatInputCommandsAdapter$Item;->a(Lcom/discord/widgets/chat/input/WidgetChatInputCommandsAdapter;Landroid/view/View;Ljava/lang/Integer;Lcom/discord/widgets/chat/input/WidgetChatInputCommandsModel;)V
return-void
.end method

View file

@ -0,0 +1,80 @@
.class public final synthetic Lf/a/m/b/a/d0;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lrx/functions/Func9;
# instance fields
.field private final synthetic d:Lcom/discord/models/domain/ModelChannel;
.field private final synthetic e:Landroid/content/Context;
# direct methods
.method public synthetic constructor <init>(Lcom/discord/models/domain/ModelChannel;Landroid/content/Context;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/a/d0;->d:Lcom/discord/models/domain/ModelChannel;
iput-object p2, p0, Lf/a/m/b/a/d0;->e:Landroid/content/Context;
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
.locals 12
move-object v0, p0
iget-object v1, v0, Lf/a/m/b/a/d0;->d:Lcom/discord/models/domain/ModelChannel;
iget-object v2, v0, Lf/a/m/b/a/d0;->e:Landroid/content/Context;
move-object v3, p1
check-cast v3, Lcom/discord/models/domain/ModelUser$Me;
move-object v4, p2
check-cast v4, Lcom/discord/stores/StoreChat$EditingMessage;
move-object v5, p3
check-cast v5, Ljava/lang/Integer;
move-object/from16 v6, p4
check-cast v6, Ljava/lang/Integer;
move-object/from16 v7, p5
check-cast v7, Ljava/lang/Integer;
move-object/from16 v8, p6
check-cast v8, Ljava/lang/Boolean;
move-object/from16 v9, p7
check-cast v9, Ljava/lang/String;
move-object/from16 v10, p8
check-cast v10, Ljava/lang/Boolean;
move-object/from16 v11, p9
check-cast v11, Lcom/discord/models/domain/ModelGuild;
invoke-static/range {v1 .. v11}, Lcom/discord/widgets/chat/input/WidgetChatInputModel;->a(Lcom/discord/models/domain/ModelChannel;Landroid/content/Context;Lcom/discord/models/domain/ModelUser$Me;Lcom/discord/stores/StoreChat$EditingMessage;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Boolean;Ljava/lang/String;Ljava/lang/Boolean;Lcom/discord/models/domain/ModelGuild;)Lcom/discord/widgets/chat/input/WidgetChatInputModel;
move-result-object v1
return-object v1
.end method

View file

@ -0,0 +1,48 @@
.class public final synthetic Lf/a/m/b/a/e;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Ljava/util/Comparator;
# static fields
.field public static final synthetic d:Lf/a/m/b/a/e;
# direct methods
.method static synthetic constructor <clinit>()V
.locals 1
new-instance v0, Lf/a/m/b/a/e;
invoke-direct {v0}, Lf/a/m/b/a/e;-><init>()V
sput-object v0, Lf/a/m/b/a/e;->d:Lf/a/m/b/a/e;
return-void
.end method
.method private synthetic constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final compare(Ljava/lang/Object;Ljava/lang/Object;)I
.locals 0
check-cast p1, Lcom/discord/widgets/chat/input/WidgetChatInputCommandsModel;
check-cast p2, Lcom/discord/widgets/chat/input/WidgetChatInputCommandsModel;
invoke-static {p1, p2}, Lcom/discord/widgets/chat/input/WidgetChatInputCommandsModel;->a(Lcom/discord/widgets/chat/input/WidgetChatInputCommandsModel;Lcom/discord/widgets/chat/input/WidgetChatInputCommandsModel;)I
move-result p1
return p1
.end method

View file

@ -0,0 +1,50 @@
.class public final synthetic Lf/a/m/b/a/e0;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lg0/l/i;
# static fields
.field public static final synthetic d:Lf/a/m/b/a/e0;
# direct methods
.method static synthetic constructor <clinit>()V
.locals 1
new-instance v0, Lf/a/m/b/a/e0;
invoke-direct {v0}, Lf/a/m/b/a/e0;-><init>()V
sput-object v0, Lf/a/m/b/a/e0;->d:Lf/a/m/b/a/e0;
return-void
.end method
.method private synthetic constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;)Ljava/lang/Object;
.locals 2
check-cast p1, Lcom/discord/models/domain/ModelGuild;
invoke-virtual {p1}, Lcom/discord/models/domain/ModelGuild;->getOwnerId()J
move-result-wide v0
invoke-static {v0, v1}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
move-result-object p1
return-object p1
.end method

View file

@ -0,0 +1,38 @@
.class public final synthetic Lf/a/m/b/a/f;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lg0/l/i;
# instance fields
.field private final synthetic d:Lcom/discord/models/domain/ModelChannel;
# direct methods
.method public synthetic constructor <init>(Lcom/discord/models/domain/ModelChannel;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/a/f;->d:Lcom/discord/models/domain/ModelChannel;
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;)Ljava/lang/Object;
.locals 1
iget-object v0, p0, Lf/a/m/b/a/f;->d:Lcom/discord/models/domain/ModelChannel;
check-cast p1, Ljava/util/List;
invoke-static {v0, p1}, Lcom/discord/widgets/chat/input/WidgetChatInputCommandsModel;->a(Lcom/discord/models/domain/ModelChannel;Ljava/util/List;)Lrx/Observable;
move-result-object p1
return-object p1
.end method

View file

@ -0,0 +1,36 @@
.class public final synthetic Lf/a/m/b/a/f0;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lrx/functions/Action1;
# instance fields
.field private final synthetic d:Lcom/discord/widgets/chat/input/WidgetChatInputMentions;
# direct methods
.method public synthetic constructor <init>(Lcom/discord/widgets/chat/input/WidgetChatInputMentions;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/a/f0;->d:Lcom/discord/widgets/chat/input/WidgetChatInputMentions;
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;)V
.locals 1
iget-object v0, p0, Lf/a/m/b/a/f0;->d:Lcom/discord/widgets/chat/input/WidgetChatInputMentions;
check-cast p1, Ljava/util/Collection;
invoke-virtual {v0, p1}, Lcom/discord/widgets/chat/input/WidgetChatInputMentions;->setMentionsData(Ljava/util/Collection;)V
return-void
.end method

View file

@ -0,0 +1,38 @@
.class public final synthetic Lf/a/m/b/a/g;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lkotlin/jvm/functions/Function1;
# instance fields
.field private final synthetic d:I
# direct methods
.method public synthetic constructor <init>(I)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput p1, p0, Lf/a/m/b/a/g;->d:I
return-void
.end method
# virtual methods
.method public final invoke(Ljava/lang/Object;)Ljava/lang/Object;
.locals 1
iget v0, p0, Lf/a/m/b/a/g;->d:I
check-cast p1, Lcom/discord/widgets/chat/input/WidgetChatInputCommandsModel;
invoke-static {v0, p1}, Lcom/discord/widgets/chat/input/WidgetChatInputCommandsModel;->a(ILcom/discord/widgets/chat/input/WidgetChatInputCommandsModel;)Ljava/lang/Integer;
move-result-object p1
return-object p1
.end method

View file

@ -0,0 +1,46 @@
.class public final synthetic Lf/a/m/b/a/g0/a;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lg0/l/i;
# static fields
.field public static final synthetic d:Lf/a/m/b/a/g0/a;
# direct methods
.method static synthetic constructor <clinit>()V
.locals 1
new-instance v0, Lf/a/m/b/a/g0/a;
invoke-direct {v0}, Lf/a/m/b/a/g0/a;-><init>()V
sput-object v0, Lf/a/m/b/a/g0/a;->d:Lf/a/m/b/a/g0/a;
return-void
.end method
.method private synthetic constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;)Ljava/lang/Object;
.locals 0
check-cast p1, Ljava/lang/String;
invoke-virtual {p1}, Ljava/lang/String;->toLowerCase()Ljava/lang/String;
move-result-object p1
return-object p1
.end method

View file

@ -0,0 +1,36 @@
.class public final synthetic Lf/a/m/b/a/g0/b;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lrx/functions/Action1;
# instance fields
.field private final synthetic d:Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiAdapter;
# direct methods
.method public synthetic constructor <init>(Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiAdapter;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/a/g0/b;->d:Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiAdapter;
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;)V
.locals 1
iget-object v0, p0, Lf/a/m/b/a/g0/b;->d:Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiAdapter;
check-cast p1, Lrx/Emitter;
invoke-virtual {v0, p1}, Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiAdapter;->a(Lrx/Emitter;)V
return-void
.end method

View file

@ -0,0 +1,46 @@
.class public final synthetic Lf/a/m/b/a/g0/c;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lrx/functions/Action3;
# instance fields
.field private final synthetic d:Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiAdapter$EmojiViewHolder;
.field private final synthetic e:Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiAdapter;
# direct methods
.method public synthetic constructor <init>(Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiAdapter$EmojiViewHolder;Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiAdapter;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/a/g0/c;->d:Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiAdapter$EmojiViewHolder;
iput-object p2, p0, Lf/a/m/b/a/g0/c;->e:Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiAdapter;
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V
.locals 2
iget-object v0, p0, Lf/a/m/b/a/g0/c;->d:Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiAdapter$EmojiViewHolder;
iget-object v1, p0, Lf/a/m/b/a/g0/c;->e:Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiAdapter;
check-cast p1, Landroid/view/View;
check-cast p2, Ljava/lang/Integer;
check-cast p3, Lcom/discord/utilities/mg_recycler/MGRecyclerDataPayload;
invoke-virtual {v0, v1, p1, p2, p3}, Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiAdapter$EmojiViewHolder;->a(Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiAdapter;Landroid/view/View;Ljava/lang/Integer;Lcom/discord/utilities/mg_recycler/MGRecyclerDataPayload;)V
return-void
.end method

View file

@ -0,0 +1,48 @@
.class public final synthetic Lf/a/m/b/a/g0/d;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lrx/functions/Action3;
# static fields
.field public static final synthetic d:Lf/a/m/b/a/g0/d;
# direct methods
.method static synthetic constructor <clinit>()V
.locals 1
new-instance v0, Lf/a/m/b/a/g0/d;
invoke-direct {v0}, Lf/a/m/b/a/g0/d;-><init>()V
sput-object v0, Lf/a/m/b/a/g0/d;->d:Lf/a/m/b/a/g0/d;
return-void
.end method
.method private synthetic constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V
.locals 0
check-cast p1, Landroid/view/View;
check-cast p2, Ljava/lang/Integer;
check-cast p3, Lcom/discord/utilities/mg_recycler/MGRecyclerDataPayload;
invoke-static {p1, p2, p3}, Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiAdapter$EmojiViewHolder;->a(Landroid/view/View;Ljava/lang/Integer;Lcom/discord/utilities/mg_recycler/MGRecyclerDataPayload;)V
return-void
.end method

View file

@ -0,0 +1,34 @@
.class public final synthetic Lf/a/m/b/a/g0/e;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lrx/functions/Action1;
# instance fields
.field private final synthetic d:Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiAdapter;
# direct methods
.method public synthetic constructor <init>(Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiAdapter;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/a/g0/e;->d:Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiAdapter;
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;)V
.locals 1
iget-object v0, p0, Lf/a/m/b/a/g0/e;->d:Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiAdapter;
invoke-virtual {v0, p1}, Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiAdapter;->a(Ljava/lang/Object;)V
return-void
.end method

View file

@ -0,0 +1,34 @@
.class public final synthetic Lf/a/m/b/a/g0/f;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Landroid/view/View$OnClickListener;
# instance fields
.field private final synthetic d:Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker;
# direct methods
.method public synthetic constructor <init>(Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/a/g0/f;->d:Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker;
return-void
.end method
# virtual methods
.method public final onClick(Landroid/view/View;)V
.locals 1
iget-object v0, p0, Lf/a/m/b/a/g0/f;->d:Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker;
invoke-virtual {v0, p1}, Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker;->a(Landroid/view/View;)V
return-void
.end method

View file

@ -0,0 +1,44 @@
.class public final synthetic Lf/a/m/b/a/g0/g;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lg0/l/i;
# instance fields
.field private final synthetic d:Lrx/Observable;
.field private final synthetic e:Landroid/content/Context;
# direct methods
.method public synthetic constructor <init>(Lrx/Observable;Landroid/content/Context;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/a/g0/g;->d:Lrx/Observable;
iput-object p2, p0, Lf/a/m/b/a/g0/g;->e:Landroid/content/Context;
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;)Ljava/lang/Object;
.locals 2
iget-object v0, p0, Lf/a/m/b/a/g0/g;->d:Lrx/Observable;
iget-object v1, p0, Lf/a/m/b/a/g0/g;->e:Landroid/content/Context;
check-cast p1, Lcom/discord/stores/StoreEmoji$EmojiContext;
invoke-static {v0, v1, p1}, Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker$Model;->a(Lrx/Observable;Landroid/content/Context;Lcom/discord/stores/StoreEmoji$EmojiContext;)Lrx/Observable;
move-result-object p1
return-object p1
.end method

View file

@ -0,0 +1,58 @@
.class public final synthetic Lf/a/m/b/a/g0/h;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lrx/functions/Func4;
# instance fields
.field private final synthetic d:Lcom/discord/stores/StoreEmoji$EmojiContext;
.field private final synthetic e:Landroid/content/Context;
# direct methods
.method public synthetic constructor <init>(Lcom/discord/stores/StoreEmoji$EmojiContext;Landroid/content/Context;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/a/g0/h;->d:Lcom/discord/stores/StoreEmoji$EmojiContext;
iput-object p2, p0, Lf/a/m/b/a/g0/h;->e:Landroid/content/Context;
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
.locals 6
iget-object v0, p0, Lf/a/m/b/a/g0/h;->d:Lcom/discord/stores/StoreEmoji$EmojiContext;
iget-object v1, p0, Lf/a/m/b/a/g0/h;->e:Landroid/content/Context;
move-object v2, p1
check-cast v2, Lcom/discord/models/domain/emoji/EmojiSet;
move-object v3, p2
check-cast v3, Ljava/util/LinkedHashMap;
move-object v4, p3
check-cast v4, Ljava/lang/String;
move-object v5, p4
check-cast v5, Ljava/lang/Boolean;
invoke-static/range {v0 .. v5}, Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker$Model;->a(Lcom/discord/stores/StoreEmoji$EmojiContext;Landroid/content/Context;Lcom/discord/models/domain/emoji/EmojiSet;Ljava/util/LinkedHashMap;Ljava/lang/String;Ljava/lang/Boolean;)Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker$Model;
move-result-object p1
return-object p1
.end method

View file

@ -0,0 +1,46 @@
.class public final synthetic Lf/a/m/b/a/g0/i;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lg0/l/i;
# static fields
.field public static final synthetic d:Lf/a/m/b/a/g0/i;
# direct methods
.method static synthetic constructor <clinit>()V
.locals 1
new-instance v0, Lf/a/m/b/a/g0/i;
invoke-direct {v0}, Lf/a/m/b/a/g0/i;-><init>()V
sput-object v0, Lf/a/m/b/a/g0/i;->d:Lf/a/m/b/a/g0/i;
return-void
.end method
.method private synthetic constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;)Ljava/lang/Object;
.locals 0
check-cast p1, Lcom/discord/models/domain/ModelChannel;
invoke-static {p1}, Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker$Model;->a(Lcom/discord/models/domain/ModelChannel;)Lcom/discord/stores/StoreEmoji$EmojiContext;
move-result-object p1
return-object p1
.end method

View file

@ -0,0 +1,36 @@
.class public final synthetic Lf/a/m/b/a/g0/j;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lrx/functions/Action1;
# instance fields
.field private final synthetic d:Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker;
# direct methods
.method public synthetic constructor <init>(Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/a/g0/j;->d:Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker;
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;)V
.locals 1
iget-object v0, p0, Lf/a/m/b/a/g0/j;->d:Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker;
check-cast p1, Ljava/lang/String;
invoke-static {v0, p1}, Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker;->a(Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker;Ljava/lang/String;)V
return-void
.end method

View file

@ -0,0 +1,34 @@
.class public final synthetic Lf/a/m/b/a/g0/k;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Landroid/view/View$OnClickListener;
# instance fields
.field private final synthetic d:Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker;
# direct methods
.method public synthetic constructor <init>(Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/a/g0/k;->d:Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker;
return-void
.end method
# virtual methods
.method public final onClick(Landroid/view/View;)V
.locals 1
iget-object v0, p0, Lf/a/m/b/a/g0/k;->d:Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker;
invoke-virtual {v0, p1}, Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker;->b(Landroid/view/View;)V
return-void
.end method

View file

@ -0,0 +1,36 @@
.class public final synthetic Lf/a/m/b/a/g0/l;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lrx/functions/Action1;
# instance fields
.field private final synthetic d:Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker;
# direct methods
.method public synthetic constructor <init>(Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/a/g0/l;->d:Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker;
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;)V
.locals 1
iget-object v0, p0, Lf/a/m/b/a/g0/l;->d:Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker;
check-cast p1, Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker$Model;
invoke-static {v0, p1}, Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker;->a(Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker;Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker$Model;)V
return-void
.end method

View file

@ -0,0 +1,34 @@
.class public final synthetic Lf/a/m/b/a/g0/m;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lrx/functions/Action0;
# instance fields
.field private final synthetic d:Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker;
# direct methods
.method public synthetic constructor <init>(Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/a/g0/m;->d:Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker;
return-void
.end method
# virtual methods
.method public final call()V
.locals 1
iget-object v0, p0, Lf/a/m/b/a/g0/m;->d:Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker;
invoke-virtual {v0}, Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker;->d()V
return-void
.end method

View file

@ -0,0 +1,38 @@
.class public final synthetic Lf/a/m/b/a/g0/n;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lrx/functions/Action2;
# instance fields
.field private final synthetic d:Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker;
# direct methods
.method public synthetic constructor <init>(Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/a/g0/n;->d:Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker;
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;Ljava/lang/Object;)V
.locals 1
iget-object v0, p0, Lf/a/m/b/a/g0/n;->d:Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker;
check-cast p1, Lcom/discord/models/domain/emoji/Emoji;
check-cast p2, Ljava/util/HashMap;
invoke-virtual {v0, p1, p2}, Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker;->a(Lcom/discord/models/domain/emoji/Emoji;Ljava/util/HashMap;)V
return-void
.end method

View file

@ -0,0 +1,34 @@
.class public final synthetic Lf/a/m/b/a/g0/o;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lrx/functions/Action0;
# instance fields
.field private final synthetic d:Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker;
# direct methods
.method public synthetic constructor <init>(Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/a/g0/o;->d:Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker;
return-void
.end method
# virtual methods
.method public final call()V
.locals 1
iget-object v0, p0, Lf/a/m/b/a/g0/o;->d:Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker;
invoke-virtual {v0}, Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker;->c()V
return-void
.end method

View file

@ -0,0 +1,42 @@
.class public final synthetic Lf/a/m/b/a/g0/p;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lrx/functions/Action1;
# instance fields
.field private final synthetic d:Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker;
.field private final synthetic e:Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker$Model;
# direct methods
.method public synthetic constructor <init>(Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker;Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker$Model;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/a/g0/p;->d:Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker;
iput-object p2, p0, Lf/a/m/b/a/g0/p;->e:Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker$Model;
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;)V
.locals 2
iget-object v0, p0, Lf/a/m/b/a/g0/p;->d:Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker;
iget-object v1, p0, Lf/a/m/b/a/g0/p;->e:Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker$Model;
check-cast p1, Ljava/lang/Integer;
invoke-virtual {v0, v1, p1}, Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker;->a(Lcom/discord/widgets/chat/input/emoji/WidgetChatInputEmojiPicker$Model;Ljava/lang/Integer;)V
return-void
.end method

View file

@ -0,0 +1,60 @@
.class public final synthetic Lf/a/m/b/a/h;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lrx/functions/Func6;
# instance fields
.field private final synthetic d:Lcom/discord/models/domain/ModelChannel;
# direct methods
.method public synthetic constructor <init>(Lcom/discord/models/domain/ModelChannel;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/a/h;->d:Lcom/discord/models/domain/ModelChannel;
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
.locals 7
iget-object v0, p0, Lf/a/m/b/a/h;->d:Lcom/discord/models/domain/ModelChannel;
move-object v1, p1
check-cast v1, Ljava/lang/Long;
move-object v2, p2
check-cast v2, Ljava/lang/Long;
move-object v3, p3
check-cast v3, Ljava/util/Map;
move-object v4, p4
check-cast v4, Ljava/util/Map;
move-object v5, p5
check-cast v5, Ljava/util/Map;
move-object v6, p6
check-cast v6, Ljava/util/Map;
invoke-static/range {v0 .. v6}, Lcom/discord/widgets/chat/input/WidgetChatInputCommandsModel;->a(Lcom/discord/models/domain/ModelChannel;Ljava/lang/Long;Ljava/lang/Long;Ljava/util/Map;Ljava/util/Map;Ljava/util/Map;Ljava/util/Map;)Ljava/util/Collection;
move-result-object p1
return-object p1
.end method

View file

@ -0,0 +1,40 @@
.class public final synthetic Lf/a/m/b/a/i;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lrx/functions/Func2;
# instance fields
.field private final synthetic d:Landroid/content/Context;
# direct methods
.method public synthetic constructor <init>(Landroid/content/Context;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/a/i;->d:Landroid/content/Context;
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
.locals 1
iget-object v0, p0, Lf/a/m/b/a/i;->d:Landroid/content/Context;
check-cast p1, Ljava/util/Map;
check-cast p2, Ljava/util/Map;
invoke-static {v0, p1, p2}, Lcom/discord/widgets/chat/input/WidgetChatInputCommandsModel;->a(Landroid/content/Context;Ljava/util/Map;Ljava/util/Map;)Ljava/util/List;
move-result-object p1
return-object p1
.end method

View file

@ -0,0 +1,38 @@
.class public final synthetic Lf/a/m/b/a/j;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lg0/l/i;
# instance fields
.field private final synthetic d:Landroid/content/Context;
# direct methods
.method public synthetic constructor <init>(Landroid/content/Context;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/a/j;->d:Landroid/content/Context;
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;)Ljava/lang/Object;
.locals 1
iget-object v0, p0, Lf/a/m/b/a/j;->d:Landroid/content/Context;
check-cast p1, Lcom/discord/models/domain/ModelChannel;
invoke-static {v0, p1}, Lcom/discord/widgets/chat/input/WidgetChatInputCommandsModel;->a(Landroid/content/Context;Lcom/discord/models/domain/ModelChannel;)Lrx/Observable;
move-result-object p1
return-object p1
.end method

View file

@ -0,0 +1,46 @@
.class public final synthetic Lf/a/m/b/a/k;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lg0/l/i;
# static fields
.field public static final synthetic d:Lf/a/m/b/a/k;
# direct methods
.method static synthetic constructor <clinit>()V
.locals 1
new-instance v0, Lf/a/m/b/a/k;
invoke-direct {v0}, Lf/a/m/b/a/k;-><init>()V
sput-object v0, Lf/a/m/b/a/k;->d:Lf/a/m/b/a/k;
return-void
.end method
.method private synthetic constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;)Ljava/lang/Object;
.locals 0
check-cast p1, Lcom/discord/models/domain/ModelChannel;
invoke-static {p1}, Lcom/discord/widgets/chat/input/WidgetChatInputCommandsModel;->a(Lcom/discord/models/domain/ModelChannel;)Ljava/lang/Boolean;
move-result-object p1
return-object p1
.end method

View file

@ -0,0 +1,52 @@
.class public final synthetic Lf/a/m/b/a/l;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lrx/functions/Func4;
# static fields
.field public static final synthetic d:Lf/a/m/b/a/l;
# direct methods
.method static synthetic constructor <clinit>()V
.locals 1
new-instance v0, Lf/a/m/b/a/l;
invoke-direct {v0}, Lf/a/m/b/a/l;-><init>()V
sput-object v0, Lf/a/m/b/a/l;->d:Lf/a/m/b/a/l;
return-void
.end method
.method private synthetic constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
.locals 0
check-cast p1, Ljava/util/Collection;
check-cast p2, Ljava/util/List;
check-cast p3, Ljava/util/Collection;
check-cast p4, Ljava/util/Collection;
invoke-static {p1, p2, p3, p4}, Lcom/discord/widgets/chat/input/WidgetChatInputCommandsModel;->a(Ljava/util/Collection;Ljava/util/List;Ljava/util/Collection;Ljava/util/Collection;)Ljava/util/Collection;
move-result-object p1
return-object p1
.end method

View file

@ -0,0 +1,46 @@
.class public final synthetic Lf/a/m/b/a/m;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lg0/l/i;
# static fields
.field public static final synthetic d:Lf/a/m/b/a/m;
# direct methods
.method static synthetic constructor <clinit>()V
.locals 1
new-instance v0, Lf/a/m/b/a/m;
invoke-direct {v0}, Lf/a/m/b/a/m;-><init>()V
sput-object v0, Lf/a/m/b/a/m;->d:Lf/a/m/b/a/m;
return-void
.end method
.method private synthetic constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;)Ljava/lang/Object;
.locals 0
check-cast p1, Lcom/discord/models/domain/ModelGuild;
invoke-static {p1}, Lcom/discord/widgets/chat/input/WidgetChatInputCommandsModel;->a(Lcom/discord/models/domain/ModelGuild;)Ljava/lang/Boolean;
move-result-object p1
return-object p1
.end method

View file

@ -0,0 +1,40 @@
.class public final synthetic Lf/a/m/b/a/n;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lrx/functions/Func2;
# instance fields
.field private final synthetic d:Lcom/discord/models/domain/ModelChannel;
# direct methods
.method public synthetic constructor <init>(Lcom/discord/models/domain/ModelChannel;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/a/n;->d:Lcom/discord/models/domain/ModelChannel;
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
.locals 1
iget-object v0, p0, Lf/a/m/b/a/n;->d:Lcom/discord/models/domain/ModelChannel;
check-cast p1, Ljava/util/Map;
check-cast p2, Ljava/util/Map;
invoke-static {v0, p1, p2}, Lcom/discord/widgets/chat/input/WidgetChatInputCommandsModel;->a(Lcom/discord/models/domain/ModelChannel;Ljava/util/Map;Ljava/util/Map;)Ljava/util/Collection;
move-result-object p1
return-object p1
.end method

View file

@ -0,0 +1,44 @@
.class public final synthetic Lf/a/m/b/a/o;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lcom/discord/widgets/chat/input/WidgetChatInputSlashAction;
# static fields
.field public static final synthetic a:Lf/a/m/b/a/o;
# direct methods
.method static synthetic constructor <clinit>()V
.locals 1
new-instance v0, Lf/a/m/b/a/o;
invoke-direct {v0}, Lf/a/m/b/a/o;-><init>()V
sput-object v0, Lf/a/m/b/a/o;->a:Lf/a/m/b/a/o;
return-void
.end method
.method private synthetic constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/String;Lcom/discord/widgets/chat/input/WidgetChatInputCommandsModel;)Ljava/lang/String;
.locals 0
invoke-static {p1, p2}, Lcom/discord/widgets/chat/input/WidgetChatInputCommandsModel;->a(Ljava/lang/String;Lcom/discord/widgets/chat/input/WidgetChatInputCommandsModel;)Ljava/lang/String;
move-result-object p1
return-object p1
.end method

View file

@ -0,0 +1,36 @@
.class public final synthetic Lf/a/m/b/a/p;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Landroid/view/View$OnKeyListener;
# instance fields
.field private final synthetic d:Lcom/discord/widgets/chat/input/WidgetChatInputEditText;
# direct methods
.method public synthetic constructor <init>(Lcom/discord/widgets/chat/input/WidgetChatInputEditText;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/a/p;->d:Lcom/discord/widgets/chat/input/WidgetChatInputEditText;
return-void
.end method
# virtual methods
.method public final onKey(Landroid/view/View;ILandroid/view/KeyEvent;)Z
.locals 1
iget-object v0, p0, Lf/a/m/b/a/p;->d:Lcom/discord/widgets/chat/input/WidgetChatInputEditText;
invoke-virtual {v0, p1, p2, p3}, Lcom/discord/widgets/chat/input/WidgetChatInputEditText;->a(Landroid/view/View;ILandroid/view/KeyEvent;)Z
move-result p1
return p1
.end method

View file

@ -0,0 +1,34 @@
.class public final synthetic Lf/a/m/b/a/q;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lcom/discord/widgets/chat/input/WidgetChatInputMentions$OnTagsMatched;
# instance fields
.field private final synthetic a:Lcom/discord/widgets/chat/input/WidgetChatInputEditText;
# direct methods
.method public synthetic constructor <init>(Lcom/discord/widgets/chat/input/WidgetChatInputEditText;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/a/q;->a:Lcom/discord/widgets/chat/input/WidgetChatInputEditText;
return-void
.end method
# virtual methods
.method public final onTagsMatched(Ljava/util/List;)V
.locals 1
iget-object v0, p0, Lf/a/m/b/a/q;->a:Lcom/discord/widgets/chat/input/WidgetChatInputEditText;
invoke-virtual {v0, p1}, Lcom/discord/widgets/chat/input/WidgetChatInputEditText;->a(Ljava/util/List;)V
return-void
.end method

View file

@ -0,0 +1,36 @@
.class public final synthetic Lf/a/m/b/a/r;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Landroid/widget/TextView$OnEditorActionListener;
# instance fields
.field private final synthetic a:Lcom/discord/widgets/chat/input/WidgetChatInputEditText;
# direct methods
.method public synthetic constructor <init>(Lcom/discord/widgets/chat/input/WidgetChatInputEditText;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/a/r;->a:Lcom/discord/widgets/chat/input/WidgetChatInputEditText;
return-void
.end method
# virtual methods
.method public final onEditorAction(Landroid/widget/TextView;ILandroid/view/KeyEvent;)Z
.locals 1
iget-object v0, p0, Lf/a/m/b/a/r;->a:Lcom/discord/widgets/chat/input/WidgetChatInputEditText;
invoke-virtual {v0, p1, p2, p3}, Lcom/discord/widgets/chat/input/WidgetChatInputEditText;->a(Landroid/widget/TextView;ILandroid/view/KeyEvent;)Z
move-result p1
return p1
.end method

View file

@ -0,0 +1,36 @@
.class public final synthetic Lf/a/m/b/a/s;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lrx/functions/Action1;
# instance fields
.field private final synthetic d:Lcom/discord/widgets/chat/input/WidgetChatInputEditText;
# direct methods
.method public synthetic constructor <init>(Lcom/discord/widgets/chat/input/WidgetChatInputEditText;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/a/s;->d:Lcom/discord/widgets/chat/input/WidgetChatInputEditText;
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;)V
.locals 1
iget-object v0, p0, Lf/a/m/b/a/s;->d:Lcom/discord/widgets/chat/input/WidgetChatInputEditText;
check-cast p1, Lcom/discord/widgets/chat/input/WidgetChatInputCommandsModel;
invoke-static {v0, p1}, Lcom/discord/widgets/chat/input/WidgetChatInputEditText;->a(Lcom/discord/widgets/chat/input/WidgetChatInputEditText;Lcom/discord/widgets/chat/input/WidgetChatInputCommandsModel;)V
return-void
.end method

View file

@ -0,0 +1,48 @@
.class public final synthetic Lf/a/m/b/a/t;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lrx/functions/Func2;
# static fields
.field public static final synthetic d:Lf/a/m/b/a/t;
# direct methods
.method static synthetic constructor <clinit>()V
.locals 1
new-instance v0, Lf/a/m/b/a/t;
invoke-direct {v0}, Lf/a/m/b/a/t;-><init>()V
sput-object v0, Lf/a/m/b/a/t;->d:Lf/a/m/b/a/t;
return-void
.end method
.method private synthetic constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
.locals 0
check-cast p1, Ljava/lang/Boolean;
check-cast p2, Ljava/lang/Boolean;
invoke-static {p1, p2}, Lcom/discord/widgets/chat/input/WidgetChatInputEditText;->a(Ljava/lang/Boolean;Ljava/lang/Boolean;)Ljava/lang/Boolean;
move-result-object p1
return-object p1
.end method

View file

@ -0,0 +1,36 @@
.class public final synthetic Lf/a/m/b/a/u;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lrx/functions/Action1;
# instance fields
.field private final synthetic d:Lcom/discord/widgets/chat/input/WidgetChatInputMentions;
# direct methods
.method public synthetic constructor <init>(Lcom/discord/widgets/chat/input/WidgetChatInputMentions;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/a/u;->d:Lcom/discord/widgets/chat/input/WidgetChatInputMentions;
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;)V
.locals 1
iget-object v0, p0, Lf/a/m/b/a/u;->d:Lcom/discord/widgets/chat/input/WidgetChatInputMentions;
check-cast p1, Ljava/util/List;
invoke-virtual {v0, p1}, Lcom/discord/widgets/chat/input/WidgetChatInputMentions;->a(Ljava/util/List;)V
return-void
.end method

View file

@ -0,0 +1,44 @@
.class public final synthetic Lf/a/m/b/a/v;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lkotlin/jvm/functions/Function1;
# instance fields
.field private final synthetic d:Lcom/discord/widgets/chat/input/WidgetChatInputMentions;
.field private final synthetic e:Landroid/widget/EditText;
# direct methods
.method public synthetic constructor <init>(Lcom/discord/widgets/chat/input/WidgetChatInputMentions;Landroid/widget/EditText;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/a/v;->d:Lcom/discord/widgets/chat/input/WidgetChatInputMentions;
iput-object p2, p0, Lf/a/m/b/a/v;->e:Landroid/widget/EditText;
return-void
.end method
# virtual methods
.method public final invoke(Ljava/lang/Object;)Ljava/lang/Object;
.locals 2
iget-object v0, p0, Lf/a/m/b/a/v;->d:Lcom/discord/widgets/chat/input/WidgetChatInputMentions;
iget-object v1, p0, Lf/a/m/b/a/v;->e:Landroid/widget/EditText;
check-cast p1, Landroid/text/Editable;
invoke-virtual {v0, v1, p1}, Lcom/discord/widgets/chat/input/WidgetChatInputMentions;->a(Landroid/widget/EditText;Landroid/text/Editable;)Lkotlin/Unit;
move-result-object p1
return-object p1
.end method

View file

@ -0,0 +1,38 @@
.class public final synthetic Lf/a/m/b/a/w;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lg0/l/i;
# instance fields
.field private final synthetic d:Lcom/discord/widgets/chat/input/WidgetChatInputMentions;
# direct methods
.method public synthetic constructor <init>(Lcom/discord/widgets/chat/input/WidgetChatInputMentions;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/a/w;->d:Lcom/discord/widgets/chat/input/WidgetChatInputMentions;
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;)Ljava/lang/Object;
.locals 1
iget-object v0, p0, Lf/a/m/b/a/w;->d:Lcom/discord/widgets/chat/input/WidgetChatInputMentions;
check-cast p1, Ljava/lang/String;
invoke-virtual {v0, p1}, Lcom/discord/widgets/chat/input/WidgetChatInputMentions;->a(Ljava/lang/String;)Ljava/util/List;
move-result-object p1
return-object p1
.end method

View file

@ -0,0 +1,48 @@
.class public final synthetic Lf/a/m/b/a/x;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Landroid/view/View$OnClickListener;
# static fields
.field public static final synthetic d:Lf/a/m/b/a/x;
# direct methods
.method static synthetic constructor <clinit>()V
.locals 1
new-instance v0, Lf/a/m/b/a/x;
invoke-direct {v0}, Lf/a/m/b/a/x;-><init>()V
sput-object v0, Lf/a/m/b/a/x;->d:Lf/a/m/b/a/x;
return-void
.end method
.method private synthetic constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final onClick(Landroid/view/View;)V
.locals 1
invoke-virtual {p1}, Landroid/view/View;->getContext()Landroid/content/Context;
move-result-object p1
sget-object v0, Lcom/discord/widgets/user/account/WidgetUserAccountVerifyBase$Mode;->UNFORCED:Lcom/discord/widgets/user/account/WidgetUserAccountVerifyBase$Mode;
invoke-static {p1, v0}, Lcom/discord/widgets/user/phone/WidgetUserPhoneAdd;->launch(Landroid/content/Context;Lcom/discord/widgets/user/account/WidgetUserAccountVerifyBase$Mode;)V
return-void
.end method

View file

@ -0,0 +1,48 @@
.class public final synthetic Lf/a/m/b/a/y;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Landroid/view/View$OnClickListener;
# static fields
.field public static final synthetic d:Lf/a/m/b/a/y;
# direct methods
.method static synthetic constructor <clinit>()V
.locals 1
new-instance v0, Lf/a/m/b/a/y;
invoke-direct {v0}, Lf/a/m/b/a/y;-><init>()V
sput-object v0, Lf/a/m/b/a/y;->d:Lf/a/m/b/a/y;
return-void
.end method
.method private synthetic constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final onClick(Landroid/view/View;)V
.locals 1
invoke-virtual {p1}, Landroid/view/View;->getContext()Landroid/content/Context;
move-result-object p1
sget-object v0, Lcom/discord/widgets/user/account/WidgetUserAccountVerifyBase$Mode;->UNFORCED:Lcom/discord/widgets/user/account/WidgetUserAccountVerifyBase$Mode;
invoke-static {p1, v0}, Lcom/discord/widgets/user/email/WidgetUserEmailVerify;->launch(Landroid/content/Context;Lcom/discord/widgets/user/account/WidgetUserAccountVerifyBase$Mode;)V
return-void
.end method

View file

@ -0,0 +1,46 @@
.class public final synthetic Lf/a/m/b/a/z;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lkotlin/jvm/functions/Function1;
# static fields
.field public static final synthetic d:Lf/a/m/b/a/z;
# direct methods
.method static synthetic constructor <clinit>()V
.locals 1
new-instance v0, Lf/a/m/b/a/z;
invoke-direct {v0}, Lf/a/m/b/a/z;-><init>()V
sput-object v0, Lf/a/m/b/a/z;->d:Lf/a/m/b/a/z;
return-void
.end method
.method private synthetic constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final invoke(Ljava/lang/Object;)Ljava/lang/Object;
.locals 0
check-cast p1, Lcom/discord/models/domain/ModelChannel;
invoke-static {p1}, Lcom/discord/widgets/chat/input/WidgetChatInputModel;->a(Lcom/discord/models/domain/ModelChannel;)Ljava/lang/Boolean;
move-result-object p1
return-object p1
.end method

View file

@ -0,0 +1,38 @@
.class public final synthetic Lf/a/m/b/b/a;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lkotlin/jvm/functions/Function1;
# instance fields
.field private final synthetic d:Ljava/lang/ref/WeakReference;
# direct methods
.method public synthetic constructor <init>(Ljava/lang/ref/WeakReference;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/b/a;->d:Ljava/lang/ref/WeakReference;
return-void
.end method
# virtual methods
.method public final invoke(Ljava/lang/Object;)Ljava/lang/Object;
.locals 1
iget-object v0, p0, Lf/a/m/b/b/a;->d:Ljava/lang/ref/WeakReference;
check-cast p1, Ljava/lang/String;
invoke-static {v0, p1}, Lcom/discord/widgets/chat/list/WidgetChatList$1;->a(Ljava/lang/ref/WeakReference;Ljava/lang/String;)Lkotlin/Unit;
move-result-object p1
return-object p1
.end method

View file

@ -0,0 +1,48 @@
.class public final synthetic Lf/a/m/b/b/a0;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Landroid/view/View$OnLongClickListener;
# instance fields
.field private final synthetic d:Lcom/discord/widgets/chat/list/WidgetChatListAdapterItemReactions;
.field private final synthetic e:J
.field private final synthetic f:Lcom/discord/models/domain/ModelMessageReaction;
# direct methods
.method public synthetic constructor <init>(Lcom/discord/widgets/chat/list/WidgetChatListAdapterItemReactions;JLcom/discord/models/domain/ModelMessageReaction;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/b/a0;->d:Lcom/discord/widgets/chat/list/WidgetChatListAdapterItemReactions;
iput-wide p2, p0, Lf/a/m/b/b/a0;->e:J
iput-object p4, p0, Lf/a/m/b/b/a0;->f:Lcom/discord/models/domain/ModelMessageReaction;
return-void
.end method
# virtual methods
.method public final onLongClick(Landroid/view/View;)Z
.locals 4
iget-object v0, p0, Lf/a/m/b/b/a0;->d:Lcom/discord/widgets/chat/list/WidgetChatListAdapterItemReactions;
iget-wide v1, p0, Lf/a/m/b/b/a0;->e:J
iget-object v3, p0, Lf/a/m/b/b/a0;->f:Lcom/discord/models/domain/ModelMessageReaction;
invoke-virtual {v0, v1, v2, v3, p1}, Lcom/discord/widgets/chat/list/WidgetChatListAdapterItemReactions;->b(JLcom/discord/models/domain/ModelMessageReaction;Landroid/view/View;)Z
move-result p1
return p1
.end method

View file

@ -0,0 +1,52 @@
.class public final synthetic Lf/a/m/b/b/b;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lrx/functions/Action0;
# instance fields
.field private final synthetic d:Landroid/content/Context;
.field private final synthetic e:Landroid/net/Uri;
.field private final synthetic f:Ljava/lang/String;
.field private final synthetic g:Ljava/lang/ref/WeakReference;
# direct methods
.method public synthetic constructor <init>(Landroid/content/Context;Landroid/net/Uri;Ljava/lang/String;Ljava/lang/ref/WeakReference;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/b/b;->d:Landroid/content/Context;
iput-object p2, p0, Lf/a/m/b/b/b;->e:Landroid/net/Uri;
iput-object p3, p0, Lf/a/m/b/b/b;->f:Ljava/lang/String;
iput-object p4, p0, Lf/a/m/b/b/b;->g:Ljava/lang/ref/WeakReference;
return-void
.end method
# virtual methods
.method public final call()V
.locals 4
iget-object v0, p0, Lf/a/m/b/b/b;->d:Landroid/content/Context;
iget-object v1, p0, Lf/a/m/b/b/b;->e:Landroid/net/Uri;
iget-object v2, p0, Lf/a/m/b/b/b;->f:Ljava/lang/String;
iget-object v3, p0, Lf/a/m/b/b/b;->g:Ljava/lang/ref/WeakReference;
invoke-static {v0, v1, v2, v3}, Lcom/discord/widgets/chat/list/WidgetChatList$1;->a(Landroid/content/Context;Landroid/net/Uri;Ljava/lang/String;Ljava/lang/ref/WeakReference;)V
return-void
.end method

View file

@ -0,0 +1,90 @@
.class public final synthetic Lf/a/m/b/b/b0/a;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lrx/functions/Func9;
# static fields
.field public static final synthetic d:Lf/a/m/b/b/b0/a;
# direct methods
.method static synthetic constructor <clinit>()V
.locals 1
new-instance v0, Lf/a/m/b/b/b0/a;
invoke-direct {v0}, Lf/a/m/b/b/b0/a;-><init>()V
sput-object v0, Lf/a/m/b/b/b0/a;->d:Lf/a/m/b/b/b0/a;
return-void
.end method
.method private synthetic constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
.locals 12
new-instance v11, Lcom/discord/widgets/chat/list/model/WidgetChatListModel;
move-object v1, p1
check-cast v1, Lcom/discord/models/domain/ModelChannel;
move-object v2, p2
check-cast v2, Lcom/discord/widgets/chat/list/model/WidgetChatListModelTop;
move-object v3, p3
check-cast v3, Lcom/discord/widgets/chat/list/model/WidgetChatListModel$Messages;
move-object/from16 v0, p4
check-cast v0, Ljava/lang/Boolean;
invoke-virtual {v0}, Ljava/lang/Boolean;->booleanValue()Z
move-result v4
move-object/from16 v5, p5
check-cast v5, Ljava/util/Map;
move-object/from16 v0, p6
check-cast v0, Ljava/lang/Long;
invoke-virtual {v0}, Ljava/lang/Long;->longValue()J
move-result-wide v6
move-object/from16 v8, p7
check-cast v8, Ljava/util/Map;
move-object/from16 v9, p8
check-cast v9, Lcom/discord/models/domain/ModelGuild;
move-object/from16 v10, p9
check-cast v10, Lcom/discord/widgets/chat/list/model/WidgetChatListModel$ChatListState;
move-object v0, v11
invoke-direct/range {v0 .. v10}, Lcom/discord/widgets/chat/list/model/WidgetChatListModel;-><init>(Lcom/discord/models/domain/ModelChannel;Lcom/discord/widgets/chat/list/model/WidgetChatListModelTop;Lcom/discord/widgets/chat/list/model/WidgetChatListModel$Messages;ZLjava/util/Map;JLjava/util/Map;Lcom/discord/models/domain/ModelGuild;Lcom/discord/widgets/chat/list/model/WidgetChatListModel$ChatListState;)V
return-object v11
.end method

View file

@ -0,0 +1,46 @@
.class public final synthetic Lf/a/m/b/b/b0/b;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lg0/l/i;
# static fields
.field public static final synthetic d:Lf/a/m/b/b/b0/b;
# direct methods
.method static synthetic constructor <clinit>()V
.locals 1
new-instance v0, Lf/a/m/b/b/b0/b;
invoke-direct {v0}, Lf/a/m/b/b/b0/b;-><init>()V
sput-object v0, Lf/a/m/b/b/b0/b;->d:Lf/a/m/b/b/b0/b;
return-void
.end method
.method private synthetic constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;)Ljava/lang/Object;
.locals 0
check-cast p1, Lcom/discord/stores/StoreMessagesLoader$ChannelLoadedState;
invoke-static {p1}, Lcom/discord/widgets/chat/list/model/WidgetChatListModel;->a(Lcom/discord/stores/StoreMessagesLoader$ChannelLoadedState;)Ljava/lang/Boolean;
move-result-object p1
return-object p1
.end method

View file

@ -0,0 +1,46 @@
.class public final synthetic Lf/a/m/b/b/b0/c;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lg0/l/i;
# static fields
.field public static final synthetic d:Lf/a/m/b/b/b0/c;
# direct methods
.method static synthetic constructor <clinit>()V
.locals 1
new-instance v0, Lf/a/m/b/b/b0/c;
invoke-direct {v0}, Lf/a/m/b/b/b0/c;-><init>()V
sput-object v0, Lf/a/m/b/b/b0/c;->d:Lf/a/m/b/b/b0/c;
return-void
.end method
.method private synthetic constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;)Ljava/lang/Object;
.locals 0
check-cast p1, Lcom/discord/stores/StoreMessagesLoader$ChannelLoadedState;
invoke-static {p1}, Lcom/discord/widgets/chat/list/model/WidgetChatListModel;->b(Lcom/discord/stores/StoreMessagesLoader$ChannelLoadedState;)Lcom/discord/widgets/chat/list/model/WidgetChatListModel$ChatListState;
move-result-object p1
return-object p1
.end method

View file

@ -0,0 +1,38 @@
.class public final synthetic Lf/a/m/b/b/b0/d;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lg0/l/i;
# instance fields
.field private final synthetic d:J
# direct methods
.method public synthetic constructor <init>(J)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-wide p1, p0, Lf/a/m/b/b/b0/d;->d:J
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;)Ljava/lang/Object;
.locals 2
iget-wide v0, p0, Lf/a/m/b/b/b0/d;->d:J
check-cast p1, Ljava/lang/Boolean;
invoke-static {v0, v1, p1}, Lcom/discord/widgets/chat/list/model/WidgetChatListModel;->a(JLjava/lang/Boolean;)Lrx/Observable;
move-result-object p1
return-object p1
.end method

View file

@ -0,0 +1,46 @@
.class public final synthetic Lf/a/m/b/b/b0/e;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lkotlin/jvm/functions/Function1;
# static fields
.field public static final synthetic d:Lf/a/m/b/b/b0/e;
# direct methods
.method static synthetic constructor <clinit>()V
.locals 1
new-instance v0, Lf/a/m/b/b/b0/e;
invoke-direct {v0}, Lf/a/m/b/b/b0/e;-><init>()V
sput-object v0, Lf/a/m/b/b/b0/e;->d:Lf/a/m/b/b/b0/e;
return-void
.end method
.method private synthetic constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final invoke(Ljava/lang/Object;)Ljava/lang/Object;
.locals 0
check-cast p1, Lcom/discord/models/domain/ModelChannel;
invoke-static {p1}, Lcom/discord/widgets/chat/list/model/WidgetChatListModel;->b(Lcom/discord/models/domain/ModelChannel;)Lrx/Observable;
move-result-object p1
return-object p1
.end method

View file

@ -0,0 +1,46 @@
.class public final synthetic Lf/a/m/b/b/b0/f;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lg0/l/i;
# static fields
.field public static final synthetic d:Lf/a/m/b/b/b0/f;
# direct methods
.method static synthetic constructor <clinit>()V
.locals 1
new-instance v0, Lf/a/m/b/b/b0/f;
invoke-direct {v0}, Lf/a/m/b/b/b0/f;-><init>()V
sput-object v0, Lf/a/m/b/b/b0/f;->d:Lf/a/m/b/b/b0/f;
return-void
.end method
.method private synthetic constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;)Ljava/lang/Object;
.locals 0
check-cast p1, Lcom/discord/models/application/Unread;
invoke-static {p1}, Lcom/discord/widgets/chat/list/model/WidgetChatListModel$Messages;->a(Lcom/discord/models/application/Unread;)Ljava/lang/Long;
move-result-object p1
return-object p1
.end method

View file

@ -0,0 +1,38 @@
.class public final synthetic Lf/a/m/b/b/b0/g;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lg0/l/i;
# instance fields
.field private final synthetic d:Lcom/discord/models/domain/ModelChannel;
# direct methods
.method public synthetic constructor <init>(Lcom/discord/models/domain/ModelChannel;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/b/b0/g;->d:Lcom/discord/models/domain/ModelChannel;
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;)Ljava/lang/Object;
.locals 1
iget-object v0, p0, Lf/a/m/b/b/b0/g;->d:Lcom/discord/models/domain/ModelChannel;
check-cast p1, Ljava/util/Map;
invoke-static {v0, p1}, Lcom/discord/widgets/chat/list/model/WidgetChatListModel$Messages;->a(Lcom/discord/models/domain/ModelChannel;Ljava/util/Map;)Ljava/util/Map;
move-result-object p1
return-object p1
.end method

View file

@ -0,0 +1,74 @@
.class public final synthetic Lf/a/m/b/b/b0/h;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lrx/functions/Func9;
# instance fields
.field private final synthetic d:Lcom/discord/models/domain/ModelChannel;
# direct methods
.method public synthetic constructor <init>(Lcom/discord/models/domain/ModelChannel;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/b/b0/h;->d:Lcom/discord/models/domain/ModelChannel;
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
.locals 11
move-object v0, p0
iget-object v1, v0, Lf/a/m/b/b/b0/h;->d:Lcom/discord/models/domain/ModelChannel;
move-object v2, p1
check-cast v2, Ljava/util/Map;
move-object v3, p2
check-cast v3, Ljava/util/List;
move-object v4, p3
check-cast v4, Ljava/util/List;
move-object v5, p4
check-cast v5, Ljava/util/Map;
move-object/from16 v6, p5
check-cast v6, Ljava/util/Map;
move-object/from16 v7, p6
check-cast v7, Ljava/lang/Long;
move-object/from16 v8, p7
check-cast v8, Ljava/util/Map;
move-object/from16 v9, p8
check-cast v9, Ljava/lang/Boolean;
move-object/from16 v10, p9
check-cast v10, Ljava/lang/Boolean;
invoke-static/range {v1 .. v10}, Lcom/discord/widgets/chat/list/model/WidgetChatListModel$Messages;->a(Lcom/discord/models/domain/ModelChannel;Ljava/util/Map;Ljava/util/List;Ljava/util/List;Ljava/util/Map;Ljava/util/Map;Ljava/lang/Long;Ljava/util/Map;Ljava/lang/Boolean;Ljava/lang/Boolean;)Lcom/discord/widgets/chat/list/model/WidgetChatListModel$Messages;
move-result-object v1
return-object v1
.end method

View file

@ -0,0 +1,46 @@
.class public final synthetic Lf/a/m/b/b/b0/i;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lg0/l/i;
# static fields
.field public static final synthetic d:Lf/a/m/b/b/b0/i;
# direct methods
.method static synthetic constructor <clinit>()V
.locals 1
new-instance v0, Lf/a/m/b/b/b0/i;
invoke-direct {v0}, Lf/a/m/b/b/b0/i;-><init>()V
sput-object v0, Lf/a/m/b/b/b0/i;->d:Lf/a/m/b/b/b0/i;
return-void
.end method
.method private synthetic constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;)Ljava/lang/Object;
.locals 0
check-cast p1, Ljava/lang/Integer;
invoke-static {p1}, Lcom/discord/widgets/chat/list/model/WidgetChatListModel;->a(Ljava/lang/Integer;)Ljava/lang/Boolean;
move-result-object p1
return-object p1
.end method

View file

@ -0,0 +1,46 @@
.class public final synthetic Lf/a/m/b/b/b0/j;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lkotlin/jvm/functions/Function1;
# static fields
.field public static final synthetic d:Lf/a/m/b/b/b0/j;
# direct methods
.method static synthetic constructor <clinit>()V
.locals 1
new-instance v0, Lf/a/m/b/b/b0/j;
invoke-direct {v0}, Lf/a/m/b/b/b0/j;-><init>()V
sput-object v0, Lf/a/m/b/b/b0/j;->d:Lf/a/m/b/b/b0/j;
return-void
.end method
.method private synthetic constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final invoke(Ljava/lang/Object;)Ljava/lang/Object;
.locals 0
check-cast p1, Lcom/discord/models/domain/ModelChannel;
invoke-static {p1}, Lcom/discord/widgets/chat/list/model/WidgetChatListModel;->a(Lcom/discord/models/domain/ModelChannel;)Ljava/lang/Boolean;
move-result-object p1
return-object p1
.end method

View file

@ -0,0 +1,42 @@
.class public final synthetic Lf/a/m/b/b/c;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lrx/functions/Action1;
# instance fields
.field private final synthetic d:Lcom/discord/widgets/chat/list/WidgetChatList$1;
.field private final synthetic e:Lcom/discord/models/domain/ModelApplication;
# direct methods
.method public synthetic constructor <init>(Lcom/discord/widgets/chat/list/WidgetChatList$1;Lcom/discord/models/domain/ModelApplication;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/b/c;->d:Lcom/discord/widgets/chat/list/WidgetChatList$1;
iput-object p2, p0, Lf/a/m/b/b/c;->e:Lcom/discord/models/domain/ModelApplication;
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;)V
.locals 2
iget-object v0, p0, Lf/a/m/b/b/c;->d:Lcom/discord/widgets/chat/list/WidgetChatList$1;
iget-object v1, p0, Lf/a/m/b/b/c;->e:Lcom/discord/models/domain/ModelApplication;
check-cast p1, Lcom/discord/models/domain/activity/ModelActivity$ActionConfirmation;
invoke-virtual {v0, v1, p1}, Lcom/discord/widgets/chat/list/WidgetChatList$1;->a(Lcom/discord/models/domain/ModelApplication;Lcom/discord/models/domain/activity/ModelActivity$ActionConfirmation;)V
return-void
.end method

View file

@ -0,0 +1,38 @@
.class public final synthetic Lf/a/m/b/b/d;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lkotlin/jvm/functions/Function1;
# instance fields
.field private final synthetic d:Ljava/lang/ref/WeakReference;
# direct methods
.method public synthetic constructor <init>(Ljava/lang/ref/WeakReference;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/b/d;->d:Ljava/lang/ref/WeakReference;
return-void
.end method
# virtual methods
.method public final invoke(Ljava/lang/Object;)Ljava/lang/Object;
.locals 1
iget-object v0, p0, Lf/a/m/b/b/d;->d:Ljava/lang/ref/WeakReference;
check-cast p1, Ljava/lang/Throwable;
invoke-static {v0, p1}, Lcom/discord/widgets/chat/list/WidgetChatList$1;->a(Ljava/lang/ref/WeakReference;Ljava/lang/Throwable;)Lkotlin/Unit;
move-result-object p1
return-object p1
.end method

View file

@ -0,0 +1,36 @@
.class public final synthetic Lf/a/m/b/b/e;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lrx/functions/Action1;
# instance fields
.field private final synthetic d:Lcom/discord/widgets/chat/list/WidgetChatList;
# direct methods
.method public synthetic constructor <init>(Lcom/discord/widgets/chat/list/WidgetChatList;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/b/e;->d:Lcom/discord/widgets/chat/list/WidgetChatList;
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;)V
.locals 1
iget-object v0, p0, Lf/a/m/b/b/e;->d:Lcom/discord/widgets/chat/list/WidgetChatList;
check-cast p1, Lcom/discord/widgets/chat/list/model/WidgetChatListModel;
invoke-static {v0, p1}, Lcom/discord/widgets/chat/list/WidgetChatList;->a(Lcom/discord/widgets/chat/list/WidgetChatList;Lcom/discord/widgets/chat/list/model/WidgetChatListModel;)V
return-void
.end method

View file

@ -0,0 +1,38 @@
.class public final synthetic Lf/a/m/b/b/f;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lrx/functions/Action2;
# instance fields
.field private final synthetic d:Lcom/discord/widgets/chat/list/WidgetChatList;
# direct methods
.method public synthetic constructor <init>(Lcom/discord/widgets/chat/list/WidgetChatList;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/b/f;->d:Lcom/discord/widgets/chat/list/WidgetChatList;
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;Ljava/lang/Object;)V
.locals 1
iget-object v0, p0, Lf/a/m/b/b/f;->d:Lcom/discord/widgets/chat/list/WidgetChatList;
check-cast p1, Lcom/discord/models/domain/emoji/Emoji;
check-cast p2, Ljava/util/HashMap;
invoke-virtual {v0, p1, p2}, Lcom/discord/widgets/chat/list/WidgetChatList;->a(Lcom/discord/models/domain/emoji/Emoji;Ljava/util/HashMap;)V
return-void
.end method

View file

@ -0,0 +1,40 @@
.class public final synthetic Lf/a/m/b/b/g;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lrx/functions/Action1;
# instance fields
.field private final synthetic d:Lcom/discord/widgets/chat/list/WidgetChatList;
# direct methods
.method public synthetic constructor <init>(Lcom/discord/widgets/chat/list/WidgetChatList;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/b/g;->d:Lcom/discord/widgets/chat/list/WidgetChatList;
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;)V
.locals 3
iget-object v0, p0, Lf/a/m/b/b/g;->d:Lcom/discord/widgets/chat/list/WidgetChatList;
check-cast p1, Ljava/lang/Long;
invoke-virtual {p1}, Ljava/lang/Long;->longValue()J
move-result-wide v1
invoke-static {v0, v1, v2}, Lcom/discord/widgets/chat/list/WidgetChatList;->a(Lcom/discord/widgets/chat/list/WidgetChatList;J)V
return-void
.end method

View file

@ -0,0 +1,42 @@
.class public final synthetic Lf/a/m/b/b/h;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lrx/functions/Action0;
# static fields
.field public static final synthetic d:Lf/a/m/b/b/h;
# direct methods
.method static synthetic constructor <clinit>()V
.locals 1
new-instance v0, Lf/a/m/b/b/h;
invoke-direct {v0}, Lf/a/m/b/b/h;-><init>()V
sput-object v0, Lf/a/m/b/b/h;->d:Lf/a/m/b/b/h;
return-void
.end method
.method private synthetic constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final call()V
.locals 0
invoke-static {}, Lcom/discord/widgets/chat/list/WidgetChatList;->c()V
return-void
.end method

View file

@ -0,0 +1,44 @@
.class public final synthetic Lf/a/m/b/b/i;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lrx/functions/Action1;
# static fields
.field public static final synthetic d:Lf/a/m/b/b/i;
# direct methods
.method static synthetic constructor <clinit>()V
.locals 1
new-instance v0, Lf/a/m/b/b/i;
invoke-direct {v0}, Lf/a/m/b/b/i;-><init>()V
sput-object v0, Lf/a/m/b/b/i;->d:Lf/a/m/b/b/i;
return-void
.end method
.method private synthetic constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;)V
.locals 0
check-cast p1, Lcom/discord/models/domain/ModelMessageReaction$Update;
invoke-static {p1}, Lcom/discord/widgets/chat/list/WidgetChatList$UserReactionHandler;->b(Lcom/discord/models/domain/ModelMessageReaction$Update;)V
return-void
.end method

View file

@ -0,0 +1,42 @@
.class public final synthetic Lf/a/m/b/b/j;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lrx/functions/Action1;
# static fields
.field public static final synthetic d:Lf/a/m/b/b/j;
# direct methods
.method static synthetic constructor <clinit>()V
.locals 1
new-instance v0, Lf/a/m/b/b/j;
invoke-direct {v0}, Lf/a/m/b/b/j;-><init>()V
sput-object v0, Lf/a/m/b/b/j;->d:Lf/a/m/b/b/j;
return-void
.end method
.method private synthetic constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;)V
.locals 0
check-cast p1, Ljava/lang/Void;
return-void
.end method

View file

@ -0,0 +1,42 @@
.class public final synthetic Lf/a/m/b/b/k;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lrx/functions/Action1;
# instance fields
.field private final synthetic d:Lrx/functions/Action1;
.field private final synthetic e:Lcom/discord/models/domain/ModelMessageReaction$Update;
# direct methods
.method public synthetic constructor <init>(Lrx/functions/Action1;Lcom/discord/models/domain/ModelMessageReaction$Update;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/b/k;->d:Lrx/functions/Action1;
iput-object p2, p0, Lf/a/m/b/b/k;->e:Lcom/discord/models/domain/ModelMessageReaction$Update;
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;)V
.locals 2
iget-object v0, p0, Lf/a/m/b/b/k;->d:Lrx/functions/Action1;
iget-object v1, p0, Lf/a/m/b/b/k;->e:Lcom/discord/models/domain/ModelMessageReaction$Update;
check-cast p1, Lcom/discord/utilities/error/Error;
invoke-interface {v0, v1}, Lrx/functions/Action1;->call(Ljava/lang/Object;)V
return-void
.end method

View file

@ -0,0 +1,36 @@
.class public final synthetic Lf/a/m/b/b/l;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lrx/functions/Action1;
# instance fields
.field private final synthetic d:Lcom/discord/models/domain/ModelMessageReaction;
# direct methods
.method public synthetic constructor <init>(Lcom/discord/models/domain/ModelMessageReaction;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/b/l;->d:Lcom/discord/models/domain/ModelMessageReaction;
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;)V
.locals 1
iget-object v0, p0, Lf/a/m/b/b/l;->d:Lcom/discord/models/domain/ModelMessageReaction;
check-cast p1, Ljava/lang/Void;
invoke-static {v0, p1}, Lcom/discord/widgets/chat/list/WidgetChatList$UserReactionHandler;->a(Lcom/discord/models/domain/ModelMessageReaction;Ljava/lang/Void;)V
return-void
.end method

View file

@ -0,0 +1,44 @@
.class public final synthetic Lf/a/m/b/b/m;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lrx/functions/Action1;
# static fields
.field public static final synthetic d:Lf/a/m/b/b/m;
# direct methods
.method static synthetic constructor <clinit>()V
.locals 1
new-instance v0, Lf/a/m/b/b/m;
invoke-direct {v0}, Lf/a/m/b/b/m;-><init>()V
sput-object v0, Lf/a/m/b/b/m;->d:Lf/a/m/b/b/m;
return-void
.end method
.method private synthetic constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;)V
.locals 0
check-cast p1, Lcom/discord/models/domain/ModelMessageReaction$Update;
invoke-static {p1}, Lcom/discord/widgets/chat/list/WidgetChatList$UserReactionHandler;->a(Lcom/discord/models/domain/ModelMessageReaction$Update;)V
return-void
.end method

View file

@ -0,0 +1,36 @@
.class public final synthetic Lf/a/m/b/b/n;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lrx/functions/Action1;
# instance fields
.field private final synthetic d:Lcom/discord/widgets/chat/list/WidgetChatList$UserReactionHandler;
# direct methods
.method public synthetic constructor <init>(Lcom/discord/widgets/chat/list/WidgetChatList$UserReactionHandler;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/b/n;->d:Lcom/discord/widgets/chat/list/WidgetChatList$UserReactionHandler;
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;)V
.locals 1
iget-object v0, p0, Lf/a/m/b/b/n;->d:Lcom/discord/widgets/chat/list/WidgetChatList$UserReactionHandler;
check-cast p1, Lcom/discord/widgets/chat/list/WidgetChatList$UserReactionHandler$UpdateRequest;
invoke-static {v0, p1}, Lcom/discord/widgets/chat/list/WidgetChatList$UserReactionHandler;->a(Lcom/discord/widgets/chat/list/WidgetChatList$UserReactionHandler;Lcom/discord/widgets/chat/list/WidgetChatList$UserReactionHandler$UpdateRequest;)V
return-void
.end method

View file

@ -0,0 +1,40 @@
.class public final synthetic Lf/a/m/b/b/o;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lrx/functions/Action3;
# instance fields
.field private final synthetic d:Lcom/discord/widgets/chat/list/WidgetChatListAdapter;
# direct methods
.method public synthetic constructor <init>(Lcom/discord/widgets/chat/list/WidgetChatListAdapter;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/b/o;->d:Lcom/discord/widgets/chat/list/WidgetChatListAdapter;
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V
.locals 1
iget-object v0, p0, Lf/a/m/b/b/o;->d:Lcom/discord/widgets/chat/list/WidgetChatListAdapter;
check-cast p1, Landroid/view/View;
check-cast p2, Ljava/lang/Integer;
check-cast p3, Lcom/discord/widgets/chat/list/entries/ChatListEntry;
invoke-static {v0, p1, p2, p3}, Lcom/discord/widgets/chat/list/WidgetChatListAdapterItemMessage;->d(Lcom/discord/widgets/chat/list/WidgetChatListAdapter;Landroid/view/View;Ljava/lang/Integer;Lcom/discord/widgets/chat/list/entries/ChatListEntry;)V
return-void
.end method

View file

@ -0,0 +1,38 @@
.class public final synthetic Lf/a/m/b/b/p;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lkotlin/jvm/functions/Function1;
# instance fields
.field private final synthetic d:Lcom/discord/widgets/chat/list/WidgetChatListAdapterItemMessage;
# direct methods
.method public synthetic constructor <init>(Lcom/discord/widgets/chat/list/WidgetChatListAdapterItemMessage;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/b/p;->d:Lcom/discord/widgets/chat/list/WidgetChatListAdapterItemMessage;
return-void
.end method
# virtual methods
.method public final invoke(Ljava/lang/Object;)Ljava/lang/Object;
.locals 1
iget-object v0, p0, Lf/a/m/b/b/p;->d:Lcom/discord/widgets/chat/list/WidgetChatListAdapterItemMessage;
check-cast p1, Ljava/lang/String;
invoke-virtual {v0, p1}, Lcom/discord/widgets/chat/list/WidgetChatListAdapterItemMessage;->a(Ljava/lang/String;)Lkotlin/Unit;
move-result-object p1
return-object p1
.end method

View file

@ -0,0 +1,50 @@
.class public final synthetic Lf/a/m/b/b/q;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lkotlin/jvm/functions/Function3;
# static fields
.field public static final synthetic d:Lf/a/m/b/b/q;
# direct methods
.method static synthetic constructor <clinit>()V
.locals 1
new-instance v0, Lf/a/m/b/b/q;
invoke-direct {v0}, Lf/a/m/b/b/q;-><init>()V
sput-object v0, Lf/a/m/b/b/q;->d:Lf/a/m/b/b/q;
return-void
.end method
.method private synthetic constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final invoke(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
.locals 0
check-cast p1, Landroid/content/Context;
check-cast p2, Ljava/lang/String;
check-cast p3, Ljava/lang/String;
invoke-static {p1, p2, p3}, Lcom/discord/widgets/chat/list/WidgetChatListAdapterItemMessage;->a(Landroid/content/Context;Ljava/lang/String;Ljava/lang/String;)Lkotlin/Unit;
move-result-object p1
return-object p1
.end method

View file

@ -0,0 +1,38 @@
.class public final synthetic Lf/a/m/b/b/r;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lkotlin/jvm/functions/Function1;
# instance fields
.field private final synthetic d:Lcom/discord/widgets/chat/list/WidgetChatListAdapterItemMessage;
# direct methods
.method public synthetic constructor <init>(Lcom/discord/widgets/chat/list/WidgetChatListAdapterItemMessage;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/b/r;->d:Lcom/discord/widgets/chat/list/WidgetChatListAdapterItemMessage;
return-void
.end method
# virtual methods
.method public final invoke(Ljava/lang/Object;)Ljava/lang/Object;
.locals 1
iget-object v0, p0, Lf/a/m/b/b/r;->d:Lcom/discord/widgets/chat/list/WidgetChatListAdapterItemMessage;
check-cast p1, Ljava/lang/Long;
invoke-virtual {v0, p1}, Lcom/discord/widgets/chat/list/WidgetChatListAdapterItemMessage;->a(Ljava/lang/Long;)Lkotlin/Unit;
move-result-object p1
return-object p1
.end method

View file

@ -0,0 +1,40 @@
.class public final synthetic Lf/a/m/b/b/s;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lrx/functions/Action3;
# instance fields
.field private final synthetic d:Lcom/discord/widgets/chat/list/WidgetChatListAdapter;
# direct methods
.method public synthetic constructor <init>(Lcom/discord/widgets/chat/list/WidgetChatListAdapter;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/b/s;->d:Lcom/discord/widgets/chat/list/WidgetChatListAdapter;
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V
.locals 1
iget-object v0, p0, Lf/a/m/b/b/s;->d:Lcom/discord/widgets/chat/list/WidgetChatListAdapter;
check-cast p1, Landroid/view/View;
check-cast p2, Ljava/lang/Integer;
check-cast p3, Lcom/discord/widgets/chat/list/entries/ChatListEntry;
invoke-static {v0, p1, p2, p3}, Lcom/discord/widgets/chat/list/WidgetChatListAdapterItemMessage;->b(Lcom/discord/widgets/chat/list/WidgetChatListAdapter;Landroid/view/View;Ljava/lang/Integer;Lcom/discord/widgets/chat/list/entries/ChatListEntry;)V
return-void
.end method

View file

@ -0,0 +1,46 @@
.class public final synthetic Lf/a/m/b/b/t;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lrx/functions/Action3;
# instance fields
.field private final synthetic d:Lcom/discord/widgets/chat/list/WidgetChatListAdapterItemMessage;
.field private final synthetic e:Lcom/discord/widgets/chat/list/WidgetChatListAdapter;
# direct methods
.method public synthetic constructor <init>(Lcom/discord/widgets/chat/list/WidgetChatListAdapterItemMessage;Lcom/discord/widgets/chat/list/WidgetChatListAdapter;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/b/t;->d:Lcom/discord/widgets/chat/list/WidgetChatListAdapterItemMessage;
iput-object p2, p0, Lf/a/m/b/b/t;->e:Lcom/discord/widgets/chat/list/WidgetChatListAdapter;
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V
.locals 2
iget-object v0, p0, Lf/a/m/b/b/t;->d:Lcom/discord/widgets/chat/list/WidgetChatListAdapterItemMessage;
iget-object v1, p0, Lf/a/m/b/b/t;->e:Lcom/discord/widgets/chat/list/WidgetChatListAdapter;
check-cast p1, Landroid/view/View;
check-cast p2, Ljava/lang/Integer;
check-cast p3, Lcom/discord/widgets/chat/list/entries/ChatListEntry;
invoke-virtual {v0, v1, p1, p2, p3}, Lcom/discord/widgets/chat/list/WidgetChatListAdapterItemMessage;->a(Lcom/discord/widgets/chat/list/WidgetChatListAdapter;Landroid/view/View;Ljava/lang/Integer;Lcom/discord/widgets/chat/list/entries/ChatListEntry;)V
return-void
.end method

View file

@ -0,0 +1,48 @@
.class public final synthetic Lf/a/m/b/b/u;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lrx/functions/Action3;
# static fields
.field public static final synthetic d:Lf/a/m/b/b/u;
# direct methods
.method static synthetic constructor <clinit>()V
.locals 1
new-instance v0, Lf/a/m/b/b/u;
invoke-direct {v0}, Lf/a/m/b/b/u;-><init>()V
sput-object v0, Lf/a/m/b/b/u;->d:Lf/a/m/b/b/u;
return-void
.end method
.method private synthetic constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V
.locals 0
check-cast p1, Landroid/view/View;
check-cast p2, Ljava/lang/Integer;
check-cast p3, Lcom/discord/widgets/chat/list/entries/ChatListEntry;
invoke-static {p1, p2, p3}, Lcom/discord/widgets/chat/list/WidgetChatListAdapterItemMessage;->a(Landroid/view/View;Ljava/lang/Integer;Lcom/discord/widgets/chat/list/entries/ChatListEntry;)V
return-void
.end method

View file

@ -0,0 +1,40 @@
.class public final synthetic Lf/a/m/b/b/v;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lrx/functions/Action3;
# instance fields
.field private final synthetic d:Lcom/discord/widgets/chat/list/WidgetChatListAdapter;
# direct methods
.method public synthetic constructor <init>(Lcom/discord/widgets/chat/list/WidgetChatListAdapter;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/b/v;->d:Lcom/discord/widgets/chat/list/WidgetChatListAdapter;
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V
.locals 1
iget-object v0, p0, Lf/a/m/b/b/v;->d:Lcom/discord/widgets/chat/list/WidgetChatListAdapter;
check-cast p1, Landroid/view/View;
check-cast p2, Ljava/lang/Integer;
check-cast p3, Lcom/discord/widgets/chat/list/entries/ChatListEntry;
invoke-static {v0, p1, p2, p3}, Lcom/discord/widgets/chat/list/WidgetChatListAdapterItemMessage;->c(Lcom/discord/widgets/chat/list/WidgetChatListAdapter;Landroid/view/View;Ljava/lang/Integer;Lcom/discord/widgets/chat/list/entries/ChatListEntry;)V
return-void
.end method

View file

@ -0,0 +1,38 @@
.class public final synthetic Lf/a/m/b/b/w;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lkotlin/jvm/functions/Function1;
# instance fields
.field private final synthetic d:Lcom/discord/models/domain/ModelMessage;
# direct methods
.method public synthetic constructor <init>(Lcom/discord/models/domain/ModelMessage;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/b/w;->d:Lcom/discord/models/domain/ModelMessage;
return-void
.end method
# virtual methods
.method public final invoke(Ljava/lang/Object;)Ljava/lang/Object;
.locals 1
iget-object v0, p0, Lf/a/m/b/b/w;->d:Lcom/discord/models/domain/ModelMessage;
check-cast p1, Lcom/discord/utilities/textprocessing/node/SpoilerNode;
invoke-static {v0, p1}, Lcom/discord/widgets/chat/list/WidgetChatListAdapterItemMessage;->a(Lcom/discord/models/domain/ModelMessage;Lcom/discord/utilities/textprocessing/node/SpoilerNode;)Lkotlin/Unit;
move-result-object p1
return-object p1
.end method

View file

@ -0,0 +1,40 @@
.class public final synthetic Lf/a/m/b/b/x;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lrx/functions/Action3;
# instance fields
.field private final synthetic d:Lcom/discord/widgets/chat/list/WidgetChatListAdapter;
# direct methods
.method public synthetic constructor <init>(Lcom/discord/widgets/chat/list/WidgetChatListAdapter;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/b/x;->d:Lcom/discord/widgets/chat/list/WidgetChatListAdapter;
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V
.locals 1
iget-object v0, p0, Lf/a/m/b/b/x;->d:Lcom/discord/widgets/chat/list/WidgetChatListAdapter;
check-cast p1, Landroid/view/View;
check-cast p2, Ljava/lang/Integer;
check-cast p3, Lcom/discord/widgets/chat/list/entries/ChatListEntry;
invoke-static {v0, p1, p2, p3}, Lcom/discord/widgets/chat/list/WidgetChatListAdapterItemMessage;->e(Lcom/discord/widgets/chat/list/WidgetChatListAdapter;Landroid/view/View;Ljava/lang/Integer;Lcom/discord/widgets/chat/list/entries/ChatListEntry;)V
return-void
.end method

View file

@ -0,0 +1,40 @@
.class public final synthetic Lf/a/m/b/b/y;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Landroid/view/View$OnClickListener;
# instance fields
.field private final synthetic d:Lcom/discord/widgets/chat/list/WidgetChatListAdapterItemReactions;
.field private final synthetic e:J
# direct methods
.method public synthetic constructor <init>(Lcom/discord/widgets/chat/list/WidgetChatListAdapterItemReactions;J)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/b/y;->d:Lcom/discord/widgets/chat/list/WidgetChatListAdapterItemReactions;
iput-wide p2, p0, Lf/a/m/b/b/y;->e:J
return-void
.end method
# virtual methods
.method public final onClick(Landroid/view/View;)V
.locals 3
iget-object v0, p0, Lf/a/m/b/b/y;->d:Lcom/discord/widgets/chat/list/WidgetChatListAdapterItemReactions;
iget-wide v1, p0, Lf/a/m/b/b/y;->e:J
invoke-virtual {v0, v1, v2, p1}, Lcom/discord/widgets/chat/list/WidgetChatListAdapterItemReactions;->a(JLandroid/view/View;)V
return-void
.end method

View file

@ -0,0 +1,46 @@
.class public final synthetic Lf/a/m/b/b/z;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Landroid/view/View$OnClickListener;
# instance fields
.field private final synthetic d:Lcom/discord/widgets/chat/list/WidgetChatListAdapterItemReactions;
.field private final synthetic e:J
.field private final synthetic f:Lcom/discord/models/domain/ModelMessageReaction;
# direct methods
.method public synthetic constructor <init>(Lcom/discord/widgets/chat/list/WidgetChatListAdapterItemReactions;JLcom/discord/models/domain/ModelMessageReaction;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/b/z;->d:Lcom/discord/widgets/chat/list/WidgetChatListAdapterItemReactions;
iput-wide p2, p0, Lf/a/m/b/b/z;->e:J
iput-object p4, p0, Lf/a/m/b/b/z;->f:Lcom/discord/models/domain/ModelMessageReaction;
return-void
.end method
# virtual methods
.method public final onClick(Landroid/view/View;)V
.locals 4
iget-object v0, p0, Lf/a/m/b/b/z;->d:Lcom/discord/widgets/chat/list/WidgetChatListAdapterItemReactions;
iget-wide v1, p0, Lf/a/m/b/b/z;->e:J
iget-object v3, p0, Lf/a/m/b/b/z;->f:Lcom/discord/models/domain/ModelMessageReaction;
invoke-virtual {v0, v1, v2, v3, p1}, Lcom/discord/widgets/chat/list/WidgetChatListAdapterItemReactions;->a(JLcom/discord/models/domain/ModelMessageReaction;Landroid/view/View;)V
return-void
.end method

View file

@ -0,0 +1,36 @@
.class public final synthetic Lf/a/m/b/c/a;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lrx/functions/Action1;
# instance fields
.field private final synthetic d:Lcom/discord/widgets/chat/pins/WidgetChannelPinnedMessages;
# direct methods
.method public synthetic constructor <init>(Lcom/discord/widgets/chat/pins/WidgetChannelPinnedMessages;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/c/a;->d:Lcom/discord/widgets/chat/pins/WidgetChannelPinnedMessages;
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;)V
.locals 1
iget-object v0, p0, Lf/a/m/b/c/a;->d:Lcom/discord/widgets/chat/pins/WidgetChannelPinnedMessages;
check-cast p1, Lcom/discord/widgets/chat/pins/WidgetChannelPinnedMessages$Model;
invoke-static {v0, p1}, Lcom/discord/widgets/chat/pins/WidgetChannelPinnedMessages;->a(Lcom/discord/widgets/chat/pins/WidgetChannelPinnedMessages;Lcom/discord/widgets/chat/pins/WidgetChannelPinnedMessages$Model;)V
return-void
.end method

View file

@ -0,0 +1,44 @@
.class public final synthetic Lf/a/m/b/c/b;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lg0/l/i;
# instance fields
.field private final synthetic d:J
.field private final synthetic e:Landroid/content/Context;
# direct methods
.method public synthetic constructor <init>(JLandroid/content/Context;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-wide p1, p0, Lf/a/m/b/c/b;->d:J
iput-object p3, p0, Lf/a/m/b/c/b;->e:Landroid/content/Context;
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;)Ljava/lang/Object;
.locals 3
iget-wide v0, p0, Lf/a/m/b/c/b;->d:J
iget-object v2, p0, Lf/a/m/b/c/b;->e:Landroid/content/Context;
check-cast p1, Lcom/discord/models/domain/ModelChannel;
invoke-static {v0, v1, v2, p1}, Lcom/discord/widgets/chat/pins/WidgetChannelPinnedMessages$Model;->a(JLandroid/content/Context;Lcom/discord/models/domain/ModelChannel;)Lrx/Observable;
move-result-object p1
return-object p1
.end method

View file

@ -0,0 +1,72 @@
.class public final synthetic Lf/a/m/b/c/c;
.super Ljava/lang/Object;
.source "lambda"
# interfaces
.implements Lrx/functions/Func7;
# instance fields
.field private final synthetic d:Landroid/content/Context;
.field private final synthetic e:Lcom/discord/models/domain/ModelChannel;
# direct methods
.method public synthetic constructor <init>(Landroid/content/Context;Lcom/discord/models/domain/ModelChannel;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lf/a/m/b/c/c;->d:Landroid/content/Context;
iput-object p2, p0, Lf/a/m/b/c/c;->e:Lcom/discord/models/domain/ModelChannel;
return-void
.end method
# virtual methods
.method public final call(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
.locals 10
move-object v0, p0
iget-object v1, v0, Lf/a/m/b/c/c;->d:Landroid/content/Context;
iget-object v2, v0, Lf/a/m/b/c/c;->e:Lcom/discord/models/domain/ModelChannel;
move-object v3, p1
check-cast v3, Ljava/lang/Long;
move-object v4, p2
check-cast v4, Ljava/util/List;
move-object v5, p3
check-cast v5, Ljava/util/Map;
move-object v6, p4
check-cast v6, Ljava/util/Map;
move-object v7, p5
check-cast v7, Ljava/util/Map;
move-object/from16 v8, p6
check-cast v8, Ljava/lang/Boolean;
move-object/from16 v9, p7
check-cast v9, Lcom/discord/models/domain/ModelGuild;
invoke-static/range {v1 .. v9}, Lcom/discord/widgets/chat/pins/WidgetChannelPinnedMessages$Model;->a(Landroid/content/Context;Lcom/discord/models/domain/ModelChannel;Ljava/lang/Long;Ljava/util/List;Ljava/util/Map;Ljava/util/Map;Ljava/util/Map;Ljava/lang/Boolean;Lcom/discord/models/domain/ModelGuild;)Lcom/discord/widgets/chat/pins/WidgetChannelPinnedMessages$Model;
move-result-object v1
return-object v1
.end method