KRecursiveListFieldDsl

interface KRecursiveListFieldDsl<E : Any> : KListFieldDsl<E> , KRecursiveFieldDsl<E>

Functions

Link copied to clipboard
abstract fun batch(size: Int)
Link copied to clipboard
abstract fun depth(depth: Int)
Link copied to clipboard
abstract fun filter(filter: KFieldFilterDsl<E>.() -> Unit)
Link copied to clipboard
abstract fun limit(limit: Int, offset: Int = 0)
Link copied to clipboard
abstract fun recursive(block: RecursionStrategy.Args<E>.() -> Boolean? = null)