KRecursiveFieldDsl

interface KRecursiveFieldDsl<E : Any> : KFieldDsl<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 recursive(block: RecursionStrategy.Args<E>.() -> Boolean)

Inheritors

Link copied to clipboard