mirror of https://github.com/longtai-cn/hippo4j
parent
a369daa5a3
commit
4a8d9ff6b0
@ -0,0 +1,17 @@
|
|||||||
|
package com.github.dynamic.threadpool.common.function;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 无参消费者.
|
||||||
|
*
|
||||||
|
* @author chen.ma
|
||||||
|
* @date 2021/11/9 00:06
|
||||||
|
*/
|
||||||
|
@FunctionalInterface
|
||||||
|
public interface NoArgsConsumer {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 方法执行
|
||||||
|
*/
|
||||||
|
void accept();
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in new issue