@FunctionalInterface public interface IConverter<I,O,E extends Exception>
O
convert(I input)
O convert(I input) throws E extends Exception
E extends Exception
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.