T - Type of the left input data.O - Type of the right input data.R - Type of the output data.@FunctionalInterface public interface JoinFunction<T,O,R> extends Function
| Modifier and Type | Method and Description |
|---|---|
R |
join(T left,
O right) |
loadCheckpoint, saveCheckpointCopyright © 2020. All rights reserved.