DeniableFluentPathExtendsFluentPath<T>
Extends
FluentPath<T>
Description
The interface that add a function to negate the current path.
This is a different interface, since the only special paths can be negated.
Methods
negated(): FluentPath<PathNegatedToken>DeniableFluentPath
Description
Constant with the utils for DeniableFluentPath objects.
Methods
createFrom<T extends PathInNegatedToken | SubPathInNegatedToken | PathAlternativeToken<PathInNegatedToken>, O extends object>( container: FluentPathContainer<T>, object: O ): O & DeniableFluentPath<T>Factory function that allows to crete a DeniableFluentPath from the object provided.
Parameters
| Name | Type | Description |
|---|---|---|
| FluentPathContainer<T> | The related container with the data for the | |
| O | The base base from where to create the |
Returns
The DeniableFluentPath statement created from the object provided.