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

cn.hippo4j.common.function.NoArgsConsumer Maven / Gradle / Ivy

There is a newer version: 1.5.0
Show newest version
package cn.hippo4j.common.function;

/**
 * 无参消费者.
 *
 * @author chen.ma
 * @date 2021/11/9 00:06
 */
@FunctionalInterface
public interface NoArgsConsumer {

    /**
     * 方法执行
     */
    void accept();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy