bind

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

Deprecated

This object introduces dangerous behavior.