Package com.io7m.jproperties.monad
Interface JPropertyParseMonadType.JPropertyWarningType
- All Known Implementing Classes:
JPropertyWarning
- Enclosing interface:
- JPropertyParseMonadType<A>
@Immutable
public static interface JPropertyParseMonadType.JPropertyWarningType
The type of parse warnings.
-
Method Summary
Modifier and Type Method Description java.lang.Stringmessage()
-
Method Details
-
message
@Parameter java.lang.String message()- Returns:
- The warning message
-