- Type Parameters:
T
- Result type
- All Known Implementing Classes:
IuUtilityTaskController
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Equivalent to
Supplier
, but may throw any exception.-
Method Summary
-
Method Details
-
get
Gets a result using unsafe code.- Returns:
- The result.
- Throws:
Throwable
- If thrown by the unsafe code.
-