类 Aggregation.Collapse<V>

    • 构造器详细资料

      • Collapse

        public Collapse()
      • Collapse

        public Collapse​(String delimiter)
    • 方法详细资料

      • apply

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