what-the-bank/sources/o/gfJ.java

46 lines
1.2 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* loaded from: classes.dex */
public abstract class gfJ extends AbstractC15004geU {
public abstract gfJ e();
@Override // o.AbstractC15004geU
public String toString() {
String a = a();
if (a != null) {
return a;
}
StringBuilder sb = new StringBuilder();
sb.append(C15041gfa.a(this));
sb.append('@');
sb.append(C15041gfa.b(this));
return sb.toString();
}
@Override // o.AbstractC15004geU
public AbstractC15004geU c(int i) {
if (i > 0) {
return this;
}
throw new IllegalArgumentException("Expected positive parallelism level, but got ".concat(String.valueOf(i)).toString());
}
/* JADX INFO: Access modifiers changed from: protected */
public final String a() {
gfJ gfj;
gfJ c = C15055gfo.c();
if (this == c) {
return "Dispatchers.Main";
}
try {
gfj = c.e();
} catch (UnsupportedOperationException unused) {
gfj = null;
}
if (this == gfj) {
return "Dispatchers.Main.immediate";
}
return null;
}
}