public interface Function<I,O>
O
call(I input)
O call(I input) throws java.lang.Exception
java.lang.Exception