findStateViewCreator<TState extends AFFlexibleStateView> method
AFCreateStateViewDelegate<AFFlexibleStateView> ?
findStateViewCreator<TState extends AFFlexibleStateView>()
Implementation
AFCreateStateViewDelegate? findStateViewCreator<TState extends AFFlexibleStateView>() {
return stateViewCreators[TState];
}