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

com.github.yiuman.citrus.support.wrapper.SupplierWrapper Maven / Gradle / Ivy

There is a newer version: 0.15.0
Show newest version
package com.github.yiuman.citrus.support.wrapper;

/**
 * 可抛异常的Supplier
 *
 * @author yiuman
 * @date 2020/4/6
 */
public interface SupplierWrapper {

    /**
     * 工厂方法
     *
     * @return 获取对象
     * @throws E 抛出的异常
     */
    T get() throws E;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy