T
R
public interface Function<T,R>
apply(T t)
R apply(T t) throws java.lang.Exception
t
java.lang.Exception