All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.javaclub.cdl.client.matrix.executor.MergeUnit Maven / Gradle / Ivy

There is a newer version: 2.3.9
Show newest version
package com.github.javaclub.cdl.client.matrix.executor;

import java.util.List;

public interface MergeUnit {
    
    /**
     * 合并执行结果
     * 
     * @param params 合并前数据 
     * @return 合并后结果
     */
    O merge(final List params);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy