Interface OpenLambda.ThrowingSupplier<T>
- Type Parameters:
T- the result type | 结果类型
- Enclosing class:
OpenLambda
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A supplier that can throw checked exceptions
可以抛出检查异常的提供者
- Since:
- JDK 25, opencode-base-reflect V1.0.0
- Author:
- Leon Soo www.LeonSoo.com
-
Method Summary
-
Method Details
-
get
-