bind

suspend fun Boolean.bind()

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