RowGenerator

interface RowGenerator<T>(source)

Functions

Link copied to clipboard
abstract operator fun invoke(tree: Tree<T, *>, node: T, path: Path<Int>, index: Int, current: View? = null): View