discord-jadx/app/src/main/java/s/a/f0.java
2021-06-27 22:44:35 +02:00

21 lines
585 B
Java

package s.a;
import kotlin.coroutines.CoroutineContext;
/* compiled from: Builders.common.kt */
public class f0<T> extends b<T> implements e0<T> {
public f0(CoroutineContext coroutineContext, boolean z2) {
super(coroutineContext, z2);
}
@Override // s.a.e0
public T c() {
Object F = F();
if (!(!(F instanceof w0))) {
throw new IllegalStateException("This job has not completed yet".toString());
} else if (!(F instanceof u)) {
return (T) f1.a(F);
} else {
throw ((u) F).b;
}
}
}