Interface ExUtils.ExceptionSupplier
- Enclosing class:
ExUtils
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
异常供应器函数式接口,用于延迟异常实例化.
- Since:
- 1.0.0
- Author:
- Liu,Dongdong
-
Method Summary
-
Method Details
-
get
RuntimeException get()
-