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