InputT - input value typeOutputT - output value typepublic interface SerializableFunction<InputT,OutputT>
extends java.io.Serializable
OutputT from an input value of type
 InputT and is Serializable.| Modifier and Type | Method and Description | 
|---|---|
OutputT | 
apply(InputT input)
Returns the result of invoking this function on the given input. 
 |