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–2018 Units of Measurement project. All rights reserved.