public interface FunctionX<T,R>
Function,
except checked exceptions may be thrown.| Abstract Method | |
|---|---|
R |
apply(T t)
Like
Function.apply(T), except checked exceptions may be thrown. |
R apply(T t) throws Exception
Function.apply(T), except checked exceptions may be thrown.Exception