public class EmitterSuspendWrapExtensionsKt
| Modifier and Type | Method and Description |
|---|---|
static <I,O> Emitter<O> |
suspendMap(Emitter<? extends I> $receiver,
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.Function3<? super kotlinx.coroutines.CoroutineScope,? super I,? super kotlin.coroutines.Continuation<? super O>,? extends java.lang.Object> converter) |
static <I,O> Emitter<O> |
suspendWrap(Emitter<? extends I> $receiver,
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) |
@NotNull public static <I,O> Emitter<O> suspendWrap(@NotNull Emitter<? extends I> $receiver, @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 public static <I,O> Emitter<O> suspendMap(@NotNull Emitter<? extends I> $receiver, @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.Function3<? super kotlinx.coroutines.CoroutineScope,? super I,? super kotlin.coroutines.Continuation<? super O>,? extends java.lang.Object> converter)