flatMap

inline fun <T, R> PersistentList<T>.flatMap(transform: (T) -> PersistentList<R>): PersistentList<R>

Sources

(source)
Link copied to clipboard