T
- The output type of the parse operationpublic interface Parsable<T>
Modifier and Type | Method and Description |
---|---|
ParseResult<T> |
parse(String input)
Tries to parse the input and returns a
ParseResult object. |
ParseResult<T> parse(String input)
ParseResult
object.
This should never return null
as parse errors will be indicated in the returned object.input
- To parseCopyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.