package p402;

import java.io.Serializable;
import kotlin.jvm.internal.DefaultConstructorMarker;
import p402.p411.p412.InterfaceC6603;
import p402.p411.p413.C6635;

/* JADX INFO: renamed from: ގ.ކ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C6547<T> implements InterfaceC6538<T>, Serializable {

    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public InterfaceC6603<? extends T> f19324;

    /* JADX INFO: renamed from: ބ, reason: contains not printable characters */
    public volatile Object f19325;

    /* JADX INFO: renamed from: ޅ, reason: contains not printable characters */
    public final Object f19326;

    public /* synthetic */ C6547(InterfaceC6603 interfaceC6603, Object obj, int i, DefaultConstructorMarker defaultConstructorMarker) {
        obj = (i & 2) != 0 ? null : obj;
        if (interfaceC6603 == null) {
            C6635.m9824("initializer");
            throw null;
        }
        this.f19324 = interfaceC6603;
        this.f19325 = C6548.f19327;
        this.f19326 = obj == null ? this : obj;
    }

    @Override // p402.InterfaceC6538
    public T getValue() {
        T tMo1543;
        T t = (T) this.f19325;
        if (t != C6548.f19327) {
            return t;
        }
        synchronized (this.f19326) {
            tMo1543 = (T) this.f19325;
            if (tMo1543 == C6548.f19327) {
                InterfaceC6603<? extends T> interfaceC6603 = this.f19324;
                if (interfaceC6603 == null) {
                    C6635.m9822();
                    throw null;
                }
                tMo1543 = interfaceC6603.mo1543();
                this.f19325 = tMo1543;
                this.f19324 = null;
            }
        }
        return tMo1543;
    }

    public String toString() {
        return this.f19325 != C6548.f19327 ? String.valueOf(getValue()) : "Lazy value not initialized yet.";
    }
}
