All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.kotlinx.kotlinx-coroutines-reactor.1.8.1.source-code.Migration.kt Maven / Gradle / Ivy

There is a newer version: 1.10.1
Show newest version
@file:JvmName("FlowKt")

package kotlinx.coroutines.reactor

import kotlinx.coroutines.flow.*
import reactor.core.publisher.*

/** @suppress **/
@Deprecated(
    message = "Replaced in favor of ReactiveFlow extension, please import kotlinx.coroutines.reactor.* instead of kotlinx.coroutines.reactor.FlowKt",
    level = DeprecationLevel.HIDDEN
) // Compatibility with Spring 5.2-RC
@JvmName("asFlux")
public fun  Flow.asFluxDeprecated(): Flux = asFlux()




© 2015 - 2025 Weber Informatics LLC | Privacy Policy