InputT
- input value typeOutputT
- output value typepublic interface SerializableFunction<InputT,OutputT> extends 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.
|