java.lang.Object
org.kink_lang.kink.internal.control.Control
Utility methods for control.
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> TInvokesfunwrapping Throwable by RuntimeException.
-
Method Details
-
runWrappingThrowable
Invokesfunwrapping Throwable by RuntimeException.- Type Parameters:
T- the result type.- Parameters:
fun- the function.- Returns:
- the result of
fun. - Throws:
RuntimeException- whenfunthrows any exception.
-