bind

fun <A> Result<A>.bind(): A
fun <A> Either<Throwable, A>.bind(): A
fun <A> Validated<Throwable, A>.bind(): A