reactor-kotlin-extensions / reactor.kotlin.core.publisher / reactor.core.publisher.Mono / ofType

ofType

fun <reified T : Any> Mono<*>.ofType(): Mono<T>

Extension for Mono.ofType providing a ofType<Foo>() variant.

Author
Sebastien Deleuze

Since
3.1