doc / ch.tutteli.atrium.core / Option / flatMap

flatMap

inline fun <R> flatMap(f: (T) -> Option<R>): Option<R>