Package-level declarations
Functions
Extension for Flux.doOnError providing a KClass based variant.
Extension for Mono.doOnError providing a KClass based variant.
Extension for Flux.onErrorMap providing a KClass based variant.
Extension for Mono.onErrorMap providing a KClass based variant.
Extension for Mono.onErrorMap providing a KClass based variant and predicate.
Extension for Flux.onErrorResume providing a KClass based variant.
Extension for Mono.onErrorResume providing a KClass based variant.
Extension for Mono.switchIfEmpty accepting a function providing a Mono. This allows having a deferred execution with the switchIfEmpty operator
Extension for Flux.switchIfEmpty accepting a function providing a Publisher. This allows having a deferred execution with the switchIfEmpty operator
Extension for transforming a Stream to a Flux.
Extension for transforming an Array to a Flux.
Extension for transforming a BooleanArray to a Flux.
Extension for transforming a ByteArray to a Flux.
Extension for transforming a DoubleArray to a Flux.
Extension for transforming a FloatArray to a Flux.
Extension for transforming a IntArray to a Flux.
Extension for transforming a LongArray to a Flux.
Extension for transforming a ShortArray to a Flux.
Extension for transforming an exception to a Flux that completes with the specified error.
Extension for transforming an Iterable to a Flux.
Extension for transforming an Iterator to a Flux.
Extension for transforming a Sequence to a Flux.
Extension for transforming a nullable object to a Mono.
Extension for transforming an Callable to a Mono.
Extension for transforming an CompletableFuture to a Mono.
Extension for transforming an exception to a Mono that completes with the specified error.
Aggregates the given void Publishers into a new void Mono. An alias for a corresponding Mono.when to avoid use of when, which is a keyword in Kotlin.