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

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

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

/**
 * 可抛异常的消费wrapper
 *
 * @author yiuman
 * @date 2020/4/3
 */
public interface ConsumerWrapper {

    /**
     * 接收某个参数进行消费
     *
     * @param t 参数
     * @throws E 抛出的异常
     */
    void accept(T t) throws E;
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy