discord-jadx/app/src/main/java/com/discord/widgets/chat/list/sheet/WidgetApplicationCommandBot...

23 lines
990 B
Java

package com.discord.widgets.chat.list.sheet;
import com.discord.api.commands.ApplicationCommandValue;
import d0.z.d.m;
import d0.z.d.o;
import java.util.Map;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetApplicationCommandBottomSheet.kt */
public final class WidgetApplicationCommandBottomSheetKt$toSlashCommandCopyString$1 extends o implements Function1<ApplicationCommandValue, CharSequence> {
public final /* synthetic */ Map $commandValues;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetApplicationCommandBottomSheetKt$toSlashCommandCopyString$1(Map map) {
super(1);
this.$commandValues = map;
}
public final CharSequence invoke(ApplicationCommandValue applicationCommandValue) {
m.checkNotNullParameter(applicationCommandValue, "it");
return WidgetApplicationCommandBottomSheetKt.toSlashCommandCopyString(applicationCommandValue, this.$commandValues);
}
}