package com.discord.widgets.chat.input; import com.discord.models.member.GuildMember; import d0.t.n; import d0.z.d.m; import java.util.List; import java.util.Map; import rx.functions.Func3; /* compiled from: WidgetChatInputAutocomplete.kt */ public final class WidgetChatInputAutocomplete$configureDataSubscriptions$1 implements Func3>, UserAndSelectedGuildRoles> { public static final WidgetChatInputAutocomplete$configureDataSubscriptions$1 INSTANCE = new WidgetChatInputAutocomplete$configureDataSubscriptions$1(); public final UserAndSelectedGuildRoles call(Long l, Long l2, Map> map) { GuildMember guildMember; m.checkNotNullExpressionValue(l, "meId"); long longValue = l.longValue(); Map map2 = (Map) map.get(l2); List roles = (map2 == null || (guildMember = (GuildMember) map2.get(l)) == null) ? null : guildMember.getRoles(); if (roles == null) { roles = n.emptyList(); } return new UserAndSelectedGuildRoles(longValue, roles); } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object, java.lang.Object] */ @Override // rx.functions.Func3 public /* bridge */ /* synthetic */ UserAndSelectedGuildRoles call(Long l, Long l2, Map> map) { return call(l, l2, (Map>) map); } }