PropertyPath

class PropertyPath<Root, out Value>

Type-safe path from Root to a nested Value property.

Path matching uses non-null normalized type ids. This lets / traverse nullable intermediate properties while matching the object shape rather than the nullability state at a particular step.

Properties

Link copied to clipboard

Properties that make up this path.

Functions

Link copied to clipboard

Appends next to this property path.