Uses of Interface
de.xima.fc.stage.XCompletionStageUtils.CheckedFunction
Packages that use XCompletionStageUtils.CheckedFunction
- 
Uses of XCompletionStageUtils.CheckedFunction in de.xima.fc.stage
Methods in de.xima.fc.stage with parameters of type XCompletionStageUtils.CheckedFunctionModifier and TypeMethodDescriptionstatic <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.