public static interface DelegateCoder.CodingFunction<InputT,OutputT> extends Serializable
CodingFunction<InputT, OutputT> is a serializable function
from InputT to OutputT that
may throw any Exception.| Modifier and Type | Method and Description |
|---|---|
OutputT |
apply(InputT input) |