KSortable
interface KSortable<E : Any> : KFilterable<E> , AbstractKSortable<E, KNonNullTable<E>>
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