public class EmitterToAlwaysEmitterExtensionsKt
| Modifier and Type | Method and Description |
|---|---|
static <T> AlwaysEmitter<T> |
makeAlways(Emitter<? extends T> $receiver,
kotlin.jvm.functions.Function0<? extends T> ifNoValue) |
@NotNull public static <T> AlwaysEmitter<T> makeAlways(@NotNull Emitter<? extends T> $receiver, @NotNull kotlin.jvm.functions.Function0<? extends T> ifNoValue)