A
B
C
D
E
F
H
L
M
N
O
R
S
T
V
W
Z
A
- averageAll(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 average of these Numbers as a Mono of Number.
- averageAll(reactor.core.publisher.Flux) - function in reactor.kotlin.extra.math.MathFluxExtensionsKt
- General purpose extension function to compute the average of all values emitted by a Flux of Number and return it as a Mono.
- averageAsBigDecimal(reactor.core.publisher.Flux) - function in reactor.kotlin.extra.math.MathFluxExtensionsKt
- Extension to compute the BigDecimal average of all values emitted by a Flux of Number and return it as a Mono of BigDecimal.
- averageAsBigInt(reactor.core.publisher.Flux) - function in reactor.kotlin.extra.math.MathFluxExtensionsKt
- Extension to compute the BigInteger average of all values emitted by a Flux of Number and return it as a Mono of BigInteger.
- averageAsDouble(reactor.core.publisher.Flux) - function in reactor.kotlin.extra.math.MathFluxExtensionsKt
- Extension to compute the Double average of all values emitted by a Flux of Number and return it as a Mono of Double.
- averageAsFloat(reactor.core.publisher.Flux) - function in reactor.kotlin.extra.math.MathFluxExtensionsKt
- Extension to compute the Float average of all values emitted by a Flux of Number and return it as a Mono of Float.