@FunctionalInterface public interface VoidFunc0 extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
call()
执行函数
|
default void |
callWithRuntimeException()
执行函数,异常包装为RuntimeException
|
Copyright © 2024. All rights reserved.