bind

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