package p137;

/* JADX INFO: renamed from: ފ.މ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public class C2754<TResult> {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final C2742<TResult> f8503 = new C2742<>();

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public void m4825() {
        if (!this.f8503.m4823()) {
            throw new IllegalStateException("Cannot cancel a completed task.");
        }
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public void m4826(Exception exc) {
        if (!this.f8503.m4810(exc)) {
            throw new IllegalStateException("Cannot set the error on a completed task.");
        }
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public void m4827(TResult tresult) {
        if (!this.f8503.m4811(tresult)) {
            throw new IllegalStateException("Cannot set the result of a completed task.");
        }
    }

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public boolean m4828(TResult tresult) {
        return this.f8503.m4811(tresult);
    }
}
