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