Tribot Either Effect
            public interface TribotEitherEffect<E extends Object, A extends Object> implements Effect<Either<E, A>>
Content copied to clipboard
Functions
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.
Inheritors
TribotEitherEffectDefault
                          
                    
                  Link copied to clipboard