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