Package de.xima.fc.stage
Interface XCompletionStageUtils.CheckedFunction<T,R>
-
- Type Parameters:
T- Type of the function's argument.R- Type of the function's return value.
- Enclosing class:
- XCompletionStageUtils
public static interface XCompletionStageUtils.CheckedFunction<T,R>AFunctionwhich may throw a checked exception.- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rapply(T value)
-