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

com.ideaaedi.commonds.function.NoArgConsumer Maven / Gradle / Ivy

The newest version!
package com.ideaaedi.commonds.function;

/**
 * 无参 Consumer
 *
 * @author JustryDeng 
 * @since 2022/4/19 11:17
 */
@FunctionalInterface
public interface NoArgConsumer {
    
    /**
     * 执行逻辑
     */
    void accept();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy