Uses of Interface
de.xima.fc.stage.XCompletionStageUtils.CheckedFunction
- 
Packages that use XCompletionStageUtils.CheckedFunction Package Description de.xima.fc.stage  - 
- 
Uses of XCompletionStageUtils.CheckedFunction in de.xima.fc.stage
Methods in de.xima.fc.stage with parameters of type XCompletionStageUtils.CheckedFunction Modifier and Type Method Description static <T,R>
Function<T,R>XCompletionStageUtils. fn(XCompletionStageUtils.CheckedFunction<T,R> fn)Converts a function that may throw a checked exception into a function that throws an uncheckedCompletionExceptionin that case. 
 -