Interface FlatMapFunctionAdapter<T,R>
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ExecuteJoinFromCoGroupFlatMapFunctionAdapter,FilterAndFlattenJoinedValuesAdapter,LocalTransformProcessFunctionAdapter,SequenceSplitFunctionAdapter
public interface FlatMapFunctionAdapter<T,R> extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<R>call(T t)
-