A C E G H I M O S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- apply(Multi<T>) - Method in class io.smallrye.mutiny.math.AverageOperator
- apply(Multi<T>) - Method in class io.smallrye.mutiny.math.CountOperator
- apply(Multi<T>) - Method in class io.smallrye.mutiny.math.IndexOperator
- apply(Multi<T>) - Method in class io.smallrye.mutiny.math.MaxOperator
- apply(Multi<T>) - Method in class io.smallrye.mutiny.math.MedianOperator
- apply(Multi<T>) - Method in class io.smallrye.mutiny.math.MinOperator
- apply(Multi<T>) - Method in class io.smallrye.mutiny.math.OccurrenceOperator
- apply(Multi<T>) - Method in class io.smallrye.mutiny.math.StatisticsOperator
- apply(Multi<T>) - Method in class io.smallrye.mutiny.math.SumOperator
- apply(Multi<T>) - Method in class io.smallrye.mutiny.math.TopOperator
- average() - Static method in class io.smallrye.mutiny.math.Math
-
Emits the average of the items previously emitted by the upstream.
- AverageOperator<T extends java.lang.Number> - Class in io.smallrye.mutiny.math
-
Average operator emitting the average of the items emitted by the upstream.
- AverageOperator() - Constructor for class io.smallrye.mutiny.math.AverageOperator
C
- count() - Static method in class io.smallrye.mutiny.math.Math
-
Emits the number of items emitted by the upstream.
- CountOperator<T> - Class in io.smallrye.mutiny.math
-
Count operator emitting the current count.
- CountOperator() - Constructor for class io.smallrye.mutiny.math.CountOperator
E
- equals(Object) - Method in class io.smallrye.mutiny.math.Statistic
G
- getAverage() - Method in class io.smallrye.mutiny.math.Statistic
- getCount() - Method in class io.smallrye.mutiny.math.Statistic
- getKurtosis() - Method in class io.smallrye.mutiny.math.Statistic
- getMax() - Method in class io.smallrye.mutiny.math.Statistic
- getMin() - Method in class io.smallrye.mutiny.math.Statistic
- getSkewness() - Method in class io.smallrye.mutiny.math.Statistic
- getStandardDeviation() - Method in class io.smallrye.mutiny.math.Statistic
- getVariance() - Method in class io.smallrye.mutiny.math.Statistic
H
- hashCode() - Method in class io.smallrye.mutiny.math.Statistic
I
- index() - Static method in class io.smallrye.mutiny.math.Math
-
Emits the index (0-based) of items emitted by the upstream.
- IndexOperator<T> - Class in io.smallrye.mutiny.math
-
Index operator emitting a
Tuple2<Long, T>, with the index (0-based) of the element and the element from upstream. - IndexOperator() - Constructor for class io.smallrye.mutiny.math.IndexOperator
- io.smallrye.mutiny.math - module io.smallrye.mutiny.math
- io.smallrye.mutiny.math - package io.smallrye.mutiny.math
M
- Math - Class in io.smallrye.mutiny.math
-
A set of Mutiny operators related to various mathematical functions.
- max() - Static method in class io.smallrye.mutiny.math.Math
-
Emits the maximum of the item emitted by the upstream.
- MaxOperator<T extends java.lang.Comparable<T>> - Class in io.smallrye.mutiny.math
-
Max operator emitting the max of the emitted items from upstream.
- MaxOperator() - Constructor for class io.smallrye.mutiny.math.MaxOperator
- median() - Static method in class io.smallrye.mutiny.math.Math
-
Emits the median of the items previously emitted by the upstream.
- MedianOperator<T extends java.lang.Number & java.lang.Comparable<T>> - Class in io.smallrye.mutiny.math
-
Median operator emitting the median all all the item emitter by the upstream.
- MedianOperator() - Constructor for class io.smallrye.mutiny.math.MedianOperator
- min() - Static method in class io.smallrye.mutiny.math.Math
-
Emits the minimum of the item emitted by the upstream.
- MinOperator<T extends java.lang.Comparable<T>> - Class in io.smallrye.mutiny.math
-
Min operator emitting the min of the emitted items from upstream.
- MinOperator() - Constructor for class io.smallrye.mutiny.math.MinOperator
O
- occurrence() - Static method in class io.smallrye.mutiny.math.Math
-
Emits the number of occurrences of each item emitted by the upstream.
- OccurrenceOperator<T> - Class in io.smallrye.mutiny.math
- OccurrenceOperator() - Constructor for class io.smallrye.mutiny.math.OccurrenceOperator
S
- Statistic<T> - Class in io.smallrye.mutiny.math
-
A state object for collecting statistics such as count, average, min, max, variance, standard deviation, skewness, and kurtosis.
- Statistic(long, double, double, double, double, T, T) - Constructor for class io.smallrye.mutiny.math.Statistic
- statistics() - Static method in class io.smallrye.mutiny.math.Math
-
Emits statistics (average, variance, standard deviation, min, max, count, skewness and kurtosis) of the items previously emitted by the upstream.
- StatisticsOperator<T extends java.lang.Number & java.lang.Comparable<T>> - Class in io.smallrye.mutiny.math
-
Operator computing statistics based on the items emitted by the upstreams.
- StatisticsOperator() - Constructor for class io.smallrye.mutiny.math.StatisticsOperator
- sum() - Static method in class io.smallrye.mutiny.math.Math
-
Emits the sum of all the items previously emitted by the upstream.
- SumOperator<T extends java.lang.Number> - Class in io.smallrye.mutiny.math
-
Sum operator emitting the current sum of the item emitted by the upstream.
- SumOperator() - Constructor for class io.smallrye.mutiny.math.SumOperator
T
- top(int) - Static method in class io.smallrye.mutiny.math.Math
-
Emits the top
countitems that have been emitted by the upstream. - TopOperator<T extends java.lang.Comparable<T>> - Class in io.smallrye.mutiny.math
- TopOperator(int) - Constructor for class io.smallrye.mutiny.math.TopOperator
- toString() - Method in class io.smallrye.mutiny.math.Statistic
All Classes All Packages