ExpansionObserver

typealias ExpansionObserver<T> = (source: Tree<T, *>, paths: Set<Path<Int>>) -> Unit(source)

Created by Nicholas Eddy on 3/23/18.