package p402.p405;

import p402.p405.InterfaceC6578;
import p402.p411.p412.InterfaceC6618;
import p402.p411.p413.C6635;

/* JADX INFO: renamed from: ގ.ތ.֏, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public abstract class AbstractC6571 implements InterfaceC6578.InterfaceC6579 {
    public final InterfaceC6578.InterfaceC6581<?> key;

    public AbstractC6571(InterfaceC6578.InterfaceC6581<?> interfaceC6581) {
        if (interfaceC6581 != null) {
            this.key = interfaceC6581;
        } else {
            C6635.m9824("key");
            throw null;
        }
    }

    @Override // p402.p405.InterfaceC6578
    public <R> R fold(R r, InterfaceC6618<? super R, ? super InterfaceC6578.InterfaceC6579, ? extends R> interfaceC6618) {
        if (interfaceC6618 != null) {
            return (R) InterfaceC6578.InterfaceC6579.C6580.m9801(this, r, interfaceC6618);
        }
        C6635.m9824("operation");
        throw null;
    }

    @Override // p402.p405.InterfaceC6578.InterfaceC6579, p402.p405.InterfaceC6578
    public <E extends InterfaceC6578.InterfaceC6579> E get(InterfaceC6578.InterfaceC6581<E> interfaceC6581) {
        if (interfaceC6581 != null) {
            return (E) InterfaceC6578.InterfaceC6579.C6580.m9802(this, interfaceC6581);
        }
        C6635.m9824("key");
        throw null;
    }

    @Override // p402.p405.InterfaceC6578.InterfaceC6579
    public InterfaceC6578.InterfaceC6581<?> getKey() {
        return this.key;
    }

    @Override // p402.p405.InterfaceC6578
    public InterfaceC6578 minusKey(InterfaceC6578.InterfaceC6581<?> interfaceC6581) {
        if (interfaceC6581 != null) {
            return InterfaceC6578.InterfaceC6579.C6580.m9804(this, interfaceC6581);
        }
        C6635.m9824("key");
        throw null;
    }

    @Override // p402.p405.InterfaceC6578
    public InterfaceC6578 plus(InterfaceC6578 interfaceC6578) {
        if (interfaceC6578 != null) {
            return InterfaceC6578.InterfaceC6579.C6580.m9803(this, interfaceC6578);
        }
        C6635.m9824("context");
        throw null;
    }
}
