I
- the inputO
- the outputpublic interface Parser<I,O>
This is a functional interface whose functional method is #parse()
.
ParserException
Modifier and Type | Method and Description |
---|---|
O |
parse(I input)
Parses the specified
I to produce a O . |
Copyright © 2005–2017 Units of Measurement project. All rights reserved.