T
- the type of the input to the functionR
- the result type. An iterable of this type is returned from this functionpublic interface FlatMapFunction<T,R> extends Function<T,Iterable<R>>
Iterable
of elements as its result.Copyright © 2023 The Apache Software Foundation. All rights reserved.