I wonder why `populate` gets `childFactory: (TreeI...
# tornadofx
o
I wonder why
populate
gets
childFactory: (TreeItem<T>) -> Iterable<T>?
and not
childFactory: (T) -> Iterable<T>?
as a parameter? Shouldn’t it operate entirely in a business domain, and use
itemFactory
to map to the tree?