Package com.io7m.idstore.model
Interface IdOptional.IdPartialFunctionType<A,B,E extends Exception>
- Type Parameters:
A- The type of source valuesB- The type of return valuesE- The type of exceptions raised
- Enclosing class:
IdOptional
public static interface IdOptional.IdPartialFunctionType<A,B,E extends Exception>
The type of partial functions.
-
Method Summary
-
Method Details
-
apply
Apply the function.- Parameters:
x- The input- Returns:
- The output
- Throws:
E- On errors
-