package kotlinx.coroutines; import kotlin.Unit; import kotlin.coroutines.Continuation; import kotlin.jvm.functions.Function1; /* compiled from: CancellableContinuation.kt */ /* loaded from: classes3.dex */ public interface CancellableContinuation extends Continuation { boolean a(); Object c(T t, Object obj); void f(Function1 function1); Object g(Throwable th); Object h(T t, Object obj, Function1 function1); void i(CoroutineDispatcher coroutineDispatcher, T t); boolean k(Throwable th); void r(Object obj); }