Abstract KSortable
interface AbstractKSortable<E : Any, P : KProps<E>> : AbstractKFilterable<E, P>
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
open fun <X : Any> wildSubQuery(entityType: KClass<X>, block: KMutableSubQuery<E, X>.() -> Unit): KMutableSubQuery<E, X>
Content copied to clipboard