<PackageReference Include="Relativity.API" Version="19.5.0" />

Relativity.API.Foundation.Query.SyntaxBuilders.IAllConditionBuilder<T, U>

public interface IAllConditionBuilder<T, U>
Creates a condition where only results that match all values passed in will be returned.
T All(U[] values)

The values that must all be found on the result to succeed.