Package com.io7m.jproperties.monad
Interface JPropertyParsing.ParseFunctionType<T>
- Type Parameters:
T- The type of returned values.
- Enclosing class:
- JPropertyParsing
public static interface JPropertyParsing.ParseFunctionType<T>
A parse function.
-
Method Summary
-
Method Details
-
parse
Parsevalueassociated withkey, raising an exception if this cannot occur for any reason.- Parameters:
key- The name of the keyvalue- The text of the value- Returns:
- A parsed value
- Throws:
java.lang.Exception- On errors
-