PredicateHelper
class PredicateHelper
using System.Collections.Generic;
using System.Linq;
namespace Polly.Utilities
{
internal class PredicateHelper
{
public static readonly IEnumerable<ExceptionPredicate> EmptyExceptionPredicates = Enumerable.Empty<ExceptionPredicate>();
}
}