findStaticByExample

abstract fun <E : Any, S : Static<E>> findStaticByExample(staticType: KClass<S>, example: KExample<E>, block: SortDsl<E>.() -> Unit? = null): List<S>