public class KCollectionSimplePropertyPath<T,R>
extends KCollectionPropertyPath
A property path for a collection property.
public KCollectionSimplePropertyPath(@Nullable
KPropertyPath<T,?> previous,
@NotNull
kotlin.reflect.KProperty1<?,? extends java.lang.Iterable<? extends R>> property)
A property path for a collection property.