Swap the values contained inside the Left and Right of this Either.
@override Either<R, L> swap() => Left(_value);