Registry / utility / reactor-kotlin-extensions

reactor-kotlin-extensions

JSON →
library1.3.0javamavenunverified

Kotlin extension functions for Project Reactor, enabling more idiomatic reactive programming in Kotlin.

<dependency> <groupId>io.projectreactor.kotlin</groupId> <artifactId>reactor-kotlin-extensions</artifactId> <version>1.3.0</version> </dependency>
INSTALL
IMPORT
SIG · REACTOR-KOTLIN-EXT
R
reactor-kotlin-extensions
utilityjavav1.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

toFlux
✓ reactor.kotlin.core.publisher.toFlux

Converts a list to a Flux using Kotlin extensions.

import reactor.kotlin.core.publisher.toFlux fun main() { val flux = listOf(1, 2, 3).toFlux() flux.subscribe { println(it) } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
reactor-kotlin-extensions — mvn dependency:get reactor-kotlin-extensions · libregistry