Module is.codion.swing.common.ui
Interface Parser.ParseResult<T>
- Type Parameters:
T
- the resulting value type
public static interface Parser.ParseResult<T>
The result of parsing a value from a String
-
Method Summary
-
Method Details
-
text
String text()- Returns:
- the text being parsed
-
value
- Returns:
- the parsed value
-
successful
boolean successful()- Returns:
- true if the parsing was successful
-