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