checkHandleable

open suspend override fun checkHandleable(state: O): Boolean

Check ability of delegateTo to handle this state

Return

When state::class exactly equals to inputKlass will always return true. Otherwise when strict mode is disabled, will be used KClass.isInstance of inputKlass for checking