inline fun <T, R> Iterable<T>.flatMap( transform: (T) -> Iterable<R> ): List<R>
Returns a single list of all elements yielded from results of transform function being invoked on each element of original collection.
inline fun <K, V, R> 登录查看完整内容
联系方式: