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