checkHandleable

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

Checks that state can be handled by delegateTo. Under the hood it will check exact equality of state and use KClass.isInstance of inputKlass if strict == false