TribotEitherEffectDefault
class TribotEitherEffectDefault<E, A>(control: DelimitedScope<Either<E, A>>, defaultBoolBind: E) : TribotEitherEffect<E, A>
Functions
Link copied to clipboard
Link copied to clipboard
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.