bindOrElse

open suspend fun Boolean.bindOrElse(defaultLeft: E)

Binds this to the scope by shifting the Left value (defaultLeft) if this is false, causing the comprehension to short circuit. If this is true, the execution will proceed.