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