gh-pages / com.nextfaze.devfun.view / ViewFactoryProvider / get
get
abstract operator fun get(clazz: KClass<*>): ViewFactory<View>? (source)
Get a view factory for some clazz key.
Return
The view factory assigned to this clazz key or null if no factory is assigned to this key yet.