package com.discord.widgets.user.search; import com.discord.api.channel.Channel; import com.discord.widgets.user.search.WidgetGlobalSearchModel; import d0.z.d.m; import d0.z.d.o; import kotlin.jvm.functions.Function1; /* compiled from: WidgetGlobalSearchModel.kt */ public final class WidgetGlobalSearchModel$Companion$create$filteredResults$11 extends o implements Function1 { public final /* synthetic */ String $sanitizedFilter; public final /* synthetic */ WidgetGlobalSearchModel$Companion$create$4 $toItemChannel$4; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public WidgetGlobalSearchModel$Companion$create$filteredResults$11(WidgetGlobalSearchModel$Companion$create$4 widgetGlobalSearchModel$Companion$create$4, String str) { super(1); this.$toItemChannel$4 = widgetGlobalSearchModel$Companion$create$4; this.$sanitizedFilter = str; } public final WidgetGlobalSearchModel.ItemDataPayload invoke(Channel channel) { m.checkNotNullParameter(channel, "it"); return this.$toItemChannel$4.invoke(channel, this.$sanitizedFilter); } }