discord-jadx/app/src/main/java/c/a/d/e0.java

24 lines
677 B
Java

package c.a.d;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
import rx.functions.Action1;
/* compiled from: AppTransformers.kt */
public final class e0 extends o implements Function1<T, Unit> {
public final /* synthetic */ Action1 $action;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public e0(Action1 action1) {
super(1);
this.$action = action1;
}
/* Return type fixed from 'java.lang.Object' to match base method */
@Override // kotlin.jvm.functions.Function1
public Unit invoke(Object obj) {
this.$action.call(obj);
return Unit.a;
}
}