S
- The argument type for the function.T
- The return type for the function.public interface Function<S,T> extends ExceptionalFunction<S,T,java.lang.RuntimeException>, com.google.common.base.Function<S,T>
Function
and
ExceptionalFunction
.T apply(S item)
ExceptionalFunction
E
in the process.Copyright © 2007-2012 The Apache Software Foundation