DeniableFluentPath
Extends

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

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

NameTypeDescription
FluentPathContainer<T>

The related container with the data for the DeniableFluentPath statement.

O

The base base from where to create the DeniableFluentPath statement.

Returns

The DeniableFluentPath statement created from the object provided.