IConditionBuilder<T>
public interface IConditionBuilder<T> : IConditionSelector<T>, IIsTransition<IInTransition<IBaseConditionSelector<T>>>
Allows for building complex conditions which can employ multiple sub-conditions
Inverts the condition to be the opposite.
Creates a condition that represents a set of conditions that all must return the result for a result to be returned.
Creates a condition that represents a set of conditions that any one of which is would return a result will cause a result to be returned.