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