IAllConditionBuilder<T, U> public interface IAllConditionBuilder<T, U> Creates a condition where only results that match all values passed in will be returned. Documentation T All(U[] values) The values that must all be found on the result to succeed.