com.polarion.core.util.RunnableWEx
CONSTRUCTORS
Modifiers and Type | Name | Description |
---|---|---|
public | RunnableWEx() |
METHODS
Modifiers and Type | Name | Description |
---|---|---|
public, static, RunnableWEx | wrap(Runnable) | |
public, final, T | runWRet() | Similar to the {@link java.lang.Runnable#run()} method, but can return a result of the executed operations. |
public, abstract, T | runWEx() | Similar to the {@link java.lang.Runnable#run()} method, but can return a result of the executed operations and the method can throw an exception. |
Back to Index