| Class | Description |
|---|---|
| KCollectionPropertyPath<T,R,MEMBER extends KPropertyPath<T,R>> |
Base class for collection property path.
|
| KCollectionSimplePropertyPath<T,R> |
A property path for a collection property.
|
| KMapPropertyPath<T,K,R,MEMBER extends KPropertyPath<T,R>> |
Base class for map property path.
|
| KMapSimplePropertyPath<T,K,R> |
A property path for a map property.
|
| KPropertyPath<T,R> |
A property path, operations on which take one receiver as a parameter.
|