CellGenerator

interface CellGenerator<T>(source)

Functions

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