public class KCollectionPropertyPath<T,R,MEMBER extends KPropertyPath<T,R>>
extends KPropertyPath
Base class for collection property path.
public KCollectionPropertyPath(@Nullable
KPropertyPath<T,?> previous,
@NotNull
kotlin.reflect.KProperty1<?,? extends java.lang.Iterable<? extends R>> property)
Base class for collection property path.
@NotNull
public MEMBER memberWithAdditionalPath(@NotNull
java.lang.String additionalPath)
To be overridden to returns the right type.
@NotNull public MEMBER getPosOp()
@NotNull public MEMBER getAllPosOp()
@NotNull
public MEMBER filteredPosOp(@NotNull
java.lang.String identifier)