public static bool filterUnsafe <R, L>(EitherUnsafe <R, L> either, Func <R, bool> pred) =>
 either.FilterUnsafe(pred);