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

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

The newest version!
package com.github.javaclub.cdl.client.matrix.executor;

public interface ExecuteUnit {
    /**
     * 执行任务.
     * 
     * @param input 输入待处理数据
     * @return 返回处理结果
     * @throws Exception 执行期异常
     */
    O execute(I input) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy