public interface Converter<R,T>
| Modifier and Type | Method and Description |
|---|---|
R |
convert(T input) |
R |
error(String msg) |
R convert(T input) throws IllegalArgumentException
IllegalArgumentExceptionCopyright © 2019 aQute SARL. All rights reserved.