package c.a.d; import d0.z.d.k; import kotlin.Unit; import kotlin.jvm.functions.Function1; import rx.functions.Action1; /* compiled from: AppTransformers.kt */ public final /* synthetic */ class w extends k implements Function1 { public w(Action1 action1) { super(1, action1, Action1.class, "call", "call(Ljava/lang/Object;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function1 public Unit invoke(Object obj) { ((Action1) this.receiver).call(obj); return Unit.a; } }