Interface ExtractStatus.StatusFunction<I,O>
-
- Enclosing class:
- ExtractStatus
public static interface ExtractStatus.StatusFunction<I,O>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description O
apply(I input)
-
-
-
Method Detail
-
apply
O apply(I input) throws CheckedApiException
- Throws:
CheckedApiException
-
-