<PackageReference Include="Polly" Version="6.0.0-v6alpha0001" />

ResultPredicate<TResult>

public sealed delegate ResultPredicate<TResult> : MulticastDelegate
A predicate that can be run against a passed result value of type TResult.
namespace Polly { public delegate bool ResultPredicate<in TResult> (TResult result); }