package com.discord.widgets.debugging; import android.view.View; import androidx.coordinatorlayout.widget.CoordinatorLayout; import androidx.recyclerview.widget.RecyclerView; import com.discord.databinding.WidgetDebuggingBinding; import d0.z.d.k; import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: WidgetDebugging.kt */ public final /* synthetic */ class WidgetDebugging$binding$2 extends k implements Function1 { public static final WidgetDebugging$binding$2 INSTANCE = new WidgetDebugging$binding$2(); public WidgetDebugging$binding$2() { super(1, WidgetDebuggingBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetDebuggingBinding;", 0); } public final WidgetDebuggingBinding invoke(View view) { m.checkNotNullParameter(view, "p1"); RecyclerView recyclerView = (RecyclerView) view.findViewById(2131362860); if (recyclerView != null) { return new WidgetDebuggingBinding((CoordinatorLayout) view, recyclerView); } throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(2131362860))); } }