public class JvmCoroutineCall<T> implements CoroutineCall<T>
| Modifier and Type | Class and Description |
|---|---|
static class |
JvmCoroutineCall.Companion |
| Modifier and Type | Field and Description |
|---|---|
static JvmCoroutineCall.Companion |
Companion |
| Constructor and Description |
|---|
JvmCoroutineCall(kotlin.jvm.functions.Function1<? super kotlin.coroutines.experimental.Continuation<? super T>,? extends java.lang.Object> lambda) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
callCoroutine(kotlin.coroutines.experimental.Continuation<? super T> p) |
T |
callWithContinuation(kotlin.coroutines.Continuation<?> continuation) |
callWithContinuationpublic static JvmCoroutineCall.Companion Companion