Abstract
Class that will get fluent functions attached by using TypeScript's Declaration Merging: https://www.typescriptlang.org/docs/handbook/declaration-merging.html.
Those functions will treat their 'this' as FluentBuilderBase and testing this for its subclasses, FluentValidatorBuilder and FluentConditionBuilder. They will call the subclass's add() method to add to its collection. See
ValueHosts/Fluent
Generated using TypeDoc v0.25.12
Class that will get fluent functions attached by using TypeScript's Declaration Merging: https://www.typescriptlang.org/docs/handbook/declaration-merging.html.
Those functions will treat their 'this' as FluentBuilderBase and testing this for its subclasses, FluentValidatorBuilder and FluentConditionBuilder. They will call the subclass's add() method to add to its collection. See
Link
ValueHosts/Fluent