C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
AnyFilter.cs
Go to the documentation of this file.
2{
4 public class AnyFilter : LossFilter { }
5}
A predicate that determines whether a loss should be included in the perspective or not.
Definition LossFilter.cs:11
Matches all losses (always returns true).
Definition AnyFilter.cs:4