bind

fun <A> Option<A>.bind(): A(source)
fun <A> Outcome<E, A>.bind(): A(source)