T
- the type of the input to the functionK
- the key type of the key-value pairs produced as a resultV
- the value type of the key-value pairs produced as a resultpublic interface PairFlatMapFunction<T,K,V> extends FlatMapFunction<T,Pair<K,V>>
Copyright © 2023 The Apache Software Foundation. All rights reserved.