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