NetMirror.apk
Download file
package r2;
import java.io.Serializable;
import kotlin.Lazy;
/* JADX INFO: loaded from: classes.dex */
public final class s implements Lazy, Serializable {
/* JADX INFO: renamed from: b, reason: collision with root package name */
private C2.a f10585b;
/* JADX INFO: renamed from: c, reason: collision with root package name */
private Object f10586c;
public s(C2.a aVar) {
D2.h.f(aVar, "initializer");
this.f10585b = aVar;
this.f10586c = o.f10582a;
}
public boolean a() {
return this.f10586c != o.f10582a;
}
@Override // kotlin.Lazy
public Object getValue() {
if (this.f10586c == o.f10582a) {
C2.a aVar = this.f10585b;
D2.h.c(aVar);
this.f10586c = aVar.a();
this.f10585b = null;
}
return this.f10586c;
}
public String toString() {
return a() ? String.valueOf(getValue()) : "Lazy value not initialized yet.";
}
}
⚠️ This content was hidden by an advertisement filtering extension in your browser. Please disable it and reload the page to access the decompiled content.
We only display one small text ad to keep this service free. Here's what it looks like:
Read the Docs for Business: You write the docs. We do the rest.
Try it today!Ad by EthicalAds
Download file