static A returnOrThrow_either(Either e) { if (isEitherB(e)) throw rethrow(e.b()); ret eitherAOpt(e); }