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

top.cutexingluo.tools.basepackage.basehandler.SupplierHandler Maven / Gradle / Ivy

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

import top.cutexingluo.tools.basepackage.base.BaseSupplierHandler;

import java.util.function.Supplier;

/**
 * 一元装饰接口
 *
 * @author XingTian
 * @version 1.0.0
 * @date 2023/10/1 22:35
 * @since 1.0.2
 */
@FunctionalInterface
public interface SupplierHandler extends BaseSupplierHandler {
    /**
     * 对 Supplier 进行操作
     */
    @Override
     Supplier decorate(Supplier supplier);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy