package defpackage; import android.view.View; import d0.z.d.m; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: kotlin-style lambda group */ /* renamed from: p reason: default package */ public final class p extends o implements Function1 { public static final p i = new p(0); public static final p j = new p(1); public static final p k = new p(2); public static final p l = new p(3); public final /* synthetic */ int m; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public p(int i2) { super(1); this.m = i2; } /* 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 final Unit invoke(View view) { int i2 = this.m; if (i2 == 0) { m.checkNotNullParameter(view, "it"); return Unit.a; } else if (i2 == 1) { m.checkNotNullParameter(view, "it"); return Unit.a; } else if (i2 == 2) { m.checkNotNullParameter(view, "it"); return Unit.a; } else if (i2 == 3) { m.checkNotNullParameter(view, "it"); return Unit.a; } else { throw null; } } }