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>
AFunction
which 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 R
apply(T value)
-