public interface PairFlatMapFunction<T,K,V> extends FlatMapFunction<T,Pair<K,V>>
A function that accepts one argument and returns an Iterable of Pair as its result.
Iterable
Pair
apply
Copyright © 2022 The Apache Software Foundation. All rights reserved.