getUnexpected

fun getUnexpected(given: Set<KClass<*>>): Set<KClass<*>>

Checks if all given are contained in all dynamics

If all is well an empty set is returned. Otherwise the set will contain all classes that are not expected.