ClassValuePair

typealias ClassValuePair<T> = Pair<Class<T>, T>

Defines a single tree prop, i.e. a mapping from type to concrete instance of that type that is visible to the subtree, to be used with TreePropProvider.

You can create a Pair with the to infix function, e.g. String::class to "Hello World!".