类 Aggregation.Describe<V>

  • 所有已实现的接口:
    Aggregate<V,​org.apache.commons.math3.stat.descriptive.StatisticalSummary>, Function<List<V>,​org.apache.commons.math3.stat.descriptive.StatisticalSummary>
    封闭类:
    Aggregation

    public static class Aggregation.Describe<V>
    extends Object
    implements Aggregate<V,​org.apache.commons.math3.stat.descriptive.StatisticalSummary>
    • 构造器详细资料

      • Describe

        public Describe()
    • 方法详细资料

      • apply

        public org.apache.commons.math3.stat.descriptive.StatisticalSummary apply​(List<V> values)
        从接口复制的说明: Function
        Perform computation on the specified input value and return the result.
        指定者:
        apply 在接口中 Function<List<V>,​org.apache.commons.math3.stat.descriptive.StatisticalSummary>
        参数:
        values - the input value
        返回:
        the result