Package org.apache.beam.sdk.coders
Interface DelegateCoder.CodingFunction<InputT,OutputT>
- All Superinterfaces:
Serializable
- Enclosing class:
DelegateCoder<T,IntermediateT>
A
CodingFunction<InputT, OutputT> is a serializable
function from InputT to OutputT that may throw any Exception.-
Method Summary
-
Method Details
-
apply
- Throws:
Exception
-