Class FluentBuilderBaseAbstract

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

Hierarchy (view full)

Constructors

Constructors

Generated using TypeDoc v0.25.12