package com.discord.widgets.user.search; import com.discord.models.user.User; import com.discord.widgets.user.search.WidgetGlobalSearchModel; import d0.z.d.o; import kotlin.jvm.functions.Function1; /* compiled from: WidgetGlobalSearchModel.kt */ public final class WidgetGlobalSearchModel$Companion$getDefaultUserSearch$1 extends o implements Function1 { public final /* synthetic */ WidgetGlobalSearchModel.UsersContext $usersContext; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public WidgetGlobalSearchModel$Companion$getDefaultUserSearch$1(WidgetGlobalSearchModel.UsersContext usersContext) { super(1); this.$usersContext = usersContext; } public final User invoke(long j) { return this.$usersContext.getUsers().get(Long.valueOf(j)); } /* 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] */ @Override // kotlin.jvm.functions.Function1 public /* bridge */ /* synthetic */ User invoke(Long l) { return invoke(l.longValue()); } }