package p402.p405;

import java.io.Serializable;
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 final class C6583 implements InterfaceC6578, Serializable {

    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public static final C6583 f19356 = new C6583();

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

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

    public int hashCode() {
        return 0;
    }

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

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

    public String toString() {
        return "EmptyCoroutineContext";
    }
}
