orElse method
Either<L, R>
orElse(
- Either<
L, R> other()
inherited
Implementation
Either<L, R> orElse(Either<L, R> other()) => fold((_) => other(), (_) => this);
Either<L, R> orElse(Either<L, R> other()) => fold((_) => other(), (_) => this);