sort¶
fun <T : Any> sort(block: Consumer<SortOptionDsl<T>>): (SortOptionDsl<T>) -> Unit
Helper for Java users to specify the sort order within the WithSort.sort option.
fun <T : Any> sort(block: Consumer<SortOptionDsl<T>>): (SortOptionDsl<T>) -> Unit
Helper for Java users to specify the sort order within the WithSort.sort option.