A
B
C
D
E
F
H
L
M
N
O
R
S
T
V
W
Z
A
- average(Flux,Function1) - function in reactor.kotlin.extra.math.MathFluxExtensionsKt
- Extension to map arbitrary values in a Flux to Numbers and return the average of these Numbers as a Mono of Double.
- average(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.
- averageAll(Flux,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(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(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(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(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(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.