discord-jadx/app/src/main/java/kotlinx/coroutines/CancellableContinuation.java
2021-06-27 22:44:35 +02:00

24 lines
557 B
Java

package kotlinx.coroutines;
import kotlin.Unit;
import kotlin.coroutines.Continuation;
import kotlin.jvm.functions.Function1;
import s.a.z;
/* compiled from: CancellableContinuation.kt */
public interface CancellableContinuation<T> extends Continuation<T> {
boolean a();
Object b(T t, Object obj);
void e(Function1<? super Throwable, Unit> function1);
Object g(Throwable th);
Object h(T t, Object obj, Function1<? super Throwable, Unit> function1);
void i(z zVar, T t);
boolean j(Throwable th);
void k(Object obj);
}