Google Cloud Dataflow SDK for Java, version 1.9.1
com.google.cloud.dataflow.sdk.coders
Interface DelegateCoder.CodingFunction<InputT,OutputT>
-
- All Superinterfaces:
- Serializable
- Enclosing class:
- DelegateCoder<T,IntermediateT>
public static interface DelegateCoder.CodingFunction<InputT,OutputT> extends Serializable
ACodingFunction<InputT, OutputT>
is a serializable function fromInputT
toOutputT
that may throw anyException
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description OutputT
apply(InputT input)
-