discord-jadx/app/src/main/java/s/a/f0.java

22 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 y0))) {
throw new IllegalStateException("This job has not completed yet".toString());
} else if (!(F instanceof v)) {
return (T) h1.a(F);
} else {
throw ((v) F).b;
}
}
}