A
B
C
D
E
F
H
L
M
N
O
R
S
T
V
W
Z
S
- split(reactor.core.publisher.Flux) - function in reactor.kotlin.core.publisher.FluxExtensionsKt
- Extension for flattening Flux of Iterable
- StepVerifierExtensionsKt - class in reactor.kotlin.test
- sumAll(reactor.core.publisher.Flux,kotlin.jvm.functions.Function1) - function in reactor.kotlin.extra.math.MathFluxExtensionsKt
- General purpose extension function to map arbitrary values in a Flux to Numbers and return the sum of these Numbers as a Mono of Number.
- sumAll(reactor.core.publisher.Flux) - function in reactor.kotlin.extra.math.MathFluxExtensionsKt
- General purpose extension function to compute the sum of all values emitted by a Flux of Number and return it as a Mono.
- sumAsBigDecimal(reactor.core.publisher.Flux) - function in reactor.kotlin.extra.math.MathFluxExtensionsKt
- Extension to compute the BigDecimal sum of all values emitted by a Flux of Number and return it as a Mono of BigDecimal.
- sumAsBigInt(reactor.core.publisher.Flux) - function in reactor.kotlin.extra.math.MathFluxExtensionsKt
- Extension to compute the BigInteger sum of all values emitted by a Flux of Number and return it as a Mono of BigInteger.
- sumAsDouble(reactor.core.publisher.Flux) - function in reactor.kotlin.extra.math.MathFluxExtensionsKt
- Extension to compute the Double sum of all values emitted by a Flux of Number and return it as a Mono of Double.
- sumAsFloat(reactor.core.publisher.Flux) - function in reactor.kotlin.extra.math.MathFluxExtensionsKt
- Extension to compute the Float sum of all values emitted by a Flux of Number and return it as a Mono of Float.
- sumAsInt(reactor.core.publisher.Flux) - function in reactor.kotlin.extra.math.MathFluxExtensionsKt
- Extension to compute the Int sum of all values emitted by a Flux of Number and return it as a Mono of Int.
- sumAsLong(reactor.core.publisher.Flux) - function in reactor.kotlin.extra.math.MathFluxExtensionsKt
- Extension to compute the Long sum of all values emitted by a Flux of Number and return it as a Mono of Long.
- switchIfEmpty(reactor.core.publisher.Mono,kotlin.jvm.functions.Function0) - function in reactor.kotlin.core.publisher.MonoExtensionsKt
- Extension for Mono.switchIfEmpty accepting a function providing a Mono.
- switchIfEmptyDeferred(reactor.core.publisher.Flux,kotlin.jvm.functions.Function0) - function in reactor.kotlin.core.publisher.FluxExtensionsKt
- Extension for Flux.switchIfEmpty accepting a function providing a Publisher.