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
IllegalArgumentException
Copyright © 2021 aQute SARL. All rights reserved.