Tribot Either Effect Default
            public final class TribotEitherEffectDefault<E extends Object, A extends Object> implements TribotEitherEffect<E, A>
Content copied to clipboard
Functions
bind
                          
                    Link copied to clipboard
                        bindOrElse
                          
                    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.