INPUT
OUTPUT
public interface Function<INPUT,OUTPUT>
apply(INPUT input)
OUTPUT apply(INPUT input) throws Exception
input
Exception