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

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.