kmongo / org.litote.kmongo.property / KCollectionSimplePropertyPath

KCollectionSimplePropertyPath

class KCollectionSimplePropertyPath<T, R> : KCollectionPropertyPath<T, R, KPropertyPath<T, R?>> (source)

A property path for a collection property.

Constructors

<init>

A property path for a collection property.

KCollectionSimplePropertyPath(previous: KPropertyPath<T, *>?, property: KProperty1<*, Iterable<R>?>)