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

top.cutexingluo.tools.basepackage.base.ComCallable Maven / Gradle / Ivy

There is a newer version: 1.1.6
Show newest version
package top.cutexingluo.tools.basepackage.base;

import java.util.concurrent.Callable;

/**
 * 三元整合接口
 *
 * @author XingTian
 * @version 1.0.0
 * @date 2023/2/3 23:06
 */
@FunctionalInterface
public interface ComCallable {
    Callable getCallable(Callable now, Runnable before, Runnable after);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy