public class SuspendValueHandler<I,O>
| Constructor and Description |
|---|
SuspendValueHandler(I value,
kotlin.jvm.functions.Function1<? super kotlin.jvm.functions.Function2<? super kotlinx.coroutines.CoroutineScope,? super kotlin.coroutines.Continuation<? super kotlin.Unit>,? extends java.lang.Object>,? extends kotlinx.coroutines.Job> coroutinesExecutor,
kotlin.jvm.functions.Function4<? super kotlinx.coroutines.CoroutineScope,? super I,? super kotlin.jvm.functions.Function1<? super O,kotlin.Unit>,? super kotlin.coroutines.Continuation<? super kotlin.Unit>,? extends java.lang.Object> action,
kotlin.jvm.functions.Function1<? super O,kotlin.Unit> observer) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
public SuspendValueHandler(I value,
@NotNull
kotlin.jvm.functions.Function1<? super kotlin.jvm.functions.Function2<? super kotlinx.coroutines.CoroutineScope,? super kotlin.coroutines.Continuation<? super kotlin.Unit>,? extends java.lang.Object>,? extends kotlinx.coroutines.Job> coroutinesExecutor,
@NotNull
kotlin.jvm.functions.Function4<? super kotlinx.coroutines.CoroutineScope,? super I,? super kotlin.jvm.functions.Function1<? super O,kotlin.Unit>,? super kotlin.coroutines.Continuation<? super kotlin.Unit>,? extends java.lang.Object> action,
@NotNull
kotlin.jvm.functions.Function1<? super O,kotlin.Unit> observer)