package g.h0.c;

import java.io.Serializable;

/* JADX INFO: compiled from: Lambda.kt */
/* JADX INFO: loaded from: classes.dex */
@g.i
public abstract class m<R> implements h<R>, Serializable {
    private final int arity;

    public m(int i2) {
        this.arity = i2;
    }

    @Override // g.h0.c.h
    public int getArity() {
        return this.arity;
    }

    public String toString() {
        String strA = b0.a.a(this);
        l.e(strA, "renderLambdaToString(this)");
        return strA;
    }
}
